aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_fdext_regs.sail
AgeCommit message (Expand)AuthorFilesLines
2024-04-03Fix flen=32 compilationTim Hutt1-1/+1
2024-02-08Shorten copyright notice at the top of each fileTim Hutt1-65/+3
2024-02-05Rename string_of_int to dec_strTim Hutt1-1/+1
2024-01-31Update bitfield syntaxAlasdair1-7/+7
2023-10-25Simplify softfloat interface by removing write_fflagsTim Hutt1-11/+1
2023-09-12Remove effectsTim Hutt1-20/+20
2023-08-01Rename EXTZ and EXTSAlasdair1-3/+3
2023-05-29apply_headers: regenerate copyright headersupdate-copyright-headersPhilipp Tomsich1-1/+3
2023-05-29Add Zfa extension support (excl. quad-precision)Philipp Tomsich1-6/+52
2022-07-13Add support for Zhinx extension (#153)Bilal Sakhawat1-0/+19
2022-01-19Add support for Zfh extension (#129)Bilal Sakhawat1-4/+28
2021-11-22Implement support for Zfinx (#130)Jessica Clarke1-6/+100
2021-11-17Revert "Initial introduction of zfinx (#75)"Jessica Clarke1-96/+3
2021-11-17Initial introduction of zfinx (#75)Ibrahim Abu Kharmeh1-3/+96
2021-07-29Use headache to apply copyright header at request of Peter Sewell.Robert Norton1-0/+68
2021-02-11Remove unused register files.Prashanth Mundkur1-2/+0
2020-04-06Fix fcsr exception accrual for non-softfloat paths.Prashanth Mundkur1-1/+14
2020-04-02Fix a bug in the softfloat interface that caused exception flags not to get a...Prashanth Mundkur1-9/+5
2020-02-13Report correct value in trace for CSR writes to frm and fflagsScott Johnson1-2/+1
2020-02-06Update mstatus.SD bit as well when dirtying the floating-point status.Prashanth Mundkur1-5/+9
2020-02-06Improve handling of fcsr by making it a bitfield.Prashanth Mundkur1-5/+28
2019-11-26Fix RV32 build for F/D extensions.Prashanth Mundkur1-2/+2
2019-11-06Separate out fdext control and update makefile.Prashanth Mundkur1-15/+0
2019-10-29Fix mapping build issue.Prashanth Mundkur1-68/+66
2019-10-23Implented FCSR, the floating point CSR (and FFLAGS/FRM views thereof).rsnikhil1-1/+38
2019-10-21Interim commit while developing code for F, D extensions (detail below).rsnikhil1-1/+7
2019-09-13First commit with code for F and D extensions (detail follows)rsnikhil1-0/+241