mirror of
https://github.com/olofk/serv.git
synced 2026-05-05 07:43:34 +00:00
Fix failing compliance tests
This commit is contained in:
@@ -308,6 +308,8 @@ module serv_decode
|
||||
always @(posedge clk) begin
|
||||
if (state == INIT)
|
||||
o_ctrl_jump <= take_branch;
|
||||
if (state == IDLE)
|
||||
o_ctrl_jump <= 1'b0;
|
||||
|
||||
mtip_r <= i_mtip;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user