mirror of https://github.com/openXC7/prjxray.git
Merge pull request #908 from antmicro/fix-bram-timing-fuzzer
007-timing: added missing aliases for bram timing
This commit is contained in:
commit
ca6bbee193
|
|
@ -12,6 +12,22 @@
|
|||
}
|
||||
},
|
||||
"rambfifo36e1" : {
|
||||
"REGCEAREGCEL" : {
|
||||
"names" : ["regceal"],
|
||||
"is_property_related" : false
|
||||
},
|
||||
"REGCEAREGCEU" : {
|
||||
"names" : ["regceau"],
|
||||
"is_property_related" : false
|
||||
},
|
||||
"RSTREGARSTREGL" : {
|
||||
"names" : ["rstregal"],
|
||||
"is_property_related" : false
|
||||
},
|
||||
"RSTREGARSTREGU" : {
|
||||
"names" : ["rstregau"],
|
||||
"is_property_related" : false
|
||||
},
|
||||
"RSTRAMARSTRAMLRST" : {
|
||||
"names" : ["rstramarstl"],
|
||||
"is_property_related" : false
|
||||
|
|
@ -55,6 +71,22 @@
|
|||
"DOPBDOP0" : {
|
||||
"names" : ["dopbdopl", "dopbdopu"],
|
||||
"is_property_related" : false
|
||||
},
|
||||
"DIADI0" : {
|
||||
"names" : ["diadil", "diadiu"],
|
||||
"is_property_related" : false
|
||||
},
|
||||
"DIBDI0" : {
|
||||
"names" : ["dibdil", "dibdiu"],
|
||||
"is_property_related" : false
|
||||
},
|
||||
"DIPADIP0" : {
|
||||
"names" : ["dipadipl", "dipadipu"],
|
||||
"is_property_related" : false
|
||||
},
|
||||
"DIPBDIP0" : {
|
||||
"names" : ["dipbdipl", "dipbdipu"],
|
||||
"is_property_related" : false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue