You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
383 B
10 lines
383 B
6 years ago
|
|
||
|
rot.bin: top.v inouts.pcf
|
||
|
yosys -q -p "synth_ice40 -blif i2c_kbd_alt.blif" top.v i2c_slave.v matrix_kbd.v ram.v simple_filter.v uart.v descriptors.v
|
||
|
arachne-pnr -p inouts.pcf i2c_kbd_alt.blif -o i2c_kbd_alt.txt
|
||
|
icebox_explain i2c_kbd_alt.txt > i2c_kbd_alt.ex
|
||
|
icepack i2c_kbd_alt.txt i2c_kbd_alt.bin
|
||
|
|
||
|
clean:
|
||
|
rm -f i2c_kbd_alt.blif i2c_kbd_alt.txt i2c_kbd_alt.ex i2c_kbd_alt.bin
|