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

12 lines
333 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},
2022-02-01 21:48:56 +01:00
"encoding": "${instr.encoding}",
"mask": "${instr.mask}",
2022-02-01 19:03:45 +01:00
"branch": ${instr.modifiesPC},
"delay" : ${instr.isConditional?"[1,1]":"1"}
}<%}%>
]
}