Fixed Point Arithmetic in Chisel HDL
问题 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. 来源: https://stackoverflow.com/questions/35237958/fixed-point-arithmetic-in-chisel-hdl