Skip to content
Snippets Groups Projects
Commit 13dd7a70 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Adding some reset logic in the simulation build case

parent 63575392
No related branches found
No related tags found
3 merge requests!439RCG 5.0 release fro deb 10,!395Next dev build,!386Allow IPC table to be built in a simulation mode that allows the receiver to fill it
......@@ -366,6 +366,13 @@ if(defined $ENV{'SIMULATION_BUILD'})
{
# When in simulation build receivers are added to the IPC file
# But we need to reprocess so we can load their info
$ipcxCnt = 0; # === IPCx ===
$ipcxDeclDone = 0; # === IPCx ===
$ipcxInitDone = 0; # === IPCx ===
$ipcxBlockTags[0] = undef;
$ipcxParts[0][0] = undef;
$ipcxTagCount = 0;
$ipcxReset = "";
("CDS::IPCx::procIpc") -> ($partCnt);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment