comparison fpga/sniffer-pps/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 0f74428c177c
children ab37fcb71744
comparison
equal deleted inserted replaced
29:8be0b96b7c8d 30:dc99c9962aed
62 62
63 assign LED1 = 1'b1; 63 assign LED1 = 1'b1;
64 assign LED2 = 1'b0; 64 assign LED2 = 1'b0;
65 assign LED3 = 1'b1; 65 assign LED3 = 1'b1;
66 assign LED4 = 1'b0; 66 assign LED4 = 1'b0;
67 assign LED5 = SIM_RST; 67 assign LED5 = SIM_RST_in;
68 68
69 /* SIM_IO_out dummy: if someone mistakenly connects an Icestick board with 69 /* SIM_IO_out dummy: if someone mistakenly connects an Icestick board with
70 * this FPGA image in it to a cardem pod instead of the sniffing one, 70 * this FPGA image in it to a cardem pod instead of the sniffing one,
71 * we ensure that the 74LVC1G07 OD buffer remains off by feeding logic HIGH 71 * we ensure that the 74LVC1G07 OD buffer remains off by feeding logic HIGH
72 * to this buffer. 72 * to this buffer.