mirror of
https://github.com/verilator/verilator.git
synced 2026-09-08 02:28:43 +02:00
Add verilator_gantt profiling of DPI imports (#3084).
This commit is contained in:
+1
-1
@@ -446,7 +446,7 @@ void EmitCSyms::emitSymHdr() {
|
||||
}
|
||||
|
||||
puts("\n// SYMS CLASS (contains all model state)\n");
|
||||
puts("class alignas(VL_CACHE_LINE_BYTES)" + EmitCUtil::symClassName()
|
||||
puts("class alignas(VL_CACHE_LINE_BYTES) " + EmitCUtil::symClassName()
|
||||
+ " final : public VerilatedSyms {\n");
|
||||
ofp()->putsPrivate(false); // public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user