mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Removed output delay in synthesis
This commit is contained in:
parent
6777fd9b55
commit
a8f268e2a4
@ -134,8 +134,8 @@ if {$tech == "sky130"} {
|
|||||||
|
|
||||||
# Set input/output delay
|
# Set input/output delay
|
||||||
if {$drive == "FLOP"} {
|
if {$drive == "FLOP"} {
|
||||||
set_input_delay 0.1 -max -clock $my_clk $all_in_ex_clk
|
set_input_delay 0.0 -max -clock $my_clk $all_in_ex_clk
|
||||||
set_output_delay 0.1 -max -clock $my_clk [all_outputs]
|
set_output_delay 0.0 -max -clock $my_clk [all_outputs]
|
||||||
} else {
|
} else {
|
||||||
set_input_delay 0.0 -max -clock $my_clk $all_in_ex_clk
|
set_input_delay 0.0 -max -clock $my_clk $all_in_ex_clk
|
||||||
set_output_delay 0.0 -max -clock $my_clk [all_outputs]
|
set_output_delay 0.0 -max -clock $my_clk [all_outputs]
|
||||||
|
Loading…
Reference in New Issue
Block a user