File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11source $::env(SCRIPTS_DIR) /synth_preamble.tcl
22
3- # Apply toplevel parameters (if exist)
4- if {[env_var_exists_and_non_empty VERILOG_TOP_PARAMS]} {
5- dict for {key value} $::env(VERILOG_TOP_PARAMS) {
6- chparam -set $key $value $::env(DESIGN_NAME)
7- }
3+ dict for {key value} $::env(VERILOG_TOP_PARAMS) {
4+ # Apply toplevel parameters
5+ chparam -set $key $value $::env(DESIGN_NAME)
86}
97
108hierarchy -check -top $::env(DESIGN_NAME)
Original file line number Diff line number Diff line change @@ -658,6 +658,7 @@ VERILOG_TOP_PARAMS:
658658 Apply toplevel params (if exist).
659659 stages :
660660 - synth
661+ default : " "
661662CORE_ASPECT_RATIO :
662663 description : >
663664 The core aspect ratio (height / width). This value is ignored if
You can’t perform that action at this time.
0 commit comments