add test case
This commit is contained in:
27
macros/src/test/resources/lib-MaskPortTest.json
Normal file
27
macros/src/test/resources/lib-MaskPortTest.json
Normal file
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"type" : "sram",
|
||||
"name" : "fake_mem",
|
||||
"width" : 64,
|
||||
"depth" : "512",
|
||||
"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",
|
||||
"mask port name" : "mport",
|
||||
"mask port polarity" : "active low",
|
||||
"mask granularity" : 1
|
||||
} ]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user