-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup example INI config files #98
Comments
I checked which of the options in
Does anyone know which ones might still be used in the future or are used by external projects? |
… INI option Resolves Issue #98 Default/Fallback value: 32MHZ as this was used before. However `base.ini` and `ETISS.ini` default to 100MHZ.
testing = false ETISS::CPU_quantum_ps=100000 ETISS::write_pc_trace_from_time_us=0 ETISS::sim_mode=0 vp::simulation_time_us=20000000 |
@DanMueGri Thanks for your input. Do we want to have the SystemC-related options in the ETISS-repo? For the bare_etiss_processor where there are currently mentioned, the will not have an effect and every other VP will probably have its own ini-files. |
i agree we can move application specific settings to other ini files..lets keep base.ini as simple as possible |
At the moment the configurations cannot easily be decoupled like that. The command line options are a whitelist and there is currently no mechanism to extend the configuration by user programs and plugins. It would be a great addition to the The ini files can of course still be cleaned up either way. |
I realized, that multiple configuration options found in
examples/bare_etiss_processor/base.ini
do not have an effect right now.I.e.
arch.cpu_cycle_time_ps=10000
is only used byOR1KArch
whileRISCVArch
has the value31250
hardcoded.For this propertie and a probably a few other we should decide to either:
The text was updated successfully, but these errors were encountered: