Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
advLigoRTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDS
software
advLigoRTS
Commits
10256dde
Commit
10256dde
authored
2 years ago
by
Ezekiel Dohmen
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.ligo.org:cds/advligorts into proper_exit
parents
ec43cee2
93920cad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!439
RCG 5.0 release fro deb 10
,
!387
Merge master branch into debian packaging branch
,
!379
Models proper exit
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/epics/util/Makefile.kernel
+6
-0
6 additions, 0 deletions
src/epics/util/Makefile.kernel
src/epics/util/lib/Parser3.pm
+1
-1
1 addition, 1 deletion
src/epics/util/lib/Parser3.pm
with
7 additions
and
1 deletion
src/epics/util/Makefile.kernel
+
6
−
0
View file @
10256dde
...
...
@@ -17,6 +17,12 @@ $(shell cp -rp $(RCG_SRC)/src/fe/ $(mkfile_dir)/src/)
$(
shell
cp
-rp
$(
RCG_SRC
)
/src/drv/
$(
mkfile_dir
)
/src/
)
$(
shell
cp
-rp
$(
RCG_SRC
)
/src/shmem/
$(
mkfile_dir
)
/src/
)
# We always want to take these values from the below
# KernelVars.mk script and not the ENV
un
define
IOP_MODEL
un
define
BUILD_WITH_DOLPHIN
# Include the generated make variables, written by
# the feCodeGen.pl script.
include
$(mkfile_dir)/KernelVars.mk
...
...
This diff is collapsed.
Click to expand it.
src/epics/util/lib/Parser3.pm
+
1
−
1
View file @
10256dde
...
...
@@ -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
";
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment