samitbasu / rust-hdl

A framework for writing FPGA firmware using the Rust Programming Language
Other
307 stars 16 forks source link

2 inline signed conversions dont compile #6

Closed samitbasu closed 1 year ago

samitbasu commented 1 year ago

Added some (missing) HDL support for signed and unsigned casts. I'm not entirely sure signed arithmetic is correct yet. I need to add more test harnesses on the HDL side. But this is definitely a step in the right direction.