Fix spacing

This commit is contained in:
Wilson Snyder 2019-07-29 21:07:37 -04:00
parent ffa23b59b8
commit 6b798830c9
2 changed files with 2 additions and 2 deletions

View File

@ -407,4 +407,4 @@ typedef unsigned long long vluint64_t; ///< 64-bit unsigned type
//=========================================================================
#endif /*guard*/
#endif // Guard

View File

@ -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()) {