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