mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 15:32:40 -04:00
typo
This commit is contained in:
parent
fd7705f885
commit
cab98eb8aa
@ -293,10 +293,10 @@ public class CircuitBuilder implements BuilderInterface<CircuitBuilder> {
|
|||||||
|
|
||||||
// add clock
|
// add clock
|
||||||
if (!flipflops.isEmpty())
|
if (!flipflops.isEmpty())
|
||||||
addClockTpFlipFlops(circuit);
|
addClockToFlipFlops(circuit);
|
||||||
|
|
||||||
if (!sequentialVars.isEmpty())
|
if (!sequentialVars.isEmpty())
|
||||||
addNetConnections(circuit, maxWidth + SIZE * 5);
|
addNetConnections(circuit, maxWidth + SIZE * 7);
|
||||||
|
|
||||||
circuit.setNotModified();
|
circuit.setNotModified();
|
||||||
return circuit;
|
return circuit;
|
||||||
@ -320,7 +320,7 @@ public class CircuitBuilder implements BuilderInterface<CircuitBuilder> {
|
|||||||
return vars;
|
return vars;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addClockTpFlipFlops(Circuit circuit) {
|
private void addClockToFlipFlops(Circuit circuit) {
|
||||||
int x = Integer.MAX_VALUE;
|
int x = Integer.MAX_VALUE;
|
||||||
int yMin = Integer.MAX_VALUE;
|
int yMin = Integer.MAX_VALUE;
|
||||||
int yMax = Integer.MIN_VALUE;
|
int yMax = Integer.MIN_VALUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user