mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 05:43:40 +00:00
synth_*: no need to explicitly read +/abc9_model.v
This commit is contained in:
parent
63246a5c0e
commit
8fbb55f4ab
4 changed files with 3 additions and 4 deletions
|
@ -209,7 +209,6 @@ struct SynthIntelALMPass : public ScriptPass {
|
|||
}
|
||||
|
||||
if (check_label("map_luts")) {
|
||||
run("read_verilog -icells -specify -lib +/abc9_model.v");
|
||||
run("abc9 -maxlut 6 -W 200");
|
||||
run("techmap -map +/intel_alm/common/alm_map.v");
|
||||
run("opt -fast");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue