1
0
forked from HEL/circuiteria

adapted wire stubs with auto side detection

This commit is contained in:
2025-04-19 00:11:53 +02:00
parent 5616544707
commit 26231b2f48
4 changed files with 80 additions and 52 deletions

View File

@ -13,25 +13,11 @@
),
debug: (ports: true)
)
element.block(
size: (1, 2),
ports: (
west: (("a", "A"), "e"),
north: "b",
east: "c",
south: "d"
),
pos: (
(offset: -1, from: "PCBuf.south"),
2,//(align: "e", with: "PCBuf.EN"),
)
)
/*
wire.stub("PCBuf.CLK", name: "CLK")
wire.stub("PCBuf.EN", name: "PCWrite")
/*
element.multiplexer(
pos: (
3, (align: "in0", with: "PCBuf.PC")