[#73220] change divider to / from .

This commit is contained in:
Mateusz Gancarz 2025-02-25 08:48:56 +01:00
parent 4c3915300e
commit 08f6f36bb0
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ void VerilatedSaif::open(const char* filename) VL_MT_SAFE_EXCLUDES(m_mutex) {
printStr("(PROGRAM_NAME \"Verilator\")\n");
//printStr("(PROGRAM_VERSION \"foo\")\n");
printStr("(VERSION \"5.032\")\n");
printStr("(DIVIDER .)\n");
printStr("(DIVIDER / )\n");
printStr("(TIMESCALE ");
printStr(timeResStr().c_str());
printStr(")\n");