FreeCalypso > hg > fc-sim-sniff
comparison fpga/sniffer-basic/top.v @ 30:dc99c9962aed
fpga/sniffer-*: forgot to change SIM_RST to SIM_RST_in for LED5
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 29 Aug 2023 20:36:34 +0000 |
parents | e5c5162b3a8c |
children |
comparison
equal
deleted
inserted
replaced
29:8be0b96b7c8d | 30:dc99c9962aed |
---|---|
54 | 54 |
55 assign LED1 = 1'b1; | 55 assign LED1 = 1'b1; |
56 assign LED2 = 1'b0; | 56 assign LED2 = 1'b0; |
57 assign LED3 = 1'b1; | 57 assign LED3 = 1'b1; |
58 assign LED4 = 1'b0; | 58 assign LED4 = 1'b0; |
59 assign LED5 = SIM_RST; | 59 assign LED5 = SIM_RST_in; |
60 | 60 |
61 /* SIM_IO_out dummy: if someone mistakenly connects an Icestick board with | 61 /* SIM_IO_out dummy: if someone mistakenly connects an Icestick board with |
62 * this FPGA image in it to a cardem pod instead of the sniffing one, | 62 * this FPGA image in it to a cardem pod instead of the sniffing one, |
63 * we ensure that the 74LVC1G07 OD buffer remains off by feeding logic HIGH | 63 * we ensure that the 74LVC1G07 OD buffer remains off by feeding logic HIGH |
64 * to this buffer. | 64 * to this buffer. |