1
0
forked from HEL/circuiteria

reworked ports layout + adapted multiplexer

This commit is contained in:
2025-04-19 15:10:09 +02:00
parent 26231b2f48
commit 4930b53c84
8 changed files with 185 additions and 130 deletions

Binary file not shown.

View File

@ -17,7 +17,7 @@
wire.stub("PCBuf.CLK", name: "CLK")
wire.stub("PCBuf.EN", name: "PCWrite")
/*
element.multiplexer(
pos: (
3, (align: "in0", with: "PCBuf.PC")
@ -25,9 +25,10 @@
size: (1, 2),
id: "AdrSrc-MP",
fill: util.colors.orange,
entries: 2
entries: 2,
debug: (ports: true)
)
wire.wire(
/*wire.wire(
"PCBuf.PC",
"AdrSrc-MP.in0",
id: "wPCBuf-InstDataMgr",