mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
minor busybear fixes
This commit is contained in:
parent
0850c18cb7
commit
ee628e388a
@ -35,7 +35,8 @@ vopt +acc work.testbench -o workopt
|
||||
|
||||
vsim workopt -suppress 8852,12070
|
||||
|
||||
do ./wave-dos/peripheral-waves.do
|
||||
#do ./wave-dos/peripheral-waves.do
|
||||
do ./wave-dos/busybear-waves.do
|
||||
|
||||
#-- Run the Simulation
|
||||
run -all
|
||||
|
@ -1,21 +1,7 @@
|
||||
`include "wally-config.vh"
|
||||
|
||||
|
||||
// *** Noah please check which way you need to fix the merge conflict.
|
||||
// Ross was not sure.
|
||||
// merge conflict main
|
||||
module testbench();
|
||||
|
||||
/* -----\/----- EXCLUDED -----\/-----
|
||||
// merge conflict icache-almost-ready
|
||||
package ahbliteState;
|
||||
typedef enum {IDLE, MEMREAD, MEMWRITE, INSTRREAD, INSTRREADC, ATOMICREAD, ATOMICWRITE, MMUTRANSLATE} statetype;
|
||||
endpackage
|
||||
|
||||
module testbench_busybear();
|
||||
-----/\----- EXCLUDED -----/\----- */
|
||||
|
||||
|
||||
logic clk, reset;
|
||||
logic [31:0] GPIOPinsIn;
|
||||
logic [31:0] GPIOPinsOut, GPIOPinsEn;
|
||||
|
Loading…
Reference in New Issue
Block a user