Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Add example configuration for the GenericUW module's IV Table.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtikalsky committed Mar 14, 2017
1 parent 9ac22bd commit 54f7576
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cards/GenericUW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
cardmodule {
module = "GenericUW.so"
config = {
"ivtable=ipconfig.xml",
"ivtable=GenericUW_IVTable.xml",
"support=WISC CTP-7",
"support=WISC CTP-6",
"support=WISC CIOX",
Expand Down
19 changes: 19 additions & 0 deletions cards/GenericUW_IVTable.xml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<IVTable>
<Crate number="1">
<Slot number="1">
<Card type="WISC CTP-7"><FPGA id="0">1 192 168 1 41 255 255 0 0 192 168 1 4 192 168 1 4 0 0</FPGA></Card>
<Card type="WISC CIOZ"><FPGA id="0">1 192 168 1 41 255 255 0 0 192 168 1 4 192 168 1 4 0 0</FPGA></Card>
</Slot>
<Slot number="2">
<Card type="WISC CTP-7"><FPGA id="0">2 192 168 1 42 255 255 0 0 192 168 1 4 192 168 1 4 0 0</FPGA></Card>
<Card type="WISC CIOZ"><FPGA id="0">2 192 168 1 42 255 255 0 0 192 168 1 4 192 168 1 4 0 0</FPGA></Card>
</Slot>
<Slot number="12">
<Card type="WISC CTP-7"><FPGA id="0">12 192 168 1 52 255 255 0 0 192 168 1 4 192 168 1 4 0 0</FPGA></Card>
<Card type="WISC CIOZ"><FPGA id="0">12 192 168 1 52 255 255 0 0 192 168 1 4 192 168 1 4 0 0</FPGA></Card>
</Slot>
<Slot number="13">
<Card type="BU AMC13"><FPGA id="0">13 255 255 0 0 192 168 1 54 0 0</FPGA><FPGA id="1">13 255 255 0 0 192 168 1 53 0 0</FPGA></Card>
</Slot>
</Crate>
</IVTable>
1 change: 1 addition & 0 deletions sysmgr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ install -m 755 $SYSMGR_ROOT/sysmgr %{buildroot}/usr/bin/
install -m 644 $SYSMGR_ROOT/README %{buildroot}/usr/share/doc/%{name}-%{version}/
install -m 644 $SYSMGR_ROOT/sysmgr.conf.example %{buildroot}/etc/sysmgr/
install -m 644 $SYSMGR_ROOT/sysmgr.conf.example %{buildroot}/usr/share/doc/%{name}-%{version}/
install -m 644 $SYSMGR_ROOT/cards/GenericUW_IVTable.xml.example %{buildroot}/usr/share/doc/%{name}-%{version}/
install -m 755 $SYSMGR_ROOT/init.d_sysmgr.sh %{buildroot}/etc/init.d/sysmgr
install -m 755 $SYSMGR_ROOT/clientapi/sysmgr.h %{buildroot}/usr/include/
install -m 755 $SYSMGR_ROOT/clientapi/libsysmgr.so %{buildroot}/usr/lib64/
Expand Down

0 comments on commit 54f7576

Please sign in to comment.