我正在尝试理解定点数字在FIRRTL中的表示方式。规范示例中提到Fixed<10>的宽度为1位,这是预期的吗?
Specification for the FIRRTL Language Version 0.2.0
Fixed <3><<2>> ; 3-bit width , 2 bits after binary point
Fixed <10> ; 1-bit width , inferred binary point
Fixed <<-4>> ; Inferred width , binary point of -4
Fixed. ; Inferred width and binary point发布于 2020-07-08 00:16:23
Fixed<10>应为10位宽。在我看来这是说明书上的一个打字错误。我会测试它,然后做一个公关。谢谢
https://stackoverflow.com/questions/62766395
复制相似问题