mirror of
https://github.com/supleed2/ELEC40006-P1-CW.git
synced 2024-11-10 02:05:48 +00:00
5 lines
172 B
Plaintext
5 lines
172 B
Plaintext
#This file must have the same name as your project
|
|
|
|
#Make input CLK a clock and set frequency to 250MHz (4ns period)
|
|
create_clock -name {CLK} -period 4.0 [get_ports {CLK}]
|