tum-ei-eda / M2-ISA-R

CoreDSL2 Parser with backend to generate simulation code for the ETISS instruction set simulator
https://tum-ei-eda.github.io/M2-ISA-R/
Apache License 2.0
5 stars 6 forks source link

return statement does not translate PC access correctly #17

Open wysiwyng opened 2 years ago

wysiwyng commented 2 years ago

CoreDSL return PC + 2; yields in C return ${PC} + 2U;.