mirror of
https://github.com/UzixLS/zx-multisound.git
synced 2025-07-18 23:01:31 +03:00
4 lines
182 B
Tcl
4 lines
182 B
Tcl
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]}]
|