[#73220] change divider to / from .
This commit is contained in:
parent
4c3915300e
commit
08f6f36bb0
|
|
@ -123,7 +123,7 @@ void VerilatedSaif::open(const char* filename) VL_MT_SAFE_EXCLUDES(m_mutex) {
|
||||||
printStr("(PROGRAM_NAME \"Verilator\")\n");
|
printStr("(PROGRAM_NAME \"Verilator\")\n");
|
||||||
//printStr("(PROGRAM_VERSION \"foo\")\n");
|
//printStr("(PROGRAM_VERSION \"foo\")\n");
|
||||||
printStr("(VERSION \"5.032\")\n");
|
printStr("(VERSION \"5.032\")\n");
|
||||||
printStr("(DIVIDER .)\n");
|
printStr("(DIVIDER / )\n");
|
||||||
printStr("(TIMESCALE ");
|
printStr("(TIMESCALE ");
|
||||||
printStr(timeResStr().c_str());
|
printStr(timeResStr().c_str());
|
||||||
printStr(")\n");
|
printStr(")\n");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue