Intial import of some haskell programs.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 19 Jan 2009 15:45:52 +0000 (16:45 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 19 Jan 2009 15:45:52 +0000 (16:45 +0100)
commitd49dfd213e2cd384bceb38dc70eb122711d4f996
treef86b62a79908211f160e647b55caf83ebae15222
Intial import of some haskell programs.

Contains the following files:
 * Adders.hs     - Some Haskell modelling of hardware adders.
 * Alu.hs        - A haskell model of an (extremely) simple cpu.
 * Bits.hs       - Stuff relating to a basic "Bit" datatype.
 * Inverter.hs   - A haskell model of an inverter.
 * Parser.hs     - A simple haskell parser using Language.Haskell libraries.
 * Shifter.hs    - A haskell model of an interactive xor-shifter.
 * Sim.hs        - Some utilities to run hardware models.
 * Translator.hs - A basic program that uses GHC to read Haskell code and
                   translates it into VHDL. This code is still very preliminary.
Adders.hs [new file with mode: 0644]
Alu.hs [new file with mode: 0644]
Bits.hs [new file with mode: 0644]
Inverter.hs [new file with mode: 0644]
Parser.hs [new file with mode: 0644]
Shifter.hs [new file with mode: 0644]
Sim.hs [new file with mode: 0644]
Translator.hs [new file with mode: 0644]