@@ -34,7 +34,7 @@ def arch2ext_table(arch)
34
34
{ name : "Extension Name" , formatter : "link" , sorter : "alphanum" , headerFilter : true , frozen : true , formatterParams :
35
35
{
36
36
labelField :"Extension Name" ,
37
- urlPrefix : "https://risc-v-certification-steering-committee .github.io/riscv-unified-db/manual/html/isa/isa_20240411/exts/"
37
+ urlPrefix : "https://riscv-software-src .github.io/riscv-unified-db/manual/html/isa/isa_20240411/exts/"
38
38
}
39
39
} ,
40
40
{ name : "Description" , formatter : "textarea" , sorter : "alphanum" , headerFilter : true } ,
@@ -98,7 +98,7 @@ def arch2inst_table(arch)
98
98
{ name : "Instruction Name" , formatter : "link" , sorter : "alphanum" , headerFilter : true , frozen : true , formatterParams :
99
99
{
100
100
labelField :"Instruction Name" ,
101
- urlPrefix : "https://risc-v-certification-steering-committee .github.io/riscv-unified-db/manual/html/isa/isa_20240411/insts/"
101
+ urlPrefix : "https://riscv-software-src .github.io/riscv-unified-db/manual/html/isa/isa_20240411/insts/"
102
102
}
103
103
} ,
104
104
{ name : "Description" , formatter : "textarea" , sorter : "alphanum" , headerFilter : true } ,
@@ -147,7 +147,7 @@ def arch2csr_table(arch)
147
147
{ name : "CSR Name" , formatter : "link" , sorter : "alphanum" , headerFilter : true , frozen : true , formatterParams :
148
148
{
149
149
labelField :"CSR Name" ,
150
- urlPrefix : "https://risc-v-certification-steering-committee .github.io/riscv-unified-db/manual/html/isa/isa_20240411/csrs/"
150
+ urlPrefix : "https://riscv-software-src .github.io/riscv-unified-db/manual/html/isa/isa_20240411/csrs/"
151
151
}
152
152
} ,
153
153
{ name : "Address" , formatter : "textarea" , sorter : "number" , headerFilter : true } ,
0 commit comments