stevehoover / warp-v

WARP-V is an open-source RISC-V CPU core generator written in TL-Verilog.
https://warp-v.org
BSD 3-Clause "New" or "Revised" License
229 stars 57 forks source link

adding CSR's for FP #33

Closed vineetjain07 closed 4 years ago

vineetjain07 commented 4 years ago

1) Added CSR's Logic for Floating Point 2) Fixed some issue regarding exception handling when div_by_zero occurs 3) Incorporated latest WARP-V commits