bblum / landslide-simics

the landslide codebase (old simics version)
11 stars 9 forks source link

Cannot use userspace config directives in config.landslide, if config-id.landslide is also in use. #120

Open bblum opened 9 years ago

bblum commented 9 years ago

They will end up using the stale TEST_CASE value, and objdumping the wrong file. See #119 for more specific description.

Current workaround is to just not use them there, and have id wrapper hardcoded print them out to the config-id file, after the TEST_CASE is updated/overwritten/clobbered.

bblum commented 9 years ago

temporarily hacked around; no need to fix atm