tuura / plato

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

Defined initial states will now be correctly translated. #39

Closed jrbeaumont closed 8 years ago

jrbeaumont commented 8 years ago

Initial states will no longer be hard-coded as False.

I also included a new function to allow defining several of the same initial state for a list of signals at once, initials, for ease of use.

All examples have been updated to conform to the requirements of the tool:

jrbeaumont commented 8 years ago

These suggestions are good ideas, I will make these changes.

snowleopard commented 8 years ago

@jrbeaumont Great, let me know when you are done with the above and I'll merge this.

snowleopard commented 8 years ago

Very nice redesign of the whole thing, I like it!

jrbeaumont commented 8 years ago

Me too. Let's hope we can continue keeping it this nice.