Skip to content
Snippets Groups Projects
Commit ea7da0a7 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

"...revision Revision..." fix to "...Revision..."

parent 78cff69e
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ set_global_assignment -name SDC_FILE $::env(RADIOHDL)/boards/uniboard2/libraries ...@@ -81,7 +81,7 @@ set_global_assignment -name SDC_FILE $::env(RADIOHDL)/boards/uniboard2/libraries
if { [info exists ::env(UNB_COMPILE_STAMPS) ] } { if { [info exists ::env(UNB_COMPILE_STAMPS) ] } {
set_parameter -name g_stamp_date [clock format [clock seconds] -format {%Y%m%d}] set_parameter -name g_stamp_date [clock format [clock seconds] -format {%Y%m%d}]
set_parameter -name g_stamp_time [clock format [clock seconds] -format {%H%M%S}] set_parameter -name g_stamp_time [clock format [clock seconds] -format {%H%M%S}]
post_message -type info "RADIOHDL: using SVN revision $::env(RADIOHDL_SVN_REVISION)" post_message -type info "RADIOHDL: using SVN $::env(RADIOHDL_SVN_REVISION)"
set_parameter -name g_stamp_svn [regsub -all {[^0-9]} [exec echo $::env(RADIOHDL_SVN_REVISION)] ""] set_parameter -name g_stamp_svn [regsub -all {[^0-9]} [exec echo $::env(RADIOHDL_SVN_REVISION)] ""]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment