forked from github/verilator
Apply 'make format'
This commit is contained in:
parent
80859a609a
commit
2a0ec88379
@ -5578,8 +5578,8 @@ public:
|
||||
}
|
||||
virtual string emitC() override {
|
||||
return m_reset ? "VL_RAND_RESET_%nq(%nw, %P)"
|
||||
: seedp() ? (urandom() ? "VL_URANDOM_SEEDED_%nq%lq(%li)"
|
||||
: "VL_RANDOM_SEEDED_%nq%lq(%li)")
|
||||
: seedp()
|
||||
? (urandom() ? "VL_URANDOM_SEEDED_%nq%lq(%li)" : "VL_RANDOM_SEEDED_%nq%lq(%li)")
|
||||
: isWide() ? "VL_RANDOM_%nq(%nw, %P)" //
|
||||
: "VL_RANDOM_%nq()";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user