Use varToVHDLExpr in mkConcSm.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Tue, 23 Jun 2009 13:07:12 +0000 (15:07 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Tue, 23 Jun 2009 13:08:07 +0000 (15:08 +0200)
commitdc283627ed31bc4ea22ae99669ce6bdf3fb95ac5
tree5e67cb78e6460fdd00ba3b05a7b6f799efa913b8
parent3ad8feb4ca1eecfb53bed973d7e0f1c3b4145d0f
Use varToVHDLExpr in mkConcSm.

Previously, this used some custom set of functions. Using varToVHDLExpr
allows us to support constants for datacons later on.
VHDL.hs