fix desscriptions to conform to ISA spec version 20191213 and TGF-C

This commit is contained in:
2021-03-07 10:51:00 +00:00
parent dae8acb8a3
commit c251fe15d5
9 changed files with 905 additions and 815 deletions

View File

@@ -0,0 +1,9 @@
{
"${coreDef.name}" : [<%instructions.eachWithIndex{instr,index -> %>${index==0?"":","}
{
"name" : "${instr.name}",
"size" : ${instr.length},
"delay" : ${generator.hasAttribute(instr.instruction, com.minres.coredsl.coreDsl.InstrAttribute.COND)?[1,1]:1}
}<%}%>
]
}