Fixed Point Arithmetic in Chisel HDL

2019-08-12 02:36发布

问题:

Are there any fixed point libraries in Chisel HDL which could be used to perform basic arithmetic operations such as add, subtract, multiply and divide?

回答1:

I believe a Fixed class is under active development. Take a look at Fixed.scala in the Chisel repo.