From fd38216edaba0e1709137b9c656fb7d4223f890d Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 14 Nov 2009 08:43:57 -0500 Subject: [PATCH] Commentary: Fix SpTraceVcd include, bug185 --- bin/verilator | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/verilator b/bin/verilator index aa0e72439..61129dbd8 100755 --- a/bin/verilator +++ b/bin/verilator @@ -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 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) { ... @@ -2338,7 +2338,7 @@ other things. 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. - #include "SpTraceVcd.cpp" + #include "SpTraceVcd.h" ... int main(int argc, char **argv, char **env) { ...