mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 11:41:23 +00:00
ABC_FLOPS -> ABC_MODEL -- only whitebox if ABC_MODEL set
This commit is contained in:
parent
59c993e437
commit
af4652522f
2 changed files with 7 additions and 4 deletions
|
@ -240,7 +240,7 @@ struct SynthIce40Pass : public ScriptPass
|
|||
{
|
||||
if (check_label("begin"))
|
||||
{
|
||||
run("read_verilog -wb -D ABC_FLOPS +/ice40/cells_sim.v");
|
||||
run("read_verilog -wb -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