UCSBarchlab / PyRTL

A collection of classes providing simple hardware specification, simulation, tracing, and testing suitable for teaching and research. Simplicity, usability, clarity, and extensibility are the overarching goals, rather than performance or optimization.
http://ucsbarchlab.github.io/PyRTL
BSD 3-Clause "New" or "Revised" License
253 stars 76 forks source link

fixed point #417

Open timsherwood opened 2 years ago

timsherwood commented 2 years ago

We could use a good fixed point arithmetic library (probably signed).

mdko commented 2 years ago

I started playing around with floating point at the end of last year. I have some (incomplete/minimal) code here and here, in case that helps at all. I also think @Jbalkind was doing something with a FP adder in 154.