mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-04-24 05:57:07 -04:00
Add regression concurrent os executions flag to avoid running debug plugin tests
This commit is contained in:
parent
21c8933bbb
commit
066ddc23e6
2 changed files with 5 additions and 1 deletions
|
@ -3847,7 +3847,9 @@ int main(int argc, char **argv, char **env) {
|
|||
#endif
|
||||
|
||||
#ifdef DEBUG_PLUGIN
|
||||
#ifndef CONCURRENT_OS_EXECUTIONS
|
||||
redo(REDO,DebugPluginTest().run(1e6););
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -51,7 +51,9 @@ else
|
|||
ADDCFLAGS += -CFLAGS -O3 -O3
|
||||
endif
|
||||
|
||||
|
||||
ifeq ($(CONCURRENT_OS_EXECUTIONS),yes)
|
||||
ADDCFLAGS += -CCONCURRENT_OS_EXECUTIONS
|
||||
endif
|
||||
|
||||
ifeq ($(LITEX),yes)
|
||||
ADDCFLAGS += -CFLAGS -DLITEX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue