mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
update busybear testbench to conform to new structure
This commit is contained in:
parent
be3d024527
commit
7fd73d12e9
@ -21,7 +21,7 @@ module testbench_busybear();
|
|||||||
assign DataAccessFaultM = 0;
|
assign DataAccessFaultM = 0;
|
||||||
|
|
||||||
// instantiate processor and memories
|
// instantiate processor and memories
|
||||||
wallypipelinedhart dut(.ALUResultM(DataAdrM), .*);
|
wallypipelinedhart dut(.*);
|
||||||
|
|
||||||
// initialize test
|
// initialize test
|
||||||
initial
|
initial
|
||||||
|
Loading…
Reference in New Issue
Block a user