mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
Convert to use #945
This commit is contained in:
parent
42a6e0b0b9
commit
d7f0700bae
2 changed files with 3 additions and 9 deletions
|
@ -240,7 +240,7 @@ struct SynthIce40Pass : public ScriptPass
|
|||
{
|
||||
if (check_label("begin"))
|
||||
{
|
||||
run("read_verilog -wb -D ABC_MODEL +/ice40/cells_sim.v");
|
||||
run("read_verilog -lib -D ABC_MODEL +/ice40/cells_sim.v");
|
||||
run(stringf("hierarchy -check %s", help_mode ? "-top <top>" : top_opt.c_str()));
|
||||
run("proc");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue