tuura / plato

A DSL for asynchronous circuits specification
Other
12 stars 2 forks source link

Allow a user to define their own signal names. #35

Open jrbeaumont opened 8 years ago

jrbeaumont commented 8 years ago

Currently, because we do not store names for signals when defining concepts, we find the number of signals in the system and name them from A.

All signals are also defined as outputs, so being able to define signals as inputs, outputs and internal will reduce a step post-translation.

jrbeaumont commented 8 years ago

Signal types is discussed in issue #17. This issue has been renamed to simply be based on signal names.