Store a use for each signal in a flattened function.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 16 Feb 2009 15:50:35 +0000 (16:50 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 16 Feb 2009 15:50:35 +0000 (16:50 +0100)
commit72a84356f5507b73d4d5f84844aac9334ee17795
tree5f6ba0447cc2f9801f77c2643d9473860e634af0
parent20fbdf46508998bd11da03f3abd6e8725508b0a1
Store a use for each signal in a flattened function.

This allows us to differentiate between ports, signals and states more
easily (which is already possible but not so easy right now) and allows
us to differentiate between own state and substate later on.

Currently, all signals are marked as SigInternal.
Flatten.hs
FlattenTypes.hs
Pretty.hs
Translator.hs