Commit b5d25b9
authored
fix: ssrdp.yaml file reference in mop.r.n.yaml (#1066)
Fixes: #1065
Fix incorrect file reference in mop.r.n.yaml hints section
## Problem
The `mop.r.n.yaml` file contains an incorrect file reference in its
hints section that points to a non-existent file path:
## Solution
it should point to Zicfiss,
hints:
```yaml
- { $ref: inst/Zicfiss/ssrdp.yaml# } # Correct path fixed
```
- Also added validation check , Method: Udb::Instruction#validate
- Tests each $ref by dereferencing it
- Prevents future broken hint references
Ready for Review sir @ThinkOpenly sir @dhower-qc
---------
Signed-off-by: Sukuna0007Abhi <[email protected]>1 parent 914b672 commit b5d25b9
File tree
2 files changed
+18
-1
lines changed- spec/std/isa/inst/Zimop
- tools/ruby-gems/udb/lib/udb/obj
2 files changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
330 | 347 | | |
331 | 348 | | |
332 | 349 | | |
| |||
0 commit comments