mirror of
https://github.com/verilator/verilator.git
synced 2025-05-02 21:46:54 +00:00
With high c-splits, even split blank functions.
This commit is contained in:
parent
4573fd3069
commit
b6913ff9b3
@ -2056,6 +2056,7 @@ void EmitCImp::main(AstNodeModule* modp, bool slow, bool fast) {
|
||||
m_ofp = newOutCFile (modp, !m_fast, true/*source*/, splitFilenumInc());
|
||||
emitImp (modp);
|
||||
}
|
||||
splitSizeInc(10); // Even blank functions get a file with a low csplit
|
||||
mainDoFunc(funcp);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user