[#73220] remove DESIGN and VERSION from SAIF headers

This commit is contained in:
Mateusz Gancarz 2025-02-28 13:49:36 +01:00
parent 77b617aeea
commit 87ea573b2e
1 changed files with 0 additions and 2 deletions

View File

@ -189,9 +189,7 @@ void VerilatedSaif::initializeSaifFileContents() {
printStr("(SAIFILE\n");
printStr("(SAIFVERSION \"2.0\")\n");
printStr("(DIRECTION \"backward\")\n");
printStr("(DESIGN \"foo\")\n");
printStr("(PROGRAM_NAME \"Verilator\")\n");
printStr("(VERSION \"5.032\")\n");
printStr("(DIVIDER / )\n");
printStr("(TIMESCALE ");
printStr(timeResStr());