Commit 953aa50
authored
feat: add misa Q bit, add MUTABLE_MISA_Q parameter to Q extension (#801)
This pull request introduces the following changes:
### MISA Q Bit
- Added a new field `Q` in `arch/csr/misa.yaml` to indicate support for
the Q (quad precision float) extension.
### MUTABLE_MISA_Q Parameter
- Introduced a new parameter `MUTABLE_MISA_Q` in `arch/ext/Q.yaml`.
### Additional Notes
- Changes to `F` and `D` bits might be required. Looking forward to
getting some feedback on this.
**Related Issue:**
- Issue #7881 parent 1f91393 commit 953aa50
2 files changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
172 | 194 | | |
173 | 195 | | |
174 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments