mirror of
https://github.com/olofk/serv.git
synced 2026-01-28 20:30:54 +00:00
Silence some warnings
This commit is contained in:
@@ -155,6 +155,8 @@ module serv_state
|
||||
misalign_trap_sync <= 1'b0;
|
||||
end // always @ (posedge i_clk)
|
||||
end else begin
|
||||
assign o_trap_taken = 0;
|
||||
assign o_ctrl_trap = 0;
|
||||
always @(*)
|
||||
o_pending_irq = 1'b0;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user