mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-24 20:16:01 +00:00
synth_quicklogic: rearrange files to prepare for adding more architectures
This commit is contained in:
parent
8bd681acfc
commit
98769010af
20 changed files with 139 additions and 113 deletions
|
@ -1,7 +1,7 @@
|
|||
read_verilog ../common/logic.v
|
||||
hierarchy -top top
|
||||
proc
|
||||
equiv_opt -assert -map +/quicklogic/pp3_cells_sim.v -map +/quicklogic/cells_sim.v -map +/quicklogic/lut_sim.v synth_quicklogic # equivalency check
|
||||
equiv_opt -assert -map +/quicklogic/pp3/cells_sim.v -map +/quicklogic/common/cells_sim.v synth_quicklogic # equivalency check
|
||||
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
|
||||
cd top # Constrain all select calls below inside the top module
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue