Skip to content

Commit

Permalink
Merge pull request #2043 from The-OpenROAD-Project-staging/rm-no-attr
Browse files Browse the repository at this point in the history
Remove -noattr from write_verilog in yosys
  • Loading branch information
maliberty committed Jun 6, 2024
2 parents f93858a + 84ee6da commit c1a0f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/scripts/synth.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ tee -o $::env(REPORTS_DIR)/synth_check.txt check
tee -o $::env(REPORTS_DIR)/synth_stat.txt stat {*}$stat_libs

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

0 comments on commit c1a0f94

Please sign in to comment.