We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Multiplier
1 parent 2976317 commit 3ed7d25Copy full SHA for 3ed7d25
test/orfs/mock-array/BUILD
@@ -200,6 +200,7 @@ orfs_flow(
200
# some width in multiply reduction going on here to speed up
201
# builds, so we want to keep this exact module.
202
"SYNTH_KEEP_MODULES": "Multiplier",
203
+ "SYNTH_HIERARCHICAL": "1",
204
},
205
sources = {
206
"IO_CONSTRAINTS": [":mock-array-element-io"],
test/orfs/mock-array/power_instances.tcl
@@ -1,7 +1,7 @@
1
source $::env(LOAD_POWER_TCL)
2
3
-set instances [get_cells ces*/Multiplier*]
4
-if { [llength $instances] != 64 } {
+set instances [get_cells ces*/io_outs_*_mult*]
+if { [llength $instances] != 256 } {
5
puts "Error: Expected to find 64 Multiplier instances, found [llength $instances]"
6
exit 1
7
}
0 commit comments