mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Remove -D_ABC9
This commit is contained in:
parent
1504ca2cd9
commit
1dc22607c3
1 changed files with 0 additions and 2 deletions
|
@ -286,8 +286,6 @@ struct SynthXilinxPass : public ScriptPass
|
|||
std::string read_args;
|
||||
if (vpr)
|
||||
read_args += " -D_EXPLICIT_CARRY";
|
||||
if (abc9)
|
||||
read_args += " -D_ABC9";
|
||||
read_args += " -lib +/xilinx/cells_sim.v";
|
||||
run("read_verilog" + read_args);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue