1
0
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:
Olof Kindgren
2020-08-28 16:35:27 +02:00
parent cc42437e0f
commit 554bdccba0
3 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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