clash-ghc-0.2.1: primitives/clash.bit.json
[ { "BlackBox" :
{ "name" : "CLaSH.Bit.eqBit"
, "templateE" : "~ARG[0] = ~ARG[1]"
}
}
, { "BlackBox" :
{ "name" : "CLaSH.Bit.bAnd"
, "templateE" : "~ARG[0] and ~ARG[1]"
}
}
, { "BlackBox" :
{ "name" : "CLaSH.Bit.bOr"
, "templateE" : "~ARG[0] or ~ARG[1]"
}
}
, { "BlackBox" :
{ "name" : "CLaSH.Bit.bXor"
, "templateE" : "~ARG[0] xor ~ARG[1]"
}
}
, { "BlackBox" :
{ "name" : "CLaSH.Bit.bNot"
, "templateE" : "not ~ARG[0]"
}
}
]