Files
chipyard/tapeout/src/test/resources/lib-WriteEnableTest.json
chick c907a7377c Moved a zillion files all over the place so that everything is now
in tapeout/src in the correct directory corresponding to internal packages.
Everything compiles and tests run
TODO:
- Figure out assembly step for MacroCompiler
- Does root project matter?
2021-08-06 13:09:45 -07:00

27 lines
687 B
JSON

[
{
"type": "sram",
"name": "fake_mem",
"width": 64,
"depth": "4096",
"mux": 4,
"family": "1rw",
"ports": [
{
"address port name": "addr",
"address port polarity": "active high",
"clock port name": "clk",
"clock port polarity": "positive edge",
"write enable port name": "wen",
"write enable port polarity": "active high",
"read enable port name": "ren",
"read enable port polarity": "active high",
"output port name": "dataout",
"output port polarity": "active high",
"input port name": "datain",
"input port polarity": "active high"
}
]
}
]