Add descriptive headers to output files

This commit is contained in:
Wilson Snyder
2009-12-02 20:09:13 -05:00
parent 66b5fa821c
commit fc70ae180e
5 changed files with 13 additions and 0 deletions
+1
View File
@@ -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