3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

Added examples/gowin/

This commit is contained in:
Clifford Wolf 2016-11-07 12:55:56 +01:00
parent ef603c6fe1
commit 84badc97b3
6 changed files with 57 additions and 0 deletions

1
examples/gowin/demo.sdc Normal file
View file

@ -0,0 +1 @@
create_clock -name clk -period 20 -waveform {0 10} [get_ports {clk}]