From 3a8ae2077dfb8fd5b4479f678085e4acd0587b70 Mon Sep 17 00:00:00 2001 From: mountains-high Date: Tue, 31 Oct 2023 23:04:04 -0700 Subject: [PATCH] modified decoder.v --- src/decoder.v | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/decoder.v b/src/decoder.v index 1733d747..a7a8d7c0 100644 --- a/src/decoder.v +++ b/src/decoder.v @@ -31,11 +31,8 @@ module lif ( input wire [7:0] current, input wire clk, input wire rst_n, - ouput wire spike, - - - - output reg [6:0] segments + output wire spike, + output reg [7:0] state );