We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08af3bb commit 2a4390dCopy full SHA for 2a4390d
test/orfs/ram_8x7/ram_8x7_sim.cpp
@@ -1,11 +1,9 @@
1
#include "Vram_8x7.h"
2
-// #include <gmock/gmock-matchers.h>
3
-#include <gmock/gmock-matchers.h>
4
-#include <gmock/gmock.h>
5
#include <gtest/gtest.h>
6
#include <verilated.h>
7
#include <verilated_vcd_c.h>
8
+#include <cstdlib>
9
#include <string>
10
11
class Ram_8x7TestHarness
0 commit comments