From e78a070b832a2aa686c74cdf9c3dbd241dfa950d Mon Sep 17 00:00:00 2001 From: shylie Date: Wed, 9 Oct 2024 15:34:00 -0400 Subject: [PATCH] Removed unused wire 'fb_data_in' --- ice/mandelbrot/source/impl_1/top.sv | 1 - 1 file changed, 1 deletion(-) diff --git a/ice/mandelbrot/source/impl_1/top.sv b/ice/mandelbrot/source/impl_1/top.sv index fdb7353..cdbe17b 100644 --- a/ice/mandelbrot/source/impl_1/top.sv +++ b/ice/mandelbrot/source/impl_1/top.sv @@ -32,7 +32,6 @@ coords #(.POS_COUNT(1)) coords_inst(.clk(clk), .rst(dir), .inc(coords_inc), .x(x wire fb_clk; reg [15:0] fb_addr; -wire [7:0] fb_data_in; wire fb_we; wire [15:0] fb_data_out;