remove verilog and move mxcrg.v to misoclib/mxcrg
This commit is contained in:
parent
5500c41915
commit
9ebb8f8022
|
@ -68,7 +68,7 @@ INST "mxcrg/rd_bufpll" LOC = "BUFPLL_X0Y3";
|
|||
|
||||
PIN "mxcrg/bufg_x1.O" CLOCK_DEDICATED_ROUTE = FALSE;
|
||||
""")
|
||||
platform.add_source_dir(os.path.join("verilog", "mxcrg"))
|
||||
platform.add_source_dir(os.path.join("misoclib", "mxcrg"))
|
||||
|
||||
class MiniSoC(BaseSoC):
|
||||
csr_map = {
|
||||
|
|
Loading…
Reference in New Issue