Skip to content

Commit

Permalink
modified decoder.v
Browse files Browse the repository at this point in the history
  • Loading branch information
mountains-high authored and mountains-high committed Nov 1, 2023
1 parent 25399dd commit 3a8ae20
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/decoder.v
Original file line number Diff line number Diff line change
Expand Up @@ -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
);


Expand Down

0 comments on commit 3a8ae20

Please sign in to comment.