Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
d2492940
Commit
d2492940
authored
Dec 29, 2017
by
Jens Korinth
Browse files
EvaluateIP: Support "clock" as clock port name
parent
6dccae86
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/evaluate_ip.tcl.template
View file @
d2492940
...
...
@@ -71,7 +71,7 @@ foreach saif [glob -nocomplain *.saif] {
write_checkpoint -force @@SYNTH_CHECKPOINT@@
# set clock
set clock_ports [get_ports -filter {DIRECTION == IN && (NAME =~ *clk* || NAME =~ *CLK*)}]
set clock_ports [get_ports -filter {DIRECTION == IN && (NAME =~ *clk* || NAME =~ *CLK*
|| NAME =~ clock
)}]
puts "clock_ports = $clock_ports"
create_clock -name clk -period @@PERIOD@@ $clock_ports
set_property HD.CLK_SRC BUFGCTRL_X0Y0 $clock_ports
...
...
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