Current Server Time: 10:02 (Central Europe)

#apertus IRC Channel Logs

2020/04/10

Timezone: UTC


00:29
Dest123
left the channel
01:08
Bertl_oO
off to bed now ... have a good one everyone!
01:08
Bertl_oO
changed nick to: Bertl_zZ
03:12
RexOrCine
joined the channel
04:36
megora
left the channel
04:36
comradekingu
left the channel
05:46
BAndiT1983|away
changed nick to: BAndiT1983
10:04
Bertl_zZ
changed nick to: Bertl
10:05
Bertl
morning folks!
10:11
se6ast1an
good day
10:23
BAndiT1983
changed nick to: BAndiT1983|away
11:07
BAndiT1983|away
changed nick to: BAndiT1983
12:10
comradekingu
joined the channel
13:21
Dest123
joined the channel
14:03
vup
Bertl: got some preliminary results with the connector test, for now without a connector, as we didn't have a soldering iron handy, but interesting nonetheless. The pins were just bridged with a resistor wire (held together by mechanical force).
14:03
vup
https://files.niemo.de/freq_max_success_res_wire.png
14:03
vup
https://files.niemo.de/freq_tap_res_wire.png
14:05
vup
this is using a differential pair (but the board layout wasn't made specifically for differential pairs, the traces are still quite close in their routing)
14:06
vup
and to count successes / errors currently a simple counter is transmitted, if last_received + 1 != current_received it is counted as an error
14:11
vup
(code is here: https://github.com/axiom-micro/nGateware/blob/axi/src/connector_test.py )
14:44
Bertl
indeed interesting ...
14:50
Bertl
if I interpret the dots correctly, at ~500 MHz you can transfer data without error at any tap setting?
14:50
vup
well 250MHz DDR
14:50
vup
but yes
14:51
vup
one thing to note is, that the delay refclock was connected to the output serdes clock
14:51
Bertl
why that?
14:51
vup
so at every frequency 32 delay taps should be half a clock period
14:52
Bertl
ah, I don't think the delay elements work this way :)
14:52
vup
(which with DDR means it should move over the complete range of one bit in 32 taps once)
14:52
Bertl
but it kind of explains the results
14:52
vup
Bertl: really, how do they work?
14:52
Bertl
they require a fixed frequency (narrow range) to drive a PLL
14:53
vup
well it says that
14:53
vup
but I think you actually have a bit more freedom
14:53
Bertl
IIRC, it's about 200-210MHz
14:53
Bertl
for the Zynq/Artix
14:54
Bertl
the high end 7series can go higher and thus create shorter delays
14:55
Dest123
left the channel
14:57
vup
hmm yeah maybe, however I think the results show that it seems to work for other frequencies aswell
14:57
Bertl
yes, but not sure what exactly works ... have to check the code (which I will do later)
15:00
vup
also there is xapp707 which has some interesting things about different refclock frequencies for idelayctrl (though for virtex-4 i think)
15:00
Dest123
joined the channel
15:03
omar31
joined the channel
15:06
BAndiT1983
changed nick to: BAndiT1983|away
15:08
Bertl
vup: do you get a ready signal from IDELAYCTRL at your frequencies (and do you check for it before testing)?
15:09
megora
joined the channel
15:15
anuejn
Bertl: it is broken out as an axi reg so i could check
15:16
anuejn
For that sweep ti wasnt checked tho
15:17
vup
Should be easy to do some quick checks for the low frequencies tho
15:19
anuejn
Actually one of the diff pair ends was bridged with a pair of scissors
15:20
Bertl
medical scissors?
15:21
anuejn
nail scissors ;)
15:22
anuejn
so it is not the most scintific setup possible
15:25
anuejn
a quick test shows, that fclk_ready is high for 100Mhz 200Mhz and 250Mhz
15:25
anuejn
even for 50Mhz and 330Mhz
15:26
anuejn
with 5Mhz it is low
15:26
Bertl
fclk_ready?
15:26
Bertl
I'm talking about the ready signal from the DELAYCTRL
15:27
anuejn
idelay_crl_rdy
15:27
anuejn
thats what i meant
15:27
Bertl
okay
15:28
Bertl
RST was applied too I presume (on clock change)
15:30
anuejn
yes
15:31
Bertl
what really surprises me is that the documentation states that RDY will go low when REFCLK is high or low for more than one clock period
15:32
Bertl
so how does the IDELAYCTRL know that 50Mhz isn't 100MHz with 2 clock cycles high/low
15:32
anuejn
hm...
15:33
vup
Maybe it means that in the case of changing the frequency?
15:34
Bertl
yes, my understanding was that there is a narrow band PLL in the delay element
15:34
vup
If it has some internal pll it could know that it was low for x clock cycles of the previous clock
15:34
vup
Yeah
15:34
Bertl
well, not the delay element, the delay control element
15:34
Bertl
but that wouldn't work for 50-300MHz
15:35
Bertl
i.e. it would be way more likely that it generates 200MHz out of 100Mhz or even 50MHz
15:38
vup
So do you think it has a internal reference clock aswell?
15:38
vup
Or how does it know what the input frequency is?
15:38
Bertl
no idea
15:41
anuejn
i dont know a lot about that but i think the +-10% variation for the clock in the datasheet are realistic if they use an on silicon osc of some kind
15:42
Dest123
left the channel
15:42
Dest123
joined the channel
15:46
vup
well they specifically say they don't use one (atleast exclusively) because they use the external refclock to compensate for process / temperature / voltage variation
15:47
Bertl
as I said, my best guess would be a narrow band PLL
15:47
Bertl
but that doesn't match the results you got
15:47
Bertl
(i.e. PLL locking and delaying way out of specified range)
15:48
vup
yeah
15:49
vup
I guess one thing that we could try is looking at a fixed data frequency and then trying different idelayctrl refclock frequencies, that help clear something up
15:49
vup
s/that/that might/
15:50
Bertl
yep, good idea
15:55
vup
anuejn: wanna tried to that?
16:45
BAndiT1983|away
changed nick to: BAndiT1983
17:11
anuejn
not now but generally yes :)
17:50
Dest321
joined the channel
17:54
Dest123
left the channel
17:59
MarkVandenBorre[
left the channel
17:59
bluez_[m]
left the channel
17:59
sergio__[m]
left the channel
17:59
aleb
left the channel
17:59
elkos
left the channel
17:59
preetimenghwani[
left the channel
18:03
MarkVandenBorre[
joined the channel
18:03
sergio__[m]
joined the channel
18:03
bluez_[m]
joined the channel
18:03
aleb
joined the channel
18:03
elkos
joined the channel
18:03
preetimenghwani[
joined the channel
18:07
Dest321
left the channel
18:19
omar31
left the channel
18:29
Bertl
off for now ... bbl
18:29
Bertl
changed nick to: Bertl_oO
18:43
niemand
joined the channel
18:58
BAndiT1983
changed nick to: BAndiT1983|away
20:00
BAndiT1983|away
changed nick to: BAndiT1983
20:17
niemand
left the channel
21:40
megora
left the channel
21:54
BAndiT1983
changed nick to: BAndiT1983|away