#
99f369f9 |
| 20-Dec-2024 |
xiaofeibao-xjtu <[email protected]> |
timing(Vector,Decode): judge isComplex by inst encoding directly (#4066)
|
#
9c13e962 |
| 07-Nov-2024 |
lin zhida <[email protected]> |
fix(aes): fix exception check for aes64ks1i.
rnum of aes64ks1i must be in the range 0x0..0xA. The values 0xB..0xF are reserved.
|
#
00cefdff |
| 04-Oct-2024 |
Xuan Hu <[email protected]> |
fix(vector, decode): use OPFV[VF] encoded in inst to check if need FS not Off (#3696)
* When FS is Off, executing vfslide1up/down should raise illegal instruction exception
|
#
64523a1d |
| 19-Jul-2024 |
Ziyue Zhang <[email protected]> |
rv64v: fix fp type generate in exceptionGen and add check for vwsll (#3233)
|
#
cc1eb70d |
| 28-Jun-2024 |
Xuan Hu <[email protected]> |
Decode: let CSRR vl executed in Vsetu
|
#
e6ac7fe1 |
| 10-Jul-2024 |
Ziyue Zhang <[email protected]> |
vtype: add illegal check when modified reserved bits of vtype (#3170)
|
#
26af847e |
| 25-Mar-2024 |
good-circle <[email protected]> |
rv64v: implement lsu & lsq vector datapath
|
#
305e657e |
| 04-Jan-2024 |
Xuan Hu <[email protected]> |
RiscvInst: add vector load/store function
|
#
d408d10e |
| 11-Oct-2023 |
Haojin Tang <[email protected]> |
RiscvInst: change OPCODE field to instr[6:0]
|
#
98cfe81b |
| 23-May-2023 |
xgkiri <[email protected]> |
mod: refactor the code of encoding
|
#
602c81c3 |
| 18-May-2023 |
Xuan Hu <[email protected]> |
isa-riscv: add Vector CATEGORY fields
|
#
5c1681d0 |
| 09-May-2023 |
Xuan Hu <[email protected]> |
isa-riscv: refactor BitFields
|
#
b52d4755 |
| 26-Apr-2023 |
Xuan Hu <[email protected]> |
isa-riscv,vector: add bundles and convert function
* Add class VType, VConfig * Add object VSew, VLmul
|
#
fe29a7c0 |
| 25-Apr-2023 |
Xuan Hu <[email protected]> |
isa-riscv: add bitfields of riscv 32-bit inst
|