Skip to content
Snippets Groups Projects

Models proper exit

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:proper_exit into master
2 files
+ 7
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -643,7 +643,7 @@ sub node_processing {
return 1; # Do not call this function on leaves, we already did that
} elsif ($block_type eq "Reference") {
if ($source_block =~ /cdsIPCx/) {
if ($block_name !~ /[CGHKLMSX]\d\:/) {
if ($block_name !~ /[A-Z]\d\:/) {
die "***ERROR: Signal name of IPCx module must include IFO: $block_name\n";
}
}
Loading