comparison fpga/sniffer-basic/top.v @ 11:3da4676dafa8

fpga/sniffer-basic/top.v: correct SIM_RST polarity for LED
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 21 Aug 2023 01:07:26 +0000
parents 7db5fd6646df
children e5c5162b3a8c
comparison
equal deleted inserted replaced
10:db8acc067542 11:3da4676dafa8
52 52
53 assign LED1 = 1'b1; 53 assign LED1 = 1'b1;
54 assign LED2 = 1'b0; 54 assign LED2 = 1'b0;
55 assign LED3 = 1'b1; 55 assign LED3 = 1'b1;
56 assign LED4 = 1'b0; 56 assign LED4 = 1'b0;
57 assign LED5 = !SIM_RST; 57 assign LED5 = SIM_RST;
58 58
59 endmodule 59 endmodule