DBT-RISE-TGC/gen_input/templates/CORENAME_cyles.txt.gtl

12 lines
329 B
Plaintext
Raw Normal View History

{
"${coreDef.name}" : [<%instructions.eachWithIndex{instr,index -> %>${index==0?"":","}
{
2022-02-01 19:03:45 +01:00
"name" : "${instr.name}",
"size" : ${instr.length},
"encoding": ${instr.encoding},
"mask": ${instr.mask},
"branch": ${instr.modifiesPC},
"delay" : ${instr.isConditional?"[1,1]":"1"}
}<%}%>
]
}