Skip to content

Commit

Permalink
Make servile_mux more simulator-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Jun 15, 2024
1 parent d577062 commit 3ef80ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servile/servile_mux.v
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module servile_mux
end else begin
assign sig_en = 1'b0;
assign halt_en = 1'b0;
always @(*) sim_ack = 1'b0;
initial sim_ack = 1'b0;
end
endgenerate

Expand Down

0 comments on commit 3ef80ce

Please sign in to comment.