[#73220] remove DESIGN and VERSION from SAIF headers
This commit is contained in:
parent
77b617aeea
commit
87ea573b2e
|
|
@ -189,9 +189,7 @@ void VerilatedSaif::initializeSaifFileContents() {
|
||||||
printStr("(SAIFILE\n");
|
printStr("(SAIFILE\n");
|
||||||
printStr("(SAIFVERSION \"2.0\")\n");
|
printStr("(SAIFVERSION \"2.0\")\n");
|
||||||
printStr("(DIRECTION \"backward\")\n");
|
printStr("(DIRECTION \"backward\")\n");
|
||||||
printStr("(DESIGN \"foo\")\n");
|
|
||||||
printStr("(PROGRAM_NAME \"Verilator\")\n");
|
printStr("(PROGRAM_NAME \"Verilator\")\n");
|
||||||
printStr("(VERSION \"5.032\")\n");
|
|
||||||
printStr("(DIVIDER / )\n");
|
printStr("(DIVIDER / )\n");
|
||||||
printStr("(TIMESCALE ");
|
printStr("(TIMESCALE ");
|
||||||
printStr(timeResStr());
|
printStr(timeResStr());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue