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.
1 parent 3395328 commit 576ca7eCopy full SHA for 576ca7e
flow/designs/asap7/mock-alu/constraints.sdc
@@ -11,3 +11,9 @@ set non_clock_inputs [lsearch -inline -all -not -exact [all_inputs] $clk_port]
11
12
set_input_delay [expr $clk_period * 0.7] -clock $clk_name $non_clock_inputs
13
set_output_delay [expr $clk_period * $clk_io_pct] -clock $clk_name [all_outputs]
14
+
15
+set output_regs [get_cells *io_out_REG*]
16
+if {[llength $output_regs] == 0} {
17
+ puts "ERROR: Could not find *io_out_REG*"
18
+ exit 1
19
+}
0 commit comments