Fix spacing
This commit is contained in:
parent
ffa23b59b8
commit
6b798830c9
|
|
@ -407,4 +407,4 @@ typedef unsigned long long vluint64_t; ///< 64-bit unsigned type
|
|||
|
||||
//=========================================================================
|
||||
|
||||
#endif /*guard*/
|
||||
#endif // Guard
|
||||
|
|
|
|||
|
|
@ -2109,7 +2109,7 @@ void EmitCImp::emitWrapEval(AstNodeModule* modp) {
|
|||
puts("#ifdef VL_DEBUG\n");
|
||||
putsDecoration("// Debug assertions\n");
|
||||
puts("_eval_debug_assertions();\n");
|
||||
puts("#endif // VL_DEBUG\n");
|
||||
puts("#endif // VL_DEBUG\n");
|
||||
putsDecoration("// Initialize\n");
|
||||
puts("if (VL_UNLIKELY(!vlSymsp->__Vm_didInit)) _eval_initial_loop(vlSymsp);\n");
|
||||
if (v3Global.opt.inhibitSim()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue