formal proof works! also add test_power_isa_add_sim
Some checks failed
/ test (pull_request) Failing after 22m21s
Some checks failed
/ test (pull_request) Failing after 22m21s
This commit is contained in:
parent
1bc59716c5
commit
ef30d325d5
9 changed files with 28747 additions and 211 deletions
|
|
@ -4079,7 +4079,7 @@ fn rename_execute_retire_test_harness<#[hdl(skip)] MI: MakeInsns>(
|
|||
AluBranchKind::Real => {
|
||||
let unit = instance_with_loc(
|
||||
&dut.ty().to_units.unit_field_name(unit_index),
|
||||
cpu::unit::alu_branch::alu_branch(config, unit_index),
|
||||
cpu::unit::alu_branch::alu_branch(config, unit_index, &mut ()),
|
||||
SourceLocation::caller(),
|
||||
);
|
||||
connect(unit.from_execute, to_unit);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue