xilinx-lava-5.0.1.9: The Lava system for Xilinx FPGA design with layout combinators.

Safe HaskellNone

Lava.Adder

Documentation

adderWithCarry :: t -> (Bit, ([Bit], [Bit])) -> Out ([Bit], Bit)Source

adder :: Int -> ([Bit], [Bit]) -> Out [Bit]Source