Added empty set_sobj_attributes proc.
r2120 | ffr | 2007-08-16 16:05:50 +1000 (Thu, 16 Aug 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
6ce90065d3
commit
a483a327b0
@@ -9,3 +9,9 @@ if {$sim_mode == "true"} {
|
|||||||
|
|
||||||
source $cfPath(counter)/counter_common_1.tcl
|
source $cfPath(counter)/counter_common_1.tcl
|
||||||
unset sim_mode
|
unset sim_mode
|
||||||
|
|
||||||
|
## TODO Put all the counter macros in the counter namespace
|
||||||
|
namespace eval counter {
|
||||||
|
proc set_sobj_attributes {} {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user