1
0
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:
Olof Kindgren
2018-12-13 10:52:21 +01:00
parent 3f5c25d8f2
commit 4a224fc985
3 changed files with 7 additions and 1 deletions

View File

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