forked from libre-chip/cpu
adapt code for new fayalite features
This commit is contained in:
parent
1229d9c758
commit
ba9ec3bd29
9 changed files with 56 additions and 544 deletions
|
|
@ -1163,13 +1163,7 @@ impl MockExecuteState {
|
|||
id: &insn.id,
|
||||
next_pc,
|
||||
call_stack_op: mock_insn.call_stack_op(pc),
|
||||
cond_br_taken: if let Some(cond_br_taken) = cond_br_taken {
|
||||
#[hdl(sim)]
|
||||
HdlSome(cond_br_taken)
|
||||
} else {
|
||||
#[hdl(sim)]
|
||||
HdlNone()
|
||||
},
|
||||
cond_br_taken,
|
||||
config: self.config,
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue