mirror of https://github.com/YosysHQ/icestorm.git
Merge pull request #317 from DanielG/fix-examples
Some fixes for examples/ used by Debian packaging
This commit is contained in:
commit
c23e99c484
|
|
@ -1,3 +1,5 @@
|
|||
all: config.bin
|
||||
|
||||
prog: config.bin
|
||||
sudo iceprog config.bin
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
set_frequency clk 32
|
||||
set_io RGB0 39
|
||||
set_io RGB1 40
|
||||
set_io RGB2 41
|
||||
|
|
|
|||
Loading…
Reference in New Issue