Skip to content

Commit c1a0f94

Browse files
authored
Merge pull request #2043 from The-OpenROAD-Project-staging/rm-no-attr
Remove -noattr from write_verilog in yosys
2 parents f93858a + 84ee6da commit c1a0f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/synth.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ tee -o $::env(REPORTS_DIR)/synth_check.txt check
9292
tee -o $::env(REPORTS_DIR)/synth_stat.txt stat {*}$stat_libs
9393

9494
# Write synthesized design
95-
write_verilog -noattr -noexpr -nohex -nodec $::env(RESULTS_DIR)/1_1_yosys.v
95+
write_verilog -noexpr -nohex -nodec $::env(RESULTS_DIR)/1_1_yosys.v

0 commit comments

Comments
 (0)