Still giving sc_time_stamp error
This commit is contained in:
19
models/memory/cln28hpc/rf2_32x128_wm1/testbench.cpp
Normal file
19
models/memory/cln28hpc/rf2_32x128_wm1/testbench.cpp
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
#include "Vrf2_32x128_wm1_rtl.h"
|
||||
#include "verilated.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
Vrf2_32x128_wm1_rtl module;
|
||||
|
||||
for (int i = 0; i < 10; i++)
|
||||
{
|
||||
// module.clk = 0;
|
||||
module.eval();
|
||||
// module.clk = 1;
|
||||
module.eval();
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user