Fix cycles JSON template

This commit is contained in:
Eyck Jentzsch 2022-02-01 21:48:56 +01:00
parent 09b0f0d0c8
commit 68b5697c8f
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
{
"name" : "${instr.name}",
"size" : ${instr.length},
"encoding": ${instr.encoding},
"mask": ${instr.mask},
"encoding": "${instr.encoding}",
"mask": "${instr.mask}",
"branch": ${instr.modifiesPC},
"delay" : ${instr.isConditional?"[1,1]":"1"}
}<%}%>