bespoke-silicon-group / bsg_manycore

Tile based architecture designed for computing efficiency, scalability and generality
Other
214 stars 56 forks source link

Changes to accommodate new Medium divSqrtRecF and new testbench to fpu_fdiv_fsqrt #697

Closed RicoLi424 closed 1 year ago

RicoLi424 commented 1 year ago

v

  1. Added _bits_per_iterp in package, modified the dynamic rounding mode to be 3'b110 to make it in line with _Hardfloatconst.vi
  2. Modified fpu_fdiv_fsqrt to accommodate to the new divSqrtRecF

testbench

  1. Added the testbench and corresponding testcase files to fpu_fdiv_fsqrt
  2. Added the makefile and include files
tommydcjung commented 1 year ago

Please add a small README in testbenches/hardfloat/fpu_fdiv_fsqrt about 1) what tests are there, 2) how to run all the tests, 3) how to check if the tests ran successfully and passed.