matthijs/master-project/cλash.git
2009-01-29 Matthijs KooijmanAdd some comments.
2009-01-27 Matthijs KooijmanUse spaces instead of tabs.
2009-01-27 Matthijs KooijmanPut getInstantiations in the State monad.
2009-01-27 Matthijs KooijmanPut getArchitecture inside the State monad.
2009-01-27 Matthijs KooijmanMake the state monad calling code more pretty.
2009-01-27 Matthijs KooijmanRun mkHWFunction and addFunc in a State monad.
2009-01-27 Matthijs KooijmanDerive Show for the data types we define.
2009-01-22 Matthijs KooijmanRemove the Args constructor, just use a list instead.
2009-01-22 Matthijs KooijmanLook up the port names in the session when generating...
2009-01-22 Matthijs KooijmanGenerate a HWFunction for the function that is being...
2009-01-22 Matthijs KooijmanLookup input port names for instantiations in the session.
2009-01-22 Matthijs KooijmanMake getPortMapEntry accept a PortNameMap.
2009-01-22 Matthijs KooijmanPass around a session variable.
2009-01-22 Matthijs KooijmanUse ForSyDe.Backend.VHDL modules to generate VHDL.
2009-01-22 Matthijs KooijmanRemove the entity generation code.
2009-01-21 Matthijs KooijmanHandle tuple constructors in expressions.
2009-01-21 Matthijs KooijmanLet the Adders module export everything.
2009-01-21 Matthijs KooijmanAdd a haskell model for a half adder.
2009-01-21 Matthijs KooijmanAdd an error message.
2009-01-21 Matthijs KooijmanMap output ports as well as input ports.
2009-01-21 Matthijs KooijmanGenerate input port names from the argument types.
2009-01-19 Matthijs KooijmanAdd .gitignore file.
2009-01-19 Matthijs KooijmanIntial import of some haskell programs.