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

Write orsc_fe_vmestream_echo_test and validate VMEStream #8

Open
ekfriis opened this issue Sep 30, 2013 · 6 comments
Open

Write orsc_fe_vmestream_echo_test and validate VMEStream #8

ekfriis opened this issue Sep 30, 2013 · 6 comments
Assignees
Labels

Comments

@ekfriis
Copy link

ekfriis commented Sep 30, 2013

cc @dabelknap

This should sit on the oRSC FE, read a stream via VMEStream and echo it back. Will allow validation of VMEStream.

@ghost ghost assigned ekfriis Sep 30, 2013
dabelknap added a commit to dabelknap/cms-calo-layer1 that referenced this issue Oct 1, 2013
@ekfriis
Copy link
Author

ekfriis commented Oct 2, 2013

For reference from Mathias:

[9/25/13 9:07:21 PM] mathias blake: --MB READS, VME WRITES
--Address Range: 0x0000-0x07FF
[9/25/13 9:07:26 PM] mathias blake: --MB READS, VME WRITES
--Address Range: 0x0800-0x0FFF
[9/25/13 9:07:39 PM] mathias blake: --VME READS, MB WRITES
--Address Range: 0x1000-0x17FF
[9/25/13 9:07:47 PM] mathias blake: --VME READS, MB WRITES
--Address Range: 0x1800-0x1FFF

@dabelknap
Copy link

Ah, okay. uint16_t for the addresses, then?

@ekfriis
Copy link
Author

ekfriis commented Oct 2, 2013

I am not sure - that address range just refers to the size of the RAMS. i.e. there is a RAM at 0x0000, and it's size is 2048 words (almost positive they are words).

@dabelknap
Copy link

I mean, the addresses themselves are 16-bit. Otherwise it would be 0x00000000 - 0x000007FF instead, right?

@ekfriis
Copy link
Author

ekfriis commented Oct 2, 2013

They definitely fit in 16bit, but they may be 32bit. You should ask Mathias.

ekfriis added a commit to ekfriis/cms-calo-layer1 that referenced this issue Oct 3, 2013
As from Mathias, mentioned in uwcms#8
@ekfriis
Copy link
Author

ekfriis commented Oct 16, 2013

Note - at 904, the VME PC connected to the upper crate is l1ts-rct-02. You need to set

export CAEN_LINK=0
export VME_CONTROLLER=CAEN

for vmedia to work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants