summaryrefslogtreecommitdiff
path: root/configs/example/read_config.py
AgeCommit message (Expand)Author
2019-06-10configs: Fix read_config to work with new AddrRange serializationNikos Nikoleris
2019-06-10configs: Add python3 workarounds in read_configNikos Nikoleris
2019-03-18configs: Use absolute import pathsAndreas Sandberg
2019-02-26configs: Fix Python 3 iterator and exec compatibility issuesAndreas Sandberg
2018-03-06config: Switch from the print statement to the print function.Gabe Black
2018-01-02config: Handle NULL simobject parameters in read_config.py.Gabe Black
2018-01-02config: Fix parsing AddrRange parameters in read_config.py.Gabe Black
2018-01-02config: Add a --checkpoint-dir argument to read_config.py.Gabe Black
2015-11-22config: Added missing types to JSON/INI Python readerAndrew Bardsley
2014-10-16config: Add the ability to read a config file using C++ and PythonAndreas Hansson