adds the missing vector csrs to the architectural state

This commit is contained in:
2025-02-18 20:52:26 +01:00
parent 77807fec01
commit e59458aa0e
2 changed files with 14 additions and 1 deletions

View File

@ -256,6 +256,10 @@ struct tgc5c: public arch_if {
void set_vstart(uint32_t val){}
uint32_t get_vl(){return 0;}
uint32_t get_vtype(){return 0;}
uint32_t get_vxsat(){return 0;}
void set_vxsat(uint32_t val){}
uint32_t get_vxrm(){return 0;}
void set_vxrm(uint32_t val){}
};