tuura / plato

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

Added support for declared signals, and translation of them #93

Closed jrbeaumont closed 6 years ago

jrbeaumont commented 6 years ago

This includes:

jrbeaumont commented 6 years ago

Also note, examples/Celement_with_env_1.hs has been changed to have declared signals for testing purposes.

snowleopard commented 6 years ago

@jrbeaumont Thanks, looks good, just a few comments.

One more suggestion: let's call the files simply translate/Component.hs and translate/System.hs, i.e. without Main. I think it reads better this way.

jrbeaumont commented 6 years ago

@snowleopard: Changes made, if you don't have any further suggestions, let's just check it passes CI before we merge :) Thanks.

snowleopard commented 6 years ago

Thanks! Just one last tweak and I'll merge.

jrbeaumont commented 6 years ago

Done :)

snowleopard commented 6 years ago

@jrbeaumont Merged. Thank you!