clash-lib-0.99: prims/systemverilog/Clash_Sized_RTree.json
[ { "BlackBox" :
{ "name" : "Clash.Sized.RTree.treplicate"
, "type" : "replicate :: SNat d -> a -> RTree d a"
, "templateE" : "'{(2**~LIT[0]) {~TOBV[~ARG[1]][~TYP[1]]}}"
}
}
, { "BlackBox" :
{ "name" : "Clash.Sized.RTree.textract"
, "type" : "textract :: RTree 0 a -> a"
, "templateE" : "~FROMBV[~VAR[tree][0][\\0\\]][~TYPO]"
}
}
, { "BlackBox" :
{ "name" : "Clash.Sized.RTree.tsplit"
, "type" : "tsplit:: RTree (d+1) a -> (RTree d a,RTree d a)"
, "templateE" : "~TOBV[~VAR[tree][0]][~TYP[0]]"
}
}
]