chipsalliance / Cores-VeeR-EH1

VeeR EH1 core
Apache License 2.0
808 stars 219 forks source link

Change address of programm #43

Closed MatthPouss07 closed 4 years ago

MatthPouss07 commented 4 years ago

Hi, i'm trying to change the location where the SwerV look for his programm to be compliant with my adress map. In your "Hello world" Example it loads his first instruction at the address 0x80000000, i try to find this value in the configs file to change it but i don't find it. I tried to change the value of "external_prog" but i don't see any changes in the simulation, the first instruction is still loaded from the address 0x80000000. So my question is "is it possible to change this address ? And if yes what are the changes that needs to be done in the config file ?" Thanks in advance MatthPouss

MatthPouss07 commented 4 years ago

Ok i found it myself, it actually depends on the input port rst_vec of the swerv and not on the configurations files.