Skip to content

Commit 84ee6da

Browse files
committed
Remove -noattr from write_verilog in yosys
Keep source annotations now that STA supports them. Signed-off-by: Matt Liberty <[email protected]>
1 parent 26998c0 commit 84ee6da

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)