fabianschuiki / moore

A hardware compiler based on LLHD and CIRCT
http://www.llhd.io
Apache License 2.0
243 stars 31 forks source link

Fix bug with port decl outside of module params not parsing correctly #219

Closed SeanMcLoughlin closed 3 years ago

SeanMcLoughlin commented 3 years ago

Fixes #218. I'm not sure if this is the correct fix, but I re-created the test in the test directory and it seems to parse unlike before.

fabianschuiki commented 3 years ago

Minor nitpick: can you quickly run cargo fmt to make the formatting check for rust code in CI happy?

fabianschuiki commented 3 years ago

Excellent, thanks! Merging.