mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:37:21 +02:00
Add descriptive headers to output files
This commit is contained in:
@@ -505,6 +505,7 @@ void V3EmitV::emitv() {
|
||||
// All-in-one file
|
||||
V3OutVFile of (v3Global.opt.makeDir()+"/"+v3Global.opt.prefix()+"__Vout.v");
|
||||
of.putsHeader();
|
||||
of.puts("# DESCR" "IPTION: Verilator output: Verilog representation of internal tree for debug\n");
|
||||
EmitVFileVisitor visitor (v3Global.rootp(), &of);
|
||||
} else {
|
||||
// Process each module in turn
|
||||
|
||||
Reference in New Issue
Block a user