1
0
forked from HEL/circuiteria

added stub name offset parameter

This commit is contained in:
2024-05-17 23:52:43 +02:00
parent 047c3b8893
commit 66ac91af7b
6 changed files with 15 additions and 6 deletions

View File

@ -105,7 +105,7 @@
)
)
wire.stub("RegFile-port-CLK", "north", name: "CLK")
wire.stub("RegFile-port-WE3", "north", name: "Regwrite", vertical: true)
wire.stub("RegFile-port-WE3", "north", name: "Regwrite", name-offset: 0.6)
wire.stub("RegFile-port-A2", "west")
wire.stub("RegFile-port-RD2", "east")