tum-ei-eda / M2-ISA-R

CoreDSL2 Parser with backend to generate simulation code for the ETISS instruction set simulator

Home Page:https://tum-ei-eda.github.io/M2-ISA-R/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Left-hand indexing not supported

PhilippvK opened this issue · comments

The following code does not work with the CoreDSL2 frontend and the ETISS backend:

VXSAT_CSS[0] = 0b1;

As a workaround VXSAT_CSR = VXSAT_CSR | 0b1; works just fine.