caravel/sdc/mprj2_logic_high.sdc

22 lines
1.1 KiB
Tcl

###############################################################################
# Created by write_sdc
# Mon Nov 15 10:50:21 2021
###############################################################################
current_design mprj2_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 {HI}]
###############################################################################
# Environment
###############################################################################
set_load -pin_load 0.0334 [get_ports {HI}]
set_timing_derate -early 0.9500
set_timing_derate -late 1.0500
###############################################################################
# Design Rules
###############################################################################
set_max_fanout 5.0000 [current_design]