Initial setup

This commit is contained in:
2020-01-10 07:24:00 +01:00
parent f357e563f2
commit fd2e40bfd2
11 changed files with 1132 additions and 58 deletions

View File

@ -1,9 +0,0 @@
{
"${coreDef.name}" : [<%instructions.eachWithIndex{instr,index -> %>${index==0?"":","}
{
"name" : "${instr.name}",
"size" : ${instr.length},
"delay" : ${generator.hasAttribute(instr.instruction, com.minres.coredsl.coreDsl.InstrAttribute.COND)?[1,1]:1}
}<%}%>
]
}