Skip to content

Commit

Permalink
Fix Issue luhsra#31: PC and ACCU multiplexer connection are drawn on …
Browse files Browse the repository at this point in the history
…top of each other
  • Loading branch information
Exopandora committed Feb 1, 2018
1 parent 293c887 commit 3faced3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private void layoutPc() {
String pcOutJunction = Parts.PC + Parts._OUT_JUNCTION;
String pcOutWire = Parts.PC + Parts._WIRE_DATA_OUT;

addLayout(pcOutJunction, cb.alignVertically(Parts.PC).left(Parts.GROUP_MUX_EXT_REGISTERS, 10));
addLayout(pcOutJunction, cb.alignVertically(Parts.PC).left(Parts.GROUP_MUX_EXT_REGISTERS, 20));
addLayout(pcOutWire + ".0", cb.left(Parts.PC).alignVertically(Parts.PC));
addLayout(pcOutWire + ".1", cb.align(pcOutJunction));
}
Expand Down

0 comments on commit 3faced3

Please sign in to comment.