fabianschuiki / llhd

Low Level Hardware Description — A foundation for building hardware design tools.
http://www.llhd.io
Apache License 2.0
392 stars 30 forks source link

Improve test coverage for assembly #110

Open fabianschuiki opened 4 years ago

fabianschuiki commented 4 years ago

Add reader/writer test cases for every single instruction in all its variations. Probably the easiest way to perform the check would be to call llhd-conv with LLHD as input and output format, then check that the output matches the input.

Todo