We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedca3b commit a85b1fdCopy full SHA for a85b1fd
1 file changed
test/orfs/mock-array/power.tcl
@@ -66,8 +66,8 @@ if { [llength $no_vcd_activity] > 0 } {
66
}
67
68
set ces {}
69
-for { set x 0 } { $x < 8 } { incr x } {
70
- for { set y 0 } { $y < 8 } { incr y } {
+for { set x 0 } { $x < $::env(ARRAY_COLS) } { incr x } {
+ for { set y 0 } { $y < $::env(ARRAY_ROWS) } { incr y } {
71
lappend ces ces_${x}_${y}
72
73
0 commit comments