File: Clash_Sized_Internal_BitVector.primitives.yaml

package info (click to toggle)
haskell-clash-lib 1.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,108 kB
  • sloc: haskell: 28,988; tcl: 474; ansic: 4; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 939 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
- BlackBox:
    name: Clash.Sized.Internal.BitVector.undefined#
    kind: Expression
    type: 'undefined# :: forall
      n . KnownNat n => BitVector n'
    template: ~ERRORO
    workInfo: Constant
- Primitive:
    name: Clash.Sized.Internal.BitVector.checkUnpackUndef
    primType: Function
    workInfo: Never
- BlackBox:
    name: Clash.Sized.Internal.BitVector.lt##
    kind: Expression
    type: 'lt## :: Bit ->
      Bit -> Bool'
    template: ~ARG[0] < ~ARG[1]
- BlackBox:
    name: Clash.Sized.Internal.BitVector.ge##
    kind: Expression
    type: 'ge## :: Bit ->
      Bit -> Bool'
    template: ~ARG[0] >= ~ARG[1]
- BlackBox:
    name: Clash.Sized.Internal.BitVector.gt##
    kind: Expression
    type: 'gt## :: Bit ->
      Bit -> Bool'
    template: ~ARG[0] > ~ARG[1]
- BlackBox:
    name: Clash.Sized.Internal.BitVector.le##
    kind: Expression
    type: 'le## :: Bit ->
      Bit -> Bool'
    template: ~ARG[0] <= ~ARG[1]