From 26c1236cdc377dcdbbe91e565e692316775e5c54 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 30 Oct 2013 14:36:28 -0500 Subject: Fix prior commit --- fpga/xilinx/digilent/spartan_6/s6_remotefpga_test/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpga/xilinx/digilent') diff --git a/fpga/xilinx/digilent/spartan_6/s6_remotefpga_test/main.v b/fpga/xilinx/digilent/spartan_6/s6_remotefpga_test/main.v index 9f37f9d..b852a6d 100644 --- a/fpga/xilinx/digilent/spartan_6/s6_remotefpga_test/main.v +++ b/fpga/xilinx/digilent/spartan_6/s6_remotefpga_test/main.v @@ -296,7 +296,7 @@ module sample_image_processing_demo(clk, wren, dout, addr, din, enable, done); output reg done; reg prev_enable; - reg [(IMAGE_RAM_ADDR_BITS-1):0] counter; + reg [IMAGE_RAM_ADDR_BITS:0] counter; reg toggler; always @(posedge clk) begin -- cgit v1.2.3