mirror of https://github.com/efabless/caravel.git
20 lines
965 B
Tcl
20 lines
965 B
Tcl
###############################################################################
|
|
# Created by write_sdc
|
|
# Fri Nov 5 09:51:10 2021
|
|
###############################################################################
|
|
current_design simple_por
|
|
###############################################################################
|
|
# Timing Constraints
|
|
###############################################################################
|
|
create_clock -name __VIRTUAL_CLK__ -period 10.0000
|
|
set_clock_uncertainty 0.2500 __VIRTUAL_CLK__
|
|
###############################################################################
|
|
# Environment
|
|
###############################################################################
|
|
set_timing_derate -early 0.9500
|
|
set_timing_derate -late 1.0500
|
|
###############################################################################
|
|
# Design Rules
|
|
###############################################################################
|
|
set_max_fanout 5.0000 [current_design]
|