cfelton / rhea

A collection of MyHDL cores and tools for complex digital circuit design
MIT License
84 stars 33 forks source link

Renamed async to isasync #60

Closed aorcajo closed 5 years ago

aorcajo commented 5 years ago

This changes async to isasync because async is a reserved keyword in Python 3.7. Also, now it's compatible with the latest version of myhdl

cfelton commented 5 years ago

Thanks

aorcajo commented 5 years ago

@cfelton I also fix the naming conflict with myhdl's block decorator and added python 3.7 to travis.