tests for macro compiler

This commit is contained in:
Donggyu Kim
2017-07-04 16:30:23 -07:00
committed by edwardcwang
parent f3d39ad08f
commit 98155dd831
22 changed files with 1759 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
[
{
"type": "sram",
"name": "vendor_sram",
"depth": 1024,
"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"
}
]
},
{
"type": "metal filler cell",
"name": "vender_dcap"
},
{
"type": "filler cell",
"name": "vender_fill"
}
]