forked from libre-chip/cpu
rename test_rename_execute_retire_real_alu_branch -> test_rename_execute_retire_save_restore_gprs_real
This commit is contained in:
parent
7151841af5
commit
5558763718
2 changed files with 2 additions and 2 deletions
|
|
@ -4609,7 +4609,7 @@ fn test_rename_execute_retire_save_restore_gprs() {
|
||||||
|
|
||||||
#[hdl]
|
#[hdl]
|
||||||
#[test]
|
#[test]
|
||||||
fn test_rename_execute_retire_real_alu_branch() {
|
fn test_rename_execute_retire_save_restore_gprs_real() {
|
||||||
let _n = SourceLocation::normalize_files_for_tests();
|
let _n = SourceLocation::normalize_files_for_tests();
|
||||||
let mut config = CpuConfig::new(
|
let mut config = CpuConfig::new(
|
||||||
vec![
|
vec![
|
||||||
|
|
@ -4628,7 +4628,7 @@ fn test_rename_execute_retire_real_alu_branch() {
|
||||||
let mut sim = Simulation::new(m);
|
let mut sim = Simulation::new(m);
|
||||||
let _checked_vcd_output = checked_vcd_output!(
|
let _checked_vcd_output = checked_vcd_output!(
|
||||||
&mut sim,
|
&mut sim,
|
||||||
"tests/expected/rename_execute_retire_real_alu_branch.vcd",
|
"tests/expected/rename_execute_retire_save_restore_gprs_real.vcd",
|
||||||
);
|
);
|
||||||
sim.write_clock(sim.io().cd.clk, false);
|
sim.write_clock(sim.io().cd.clk, false);
|
||||||
sim.write_reset(sim.io().cd.rst, true);
|
sim.write_reset(sim.io().cd.rst, true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue