forked from HEL/circuiteria
added stub name offset parameter
This commit is contained in:
BIN
gallery/test.pdf
BIN
gallery/test.pdf
Binary file not shown.
@ -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")
|
||||
|
||||
|
Binary file not shown.
@ -110,7 +110,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")
|
||||
|
||||
|
Reference in New Issue
Block a user