reorganized layout to only contain risc-v stuff
This commit is contained in:
9
gen_input/templates/CORENAME_cyles.txt.gtl
Normal file
9
gen_input/templates/CORENAME_cyles.txt.gtl
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"${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}
|
||||
}<%}%>
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user