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

return statement does not translate PC access correctly

wysiwyng opened this issue · comments

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