mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-01 21:18:55 +00:00
Use read_techlib where applicable
This commit is contained in:
parent
cf316ad85e
commit
0dfbd13fe7
38 changed files with 64 additions and 64 deletions
|
|
@ -27,7 +27,7 @@ yosys_pass(synth_nanoxplore
|
|||
opt_merge
|
||||
peepopt
|
||||
proc
|
||||
read_verilog
|
||||
read_techlib
|
||||
setundef
|
||||
share
|
||||
stat
|
||||
|
|
|
|||
|
|
@ -241,7 +241,7 @@ struct SynthNanoXplorePass : public ScriptPass
|
|||
|
||||
if (check_label("begin"))
|
||||
{
|
||||
run("read_verilog -lib -specify +/nanoxplore/cells_sim.v +/nanoxplore/cells_sim" + postfix + ".v +/nanoxplore/cells_bb.v +/nanoxplore/cells_bb" + postfix + ".v");
|
||||
run("read_techlib -lib -specify +/nanoxplore/cells_sim.v +/nanoxplore/cells_sim" + postfix + ".v +/nanoxplore/cells_bb.v +/nanoxplore/cells_bb" + postfix + ".v");
|
||||
run("techmap -map +/nanoxplore/cells_wrap.v");
|
||||
run("techmap -map +/nanoxplore/cells_wrap" + postfix + ".v");
|
||||
run(stringf("hierarchy -check %s", help_mode ? "-top <top>" : top_opt));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue