All cache bugs fixed - Handshaking

This commit is contained in:
felsabbagh3
2020-03-28 21:43:02 -07:00
301 changed files with 527762 additions and 30493 deletions

View File

@@ -5,13 +5,8 @@
int main(int argc, char **argv)
{
// Verilated::debug(1);
Verilated::commandArgs(argc, argv);
Verilated::traceEverOn(true);
// #define ALL_TESTS
#ifdef ALL_TESTS
bool passed = true;