mirror of https://github.com/efabless/caravel.git
22 lines
1.1 KiB
Tcl
22 lines
1.1 KiB
Tcl
###############################################################################
|
|
# Created by write_sdc
|
|
# Fri Nov 5 09:51:10 2021
|
|
###############################################################################
|
|
current_design gpio_logic_high
|
|
###############################################################################
|
|
# Timing Constraints
|
|
###############################################################################
|
|
create_clock -name __VIRTUAL_CLK__ -period 10.0000
|
|
set_clock_uncertainty 0.2500 __VIRTUAL_CLK__
|
|
set_output_delay 2.0000 -clock [get_clocks {__VIRTUAL_CLK__}] -add_delay [get_ports {gpio_logic1}]
|
|
###############################################################################
|
|
# Environment
|
|
###############################################################################
|
|
set_load -pin_load 0.0334 [get_ports {gpio_logic1}]
|
|
set_timing_derate -early 0.9500
|
|
set_timing_derate -late 1.0500
|
|
###############################################################################
|
|
# Design Rules
|
|
###############################################################################
|
|
set_max_fanout 5.0000 [current_design]
|