Files
chipyard/macros/src/test/resources/lib-2048x8-mrw.json
2017-10-03 11:56:30 -07:00

28 lines
761 B
JSON

[
{
"type": "sram",
"name": "vendor_sram",
"depth": 2048,
"width": 8,
"ports": [
{
"clock port name": "clock",
"mask granularity": 8,
"output port name": "RW0O",
"input port name": "RW0I",
"address port name": "RW0A",
"mask port name": "RW0M",
"chip enable port name": "RW0E",
"write enable port name": "RW0W",
"clock port polarity": "positive edge",
"output port polarity": "active high",
"input port polarity": "active high",
"address port polarity": "active high",
"mask port polarity": "active high",
"chip enable port polarity": "active high",
"write enable port polarity": "active high"
}
]
}
]