diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-12-31 16:46:45 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-31 16:46:45 +0200 |
| commit | ceea6d2fb9c715e70623407674b4fc4a2ec032fc (patch) | |
| tree | b2d8e0e0533edb8f347b81ed387a002c4d8722d6 /atk16_fpga/ice40hx8k-evb.pcf | |
| parent | 53f89f10fd0cd3f3eb32c0e1234515be034ce92f (diff) | |
Fix and test interrupts
Diffstat (limited to 'atk16_fpga/ice40hx8k-evb.pcf')
| -rw-r--r-- | atk16_fpga/ice40hx8k-evb.pcf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/atk16_fpga/ice40hx8k-evb.pcf b/atk16_fpga/ice40hx8k-evb.pcf index 540987f..eb63e74 100644 --- a/atk16_fpga/ice40hx8k-evb.pcf +++ b/atk16_fpga/ice40hx8k-evb.pcf @@ -68,3 +68,9 @@ set_io -nowarn TDI R14 set_io -nowarn TMS R15 set_io -nowarn TCK P14 set_io -nowarn TDO P15 + +# EXT4 connector +set_io -nowarn INT[0] G15 +set_io -nowarn INT[1] G10 +set_io -nowarn INT[2] F16 +set_io -nowarn INT[3] G11 |
