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

Add zero/sign extension and truncation instructions #140

Open fabianschuiki opened 4 years ago

fabianschuiki commented 4 years ago

Add the zext, sext, and trunc instructions to perform basic arithmetic size adjustment.

Todo