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

9 lines
214 B
Plaintext

{
"${coreDef.name}" : [<%instructions.eachWithIndex{instr,index -> %>${index==0?"":","}
{
"name" : "${instr.name}",
"size" : ${instr.length},
"delay" : ${instr.isConditional?"[1,1]":"1"}
}<%}%>
]
}