debug message on unconnected output in sims

This commit is contained in:
Stefan Frederik
2020-12-31 04:19:08 +01:00
parent c57b8f41ac
commit 14d6cdc548
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1087,7 +1087,7 @@ void propagate_logic()
continue; continue;
} }
if(!xctx->inst[i].node[propagate]) { if(!xctx->inst[i].node[propagate]) {
dbg(1, "Error: inst %s, output in %d unconnected\n", xctx->inst[i].instname, propagate); dbg(0, "Error: inst %s, output in %d unconnected\n", xctx->inst[i].instname, propagate);
break; break;
} }
/* get net to propagate hilight to...*/ /* get net to propagate hilight to...*/
@@ -17,7 +17,7 @@ and base-10 counter} 1540 -3130 0 0 2.5 2.5 {}
T {This example shows Xschem (very simple) simulation abilities T {This example shows Xschem (very simple) simulation abilities
Ctrl-Click to start simulation. Ctrl-Click to start simulation.
Xschem will be only partially responsive during simulation. Xschem will be only partially responsive during simulation.
Will run for 40 iterations. Will run for 100 iterations.
If you need to stop: If you need to stop:
Simulation -> Forced stop tcl scripts} 1730 -750 0 0 1.5 1.5 {} Simulation -> Forced stop tcl scripts} 1730 -750 0 0 1.5 1.5 {}
T {Cyan: Uninitialized or unknown (X)} 3210 -1190 0 0 1.5 1.5 {layer=1} T {Cyan: Uninitialized or unknown (X)} 3210 -1190 0 0 1.5 1.5 {layer=1}