diff options
| author | Eddie Hung <eddie@fpgeh.com> | 2020-01-17 12:02:46 -0800 | 
|---|---|---|
| committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-17 12:02:46 -0800 | 
| commit | 5c589244df2ec4fc5fde0bcdc69dee727f4b8e79 (patch) | |
| tree | d36527955ed18b807d3ae943459a1efa877696e8 /techlibs/xilinx/synth_xilinx.cc | |
| parent | 1e6d56dca11c7a632b74ba51361f879dc706110a (diff) | |
| download | yosys-5c589244df2ec4fc5fde0bcdc69dee727f4b8e79.tar.gz yosys-5c589244df2ec4fc5fde0bcdc69dee727f4b8e79.tar.bz2 yosys-5c589244df2ec4fc5fde0bcdc69dee727f4b8e79.zip | |
Deprecate `_CLB_CARRY from +/xilinx/arith_map.v since #1623
Diffstat (limited to 'techlibs/xilinx/synth_xilinx.cc')
| -rw-r--r-- | techlibs/xilinx/synth_xilinx.cc | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index 3dc05cd10..5c3b5179d 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -518,8 +518,6 @@ struct SynthXilinxPass : public ScriptPass  				techmap_args += " -map +/xilinx/arith_map.v";  				if (vpr)  					techmap_args += " -D _EXPLICIT_CARRY"; -				else -					techmap_args += " -D _CLB_CARRY";  			}  			run("techmap " + techmap_args);  			run("opt -fast"); | 
