File tree 5 files changed +7
-3
lines changed
tests/projects/embed/verilator
5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
#include " hello.h"
2
2
#include " verilated.h"
3
3
4
+ double sc_time_stamp () { return 0 ; }
5
+
4
6
int main (int argc, char ** argv) {
5
7
VerilatedContext* contextp = new VerilatedContext;
6
8
contextp->commandArgs (argc, argv);
Original file line number Diff line number Diff line change 1
- add_requires (" verilator 5.016 " )
1
+ add_requires (" verilator" )
2
2
3
3
target (" hello" )
4
4
add_rules (" verilator.binary" )
Original file line number Diff line number Diff line change 1
- add_requires (" verilator 5.016 " )
1
+ add_requires (" verilator" )
2
2
3
3
target (" hello" )
4
4
add_rules (" verilator.binary" )
Original file line number Diff line number Diff line change 1
1
#include " hello.h"
2
2
#include " verilated.h"
3
3
4
+ double sc_time_stamp () { return 0 ; }
5
+
4
6
int main (int argc, char ** argv) {
5
7
VerilatedContext* contextp = new VerilatedContext;
6
8
contextp->commandArgs (argc, argv);
Original file line number Diff line number Diff line change 1
- add_requires (" verilator 5.016 " )
1
+ add_requires (" verilator" )
2
2
3
3
target (" hello" )
4
4
add_rules (" verilator.static" )
You can’t perform that action at this time.
0 commit comments