forked from Github_Repos/cvw
update busybear testbench to conform to new structure
This commit is contained in:
parent
206747b8b2
commit
f2aea55def
@ -21,7 +21,7 @@ module testbench_busybear();
|
||||
assign DataAccessFaultM = 0;
|
||||
|
||||
// instantiate processor and memories
|
||||
wallypipelinedhart dut(.ALUResultM(DataAdrM), .*);
|
||||
wallypipelinedhart dut(.*);
|
||||
|
||||
// initialize test
|
||||
initial
|
||||
|
Loading…
Reference in New Issue
Block a user