mirror of
https://github.com/verilator/verilator.git
synced 2025-01-22 14:24:18 +00:00
Apply 'make format'
This commit is contained in:
parent
4650105d90
commit
ead27db9f0
@ -429,7 +429,8 @@ void orderSequentially(AstCFunc* funcp, const LogicByScope& lbs) {
|
||||
if (procp->isSuspendable()) {
|
||||
funcp->slow(false);
|
||||
subFuncp = createNewSubFuncp(scopep);
|
||||
subFuncp->name(subFuncp->name() + "__Vtiming__" + cvtToStr(scopep->user2Inc()));
|
||||
subFuncp->name(subFuncp->name() + "__Vtiming__"
|
||||
+ cvtToStr(scopep->user2Inc()));
|
||||
subFuncp->rtnType("VlCoroutine");
|
||||
if (VN_IS(procp, Always)) {
|
||||
subFuncp->slow(false);
|
||||
|
Loading…
Reference in New Issue
Block a user