FreeCalypso > hg > fc-sim-sniff
changeset 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 | 8be0b96b7c8d |
children | ab37fcb71744 |
files | fpga/sniffer-basic/top.v fpga/sniffer-pps/top.v |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
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,
--- a/fpga/sniffer-pps/top.v Tue Aug 29 20:35:51 2023 +0000 +++ b/fpga/sniffer-pps/top.v Tue Aug 29 20:36:34 2023 +0000 @@ -64,7 +64,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,