Reverted linux testbench to not check for match against QEMU.

This commit is contained in:
Rose Thompson 2023-10-17 10:00:50 -05:00
parent 0a06effdca
commit 55c1560467

View File

@ -27,7 +27,7 @@
`include "config.vh" `include "config.vh"
import cvw::*; import cvw::*;
`define DEBUG_TRACE 1 `define DEBUG_TRACE 0
// Debug Levels // Debug Levels
// 0: don't check against QEMU // 0: don't check against QEMU
// 1: print disagreements with QEMU, but only halt on PCW disagreements // 1: print disagreements with QEMU, but only halt on PCW disagreements