Skip to content

Commit

Permalink
Update multi_neurons.v
Browse files Browse the repository at this point in the history
  • Loading branch information
BrosnanYuen authored May 17, 2024
1 parent 9eb42dd commit 8eca44c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/multi_neurons.v
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ module tt_um_multi_neurons_brosnanyuen #(parameter NEURONS = 96, INPUTS=8, OUTPU
end
endgenerate

always @* begin
always@(posedge clk)
begin
RESET_VEC[ui_in[7:1]] <= rst_n;
end

Expand Down

0 comments on commit 8eca44c

Please sign in to comment.