Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxx-R6-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
synApps_6_1_Working
xxx-R6-1
Commits
2cbe3058
Commit
2cbe3058
authored
14 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
Load FPGA content, loaded msi'd database, instead of using dbLoadTemplate.
parent
56f88e81
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iocBoot/iocvxWorks/softGlue.cmd
+7
-2
7 additions, 2 deletions
iocBoot/iocvxWorks/softGlue.cmd
with
7 additions
and
2 deletions
iocBoot/iocvxWorks/softGlue.cmd
+
7
−
2
View file @
2cbe3058
#
BEGIN
softGlue
.cmd
----------------------------------------------------------
#
BEGIN
softGlue
.cmd
----------------------------------------------------------
#
This
must
run
after
industryPack
.cmd
#
This
must
run
after
industryPack
.cmd
#
#
#
Write
content
to
the
FPGA
#
initIP_EP200_FPGA
(
ushort_t
carrier
,
ushort_t
slot
,
char
*
filename
)
initIP_EP200_FPGA
(
0
,
2
,
"$(SOFTGLUE)/db/EP200_FPGA.hex"
)
#
Each
instance
of
a
fieldIO_registerSet
component
is
initialized
as
follows
:
#
Each
instance
of
a
fieldIO_registerSet
component
is
initialized
as
follows
:
#
#
#int
initIp1k125
(
const
char
*
portName
,
ushort_t
carrier
,
ushort_t
slot
,
#int
initIp1k125
(
const
char
*
portName
,
ushort_t
carrier
,
ushort_t
slot
,
...
@@ -24,12 +28,13 @@ initIp1k125("sg_out1",0,2,0,0x101, 0x10 ,0x81,0,0)
...
@@ -24,12 +28,13 @@ initIp1k125("sg_out1",0,2,0,0x101, 0x10 ,0x81,0,0)
initIp1k125SingleRegisterPort
(
"SOFTGLUE"
,
0
,
2
)
initIp1k125SingleRegisterPort
(
"SOFTGLUE"
,
0
,
2
)
#
Load
a
single
database
that
all
database
fragments
supporting
single
-register
#
Load
a
single
database
that
all
database
fragments
supporting
single
-register
#
components
can
use
to
show
which
signals
are
connected
together
.
This
#
components
can
use
to
show
which
signals
are
connected
together
.
This
#
database
is
not
needed
for
the
functioning
of
the
components
,
it
's purely
#
database
is
not
needed
for
the
functioning
of
the
components
,
it
's purely
# for the user interface.
# for the user interface.
dbLoadRecords("$(SOFTGLUE)/
softGlueApp/D
b/softGlue_SignalShow.db","P=xxx:,H=softGlue:")
dbLoadRecords("$(SOFTGLUE)/
d
b/softGlue_SignalShow.db","P=xxx:,H=softGlue:")
# Load a set of database fragments for each single-register component.
# Load a set of database fragments for each single-register component.
dbLoad
Template("softGlue.substitutions
")
dbLoad
Records("$(SOFTGLUE)/db/softGlue_FPGAContent.db", "P=xxx:,H=softGlue:,PORT=SOFTGLUE
")
# END softGlue.cmd ------------------------------------------------------------
# END softGlue.cmd ------------------------------------------------------------
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