general sound - 16mhz clock

This commit is contained in:
Eugene Lozovoy
2022-11-25 19:23:57 +03:00
parent ab9648caf2
commit 8733d015a4
4 changed files with 20 additions and 19 deletions

View File

@ -1,5 +1,5 @@
create_clock -period 32.1MHz -name {clk_32mhz} [get_ports {clk32}]
create_generated_clock -name {gclk} -divide_by 2 -source [get_ports {clk32}] [get_registers {midi_clk_cnt[2]}]
create_generated_clock -name {clk12} -divide_by 2 -source [get_ports {clk32}] [get_registers {clk12_cnt[2]}]
set_false_path -from [get_ports {cfg[*]}]