mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-29 01:24:25 +02:00
3 lines
100 B
Tcl
3 lines
100 B
Tcl
# Add timing constraints here
|
|
create_clock -period 10.000 -waveform {0.000 5.000} [get_ports {clk}]
|