Hi, could you tell how to connect specific locati...
# sky130
b
Hi, could you tell how to connect specific locations of sram in the mgmt area to the specific locations of memory which is created in the user space? @User
m
Hi, there is currently no way to directly connect management sram to user space. You could read via firmware and then send via wishbone, but it would be slow. Better to put sram in the user space and build an interface to your module and the management area
b
I would like to load 32 bit words into all locations of 32x32 sram array whcih is created in the user space. Can this be done without creating interface by connecting the input ports of memory to GPIO?