forked from github/verilator
Commentary: Fix SpTraceVcd include, bug185
This commit is contained in:
parent
ae27b8944e
commit
fd38216eda
@ -2302,7 +2302,7 @@ done for you if using the Verilator --exe flag.
|
|||||||
Note you can also call ->trace on multiple Verilated objects with the same
|
Note you can also call ->trace on multiple Verilated objects with the same
|
||||||
trace file if you want all data to land in the same output file.
|
trace file if you want all data to land in the same output file.
|
||||||
|
|
||||||
#include "SpTraceVcdC.cpp"
|
#include "SpTraceVcdC.h"
|
||||||
...
|
...
|
||||||
int main(int argc, char **argv, char **env) {
|
int main(int argc, char **argv, char **env) {
|
||||||
...
|
...
|
||||||
@ -2338,7 +2338,7 @@ other things.
|
|||||||
Note you can also call ->trace on multiple Verilated objects with the same
|
Note you can also call ->trace on multiple Verilated objects with the same
|
||||||
trace file if you want all data to land in the same output file.
|
trace file if you want all data to land in the same output file.
|
||||||
|
|
||||||
#include "SpTraceVcd.cpp"
|
#include "SpTraceVcd.h"
|
||||||
...
|
...
|
||||||
int main(int argc, char **argv, char **env) {
|
int main(int argc, char **argv, char **env) {
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user