mirror of
https://github.com/olofk/serv.git
synced 2026-01-26 11:41:51 +00:00
Silence some warnings
This commit is contained in:
@@ -119,6 +119,8 @@ module serv_rf_if
|
||||
|
||||
assign o_rs1 = i_rdata0;
|
||||
assign o_rs2 = i_rdata1;
|
||||
assign o_csr = 1'b0;
|
||||
assign o_csr_pc = 1'b0;
|
||||
end // else: !if(WITH_CSR)
|
||||
endgenerate
|
||||
endmodule
|
||||
|
||||
@@ -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