mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-08 22:52:24 -04:00
Build FPGA for the uwg30 wcsp package
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
69ef6dde8b
commit
5e8253465b
3 changed files with 48 additions and 13 deletions
|
@ -27,11 +27,6 @@ module application_fpga (
|
|||
|
||||
input wire touch_event,
|
||||
|
||||
input wire app_gpio1,
|
||||
input wire app_gpio2,
|
||||
output wire app_gpio3,
|
||||
output wire app_gpio4,
|
||||
|
||||
output wire led_r,
|
||||
output wire led_g,
|
||||
output wire led_b
|
||||
|
@ -342,10 +337,10 @@ module application_fpga (
|
|||
.led_g(led_g),
|
||||
.led_b(led_b),
|
||||
|
||||
.gpio1(app_gpio1),
|
||||
.gpio2(app_gpio2),
|
||||
.gpio3(app_gpio3),
|
||||
.gpio4(app_gpio4),
|
||||
.gpio1(),
|
||||
.gpio2(),
|
||||
.gpio3(),
|
||||
.gpio4(),
|
||||
|
||||
.cs(tk1_cs),
|
||||
.we(tk1_we),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue