tum-ei-eda / etiss

Extendable Translating Instruction Set Simulator
https://tum-ei-eda.github.io/etiss/
Other
29 stars 36 forks source link

Consistent over writing of values from .ini files #56

Closed AnoushkaU closed 3 years ago

AnoushkaU commented 3 years ago

Issue #48 is solved. All configurations now take the values as follows: 1) Command line option has the highest priority and overwrites values passed from any .ini file 2) If multiple .ini files are used to set the same configuration, the last passed value will be used to overwrite the other values set by previous .ini files

If multiple values are sent from different .ini files for the same configuration, a warning is raised and a message is displayed that only the last value sent will be used.

rafzi commented 3 years ago

Thanks a lot! This is a great case that shows the usefulness of CI.

Can you still please also submit a fix for the space issue in GCCJit?