Guest
Hi All,
Presently i am working on a verification project and writing
Testcase's for a funtional element requirements.
I have a requirement: Bit 0 of the rcom_ctl_sts register returns a 1
within 1 us when a one valid message has been received on the RCOM
receiver and written to buffer 0.
So for this requirement i am writing steps to verify a valid rcom
message (with Manchester encoding) received to buffer 0.
The rcom message where its format is : Start Bits - Header word - Data
word- Check word - Parity
Steps:
-------
1). After transmition a single word message
2). I am reading the every rcom message word from the register
READ (0x01080) // Read process, and this register gives header
READ (0x01081) // This register address gives data word
so my question is Can we READ these values continously without any
waiting or
We should be wait for some time and then read next value.
Say : WAIT FOR 50 ns
READ (0x01080)
WAIT FOR 50 ns
READ (0x01081)
Is this correct way or without waiting Reading the values is correct
way?
Where all the values will displays on dsp_d(31:0) output signal.
Please anyone suggest me which one has to follow...
Sreeni.J
Presently i am working on a verification project and writing
Testcase's for a funtional element requirements.
I have a requirement: Bit 0 of the rcom_ctl_sts register returns a 1
within 1 us when a one valid message has been received on the RCOM
receiver and written to buffer 0.
So for this requirement i am writing steps to verify a valid rcom
message (with Manchester encoding) received to buffer 0.
The rcom message where its format is : Start Bits - Header word - Data
word- Check word - Parity
Steps:
-------
1). After transmition a single word message
2). I am reading the every rcom message word from the register
READ (0x01080) // Read process, and this register gives header
READ (0x01081) // This register address gives data word
so my question is Can we READ these values continously without any
waiting or
We should be wait for some time and then read next value.
Say : WAIT FOR 50 ns
READ (0x01080)
WAIT FOR 50 ns
READ (0x01081)
Is this correct way or without waiting Reading the values is correct
way?
Where all the values will displays on dsp_d(31:0) output signal.
Please anyone suggest me which one has to follow...
Sreeni.J