File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ set_output_delay [expr $clk_period * $clk_io_pct] -clock $clk_name [all_outputs]
1414
1515set output_regs [get_cells *io_out_REG*]
1616if {[llength $output_regs ] == 0} {
17- puts " ERROR : Could not find *io_out_REG*"
17+ puts " Error : Could not find *io_out_REG*"
1818 exit 1
1919}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ set use_core_utilization [env_var_exists_and_non_empty CORE_UTILIZATION]
5050
5151set methods_defined [expr {$use_floorplan_def + $use_footprint + $use_die_and_core_area + $use_core_utilization }]
5252if {$methods_defined > 1} {
53- puts " ERROR : Floorplan initialization methods are mutually exclusive, pick one."
53+ puts " Error : Floorplan initialization methods are mutually exclusive, pick one."
5454 exit 1
5555}
5656
@@ -88,7 +88,7 @@ if {$use_floorplan_def} {
8888 -site $::env(PLACE_SITE) \
8989 {*}$additional_args
9090} else {
91- puts " ERROR : No floorplan initialization method specified"
91+ puts " Error : No floorplan initialization method specified"
9292 exit 1
9393}
9494
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ proc recover_power_helper {} {
6969
7070proc extract_stage {input_file} {
7171 if {![regexp {/([0-9])_(([0-9])_)?} $input_file match num1 _ num2]} {
72- puts " ERROR : Could not determine design stage from $input_file "
72+ puts " Error : Could not determine design stage from $input_file "
7373 exit 1
7474 }
7575 lappend number_groups $num1
Original file line number Diff line number Diff line change 3030 f .write (result )
3131 f .close ()
3232else :
33- print ("ERROR : Pattern not found" )
33+ print ("Error : Pattern not found" )
3434 sys .exit (1 )
You can’t perform that action at this time.
0 commit comments