This commit is contained in:
PurplePower
2024-11-18 23:17:58 +08:00
parent 93ac859c8f
commit 0f905afe36
11 changed files with 16 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
##Clock signal
set_property -dict {PACKAGE_PIN K17 IOSTANDARD LVCMOS33} [get_ports io_clock]
create_clock -period 20.000 -name sys_clk_pin -waveform {0.000 10.000} -add [get_ports io_clock]
create_clock -period 8.000 -name sys_clk_pin -waveform {0.000 4.000} -add [get_ports io_clock]