diff 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
line wrap: on
line diff
--- a/fpga/sniffer-basic/top.v	Tue Aug 29 20:35:51 2023 +0000
+++ b/fpga/sniffer-basic/top.v	Tue Aug 29 20:36:34 2023 +0000
@@ -56,7 +56,7 @@
 assign LED2 = 1'b0;
 assign LED3 = 1'b1;
 assign LED4 = 1'b0;
-assign LED5 = SIM_RST;
+assign LED5 = SIM_RST_in;
 
 /* SIM_IO_out dummy: if someone mistakenly connects an Icestick board with
  * this FPGA image in it to a cardem pod instead of the sniffing one,