Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
CAOS_HW
HDL_IP
SafeSU
Commits
aeaff0a6
Commit
aeaff0a6
authored
Aug 25, 2021
by
Guillem Cabo
Committed by
Guillem
Nov 23, 2021
Browse files
add constraints
parent
bba8604d
Changes
2
Hide whitespace changes
Inline
Side-by-side
synth/genus/Constraints/top_ft_65.sdc
0 → 100755
View file @
aeaff0a6
set sdc_version 1.4
# Set the current design
current_design top_ft
#get_ports: ports that are in the top module
#set_case_analysis 0 [get_ports tck]
create_clock -name "clk" -add -period 1 [get_ports clk_i]
set_clock_groups -name grp4 -asynchronous -group {clk}
set_input_delay -clock [get_clocks clk] -add_delay 0.1 [all_inputs]
set_output_delay -clock [get_clocks clk] -add_delay 0.1 [all_outputs]
set_max_fanout 15 [current_design]
set_load 0.5 [all_outputs]
set_input_transition 0.2 [all_inputs]
synth/genus/Constraints/top_nft_65.sdc
0 → 100755
View file @
aeaff0a6
set sdc_version 1.4
# Set the current design
current_design top_nft
#get_ports: ports that are in the top module
#set_case_analysis 0 [get_ports tck]
create_clock -name "clk" -add -period 1 [get_ports clk_i]
set_clock_groups -name grp4 -asynchronous -group {clk}
set_input_delay -clock [get_clocks clk] -add_delay 0.1 [all_inputs]
set_output_delay -clock [get_clocks clk] -add_delay 0.1 [all_outputs]
set_max_fanout 15 [current_design]
set_load 0.5 [all_outputs]
set_input_transition 0.2 [all_inputs]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment