Use a different approach for marking SigUses.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 18 Feb 2009 19:23:07 +0000 (20:23 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 18 Feb 2009 19:23:07 +0000 (20:23 +0100)
commit5b7046a2981a1e65483527cab15314dd140e0002
tree02341321c0632b3f0ff13655c1c7cc6a9b49be10
parent2ab93a2a97e22ca0bd57a2738fd0a48104fffbe5
Use a different approach for marking SigUses.

This approach iterates the use and signal maps once, instead of twice for
both ports and state.

This also ensures that a signal has at most a single use, a signal is
duplicated otherwise.

This commit makes the dff hardware model synthesize again.
Flatten.hs
Translator.hs