Make the Alu example use 4-bit SizedWord as data.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 9 Apr 2009 16:21:39 +0000 (18:21 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 9 Apr 2009 16:21:39 +0000 (18:21 +0200)
commit8ebcc3ed9b394000ccd07ffeb541f791444dfbc2
treee98701d5acc22084c4a106b0b4f74769df04cf1c
parent6093a850e28df3e081a80a73995e3b7279c106d5
Make the Alu example use 4-bit SizedWord as data.

Since we have no operations on words yet, the alu itself is reduced to a
simple multiplexer for now.
Alu.hs
Translator.hs