vcs cpp compile demo
tree
1 | demo |
Makefile
1 | cmp: |
top.sv
1 | program top_tp; |
my.cpp
1 | #include "shared.hpp" |
shared.hpp
1 | extern "C"{ |
shared.cpp
1 | #include "shared.hpp" |
Talk is cheap. Show me the code
vcs cpp compile demo
tree
1 | demo |
Makefile
1 | cmp: |
top.sv
1 | program top_tp; |
my.cpp
1 | #include "shared.hpp" |
shared.hpp
1 | extern "C"{ |
shared.cpp
1 | #include "shared.hpp" |