Skip to content

Commit

Permalink
tests: common: xc7 synth: remove -nocarry
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
  • Loading branch information
acomodi committed Jul 16, 2021
1 parent ff5afca commit e49c07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/synth_xc7.tcl
Expand Up @@ -4,7 +4,7 @@ foreach src $::env(SOURCES) {
read_verilog $src
}

synth_xilinx -flatten -nolutram -nowidelut -nosrl -nocarry -nodsp
synth_xilinx -flatten -nolutram -nowidelut -nosrl -nodsp

if { $::env(TECHMAP) != "" } {
techmap -map $::env(TECHMAP)
Expand Down

0 comments on commit e49c07d

Please sign in to comment.