mirror of
https://github.com/StefanSchippers/xschem.git
synced 2026-08-22 06:07:29 +02:00
debug message on unconnected output in sims
This commit is contained in:
+1
-1
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user