mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-29 15:37:59 +00:00
Update xilinx for ABC9
This commit is contained in:
parent
ac24a23e31
commit
8408c13405
3 changed files with 16 additions and 20 deletions
|
@ -619,7 +619,7 @@ struct SynthXilinxPass : public ScriptPass
|
|||
if (dff_mode)
|
||||
techmap_args += " -D DFF_MODE";
|
||||
run("techmap " + techmap_args);
|
||||
run("read_verilog -icells -lib -specify +/xilinx/abc9_model.v");
|
||||
run("read_verilog -icells -lib -specify +/abc9_model.v +/xilinx/abc9_model.v");
|
||||
std::string abc9_opts;
|
||||
auto k = stringf("synth_xilinx.abc9.%s.W", family.c_str());
|
||||
if (active_design->scratchpad.count(k))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue