<sb0>
so, the si5324 will lock fine to the system clock, but almost never lock to rgmii_rx_clock
<sb0>
what the hell is going on
<sb0>
vivado trash not connecting rgmii_rx_clock correctly to the lvds output buffer?
<GitHub95>
[artiq] sbourdeauducq commented on issue #854: I tried that on my design, and the data corruption is different depending whether I use the inverted clock with swapped nibbles, or the non-inverted clock with .... https://github.com/m-labs/artiq/issues/854#issuecomment-352229766
<GitHub172>
[artiq] sbourdeauducq commented on issue #854: I tried that on my design, and the data corruption is different depending whether I use the inverted clock with swapped nibbles, or the non-inverted clock with the original ordering.... https://github.com/m-labs/artiq/issues/854#issuecomment-352229766
<GitHub119>
[artiq] sbourdeauducq commented on issue #854: I tried that on my design, and the data corruption is different depending whether I use the inverted clock with swapped nibbles, or the non-inverted clock with the original ordering.... https://github.com/m-labs/artiq/issues/854#issuecomment-352229766
<sb0>
why are the mmc jtag signals going both to the regular 10-pin ARM mini-connector and the SCANSTA?
<sb0>
is the SCANSTA going to interfere?
<dlrobertson>
sb0: interesting... I don't know much about artiq, but (I think) I was able to repro this using one of the smoltcp examples
<sb0>
"you can just ignore the MMC/SCANSTA" - Greg and Joe. good one...
<sb0>
dlrobertson, good
sb0 has quit [Quit: Leaving]
rohitksingh has joined #m-labs
sb0 has joined #m-labs
<sb0>
oh amazing, openocd connects to the mmc without any shenanigans
rohitksingh has quit [Ping timeout: 265 seconds]
<sb0>
ah but then opencd freezes during flashing, and one sayma bricked. that's more like it!
<sb0>
Error: Failed to read memory and, additionally, failed to find out where
<sb0>
# After reset, the chip is clocked by an internal RC oscillator.
<sb0>
# When board-specific code (reset-init handler or device firmware)
<sb0>
# configures another oscillator and/or PLL0, set CCLK to match; if
<sb0>
# you don't, then flash erase and write operations may misbehave.
<sb0>
quality design right there again
<sb0>
whitequark, you ordered another ARM JTAG programmer a while ago, did it arrive?
<sb0>
this mmc thing even has a sdram controller and a 1024x768 TFT panel driver built in. one could run linux on that chip...
<sb0>
ah, not that particular one
<sb0>
no LCD
felix_ has quit [Ping timeout: 248 seconds]
rohitksingh has joined #m-labs
manuel77n169 has joined #m-labs
manuel77n169 has quit [Remote host closed the connection]
rohitksingh has quit [Read error: Connection reset by peer]
felix_ has joined #m-labs
guest633539 has joined #m-labs
guest633539 has quit [Remote host closed the connection]
rohitksingh has joined #m-labs
lin644 has joined #m-labs
lin644 has quit [Remote host closed the connection]
masaje_do521 has joined #m-labs
masaje_do521 has quit [Remote host closed the connection]
<GitHub152>
[artiq] gkasprow commented on issue #854: Initially I used these constraints but the compilation took >10h. So I relaxed them, compilation takes much less but this may cause issues with timings https://github.com/m-labs/artiq/issues/854#issuecomment-352244338
<whitequark>
sb0: did I order it? let me dig through invoices
<whitequark>
sb0: nope, only one order from 1bitsquared in my folder. I think you insisted very much that you don't need that programmer, so I didn't order
<whitequark>
or at least that's what I recall
dlrobertson has quit [Remote host closed the connection]
Gurty has quit [Ping timeout: 272 seconds]
dlrobertson has joined #m-labs
Gurty has joined #m-labs
Gurty has quit [Changing host]
Gurty has joined #m-labs
<whitequark>
sb0: I don't think #93 is difficult
dob910 has joined #m-labs
<dob910>
▄▄▄▄▄▄▄▄▄▄▄▄ HAPPY NIGGER DAY!! PLEASE SAY HI TO ALL THE DUMB NIGGERS IN #OFTC...quicktalkeh676te.onion/6697cfxxrdjb: felix_ G33KatWork _florent_ mumptai_ balrog _whitelogger dlrobertson sandeepkr X-Scale kyak ashafir rqou Ishan_Bansal halfr1 cr1901_modern ho whitequark Gurty wolfspraul rjo sb0 ▄▄▄▄▄
dob910 has quit [Remote host closed the connection]
<sb0>
wtf
<sb0>
whitequark, in any case the smoltcp bugs are causing a lot of problems and should be prioritized
<cr1901_modern>
That spam is like something you'd seen on a particular group of imageboards...
<whitequark>
sb0: yes, I am working on them right now
sb0 has quit [Quit: Leaving]
sb0 has joined #m-labs
<GitHub52>
[smoltcp] dlrobertson commented on issue #50: Can this be closed? smoltcp is the redox network stack since redox-os/netstack#4. There are still some relevant issues that @batonius mentions that are still not yet implemented, but maybe they should be split out into separate issues? https://github.com/m-labs/smoltcp/issues/50#issuecomment-352267551
<GitHub70>
[smoltcp] dlrobertson commented on issue #95: Great question. Honestly, I didn't consider the enum `Repr` case. I guess you could have something like `ReprBuilder::new(<enum type>)` that returns a different builder for each enum type? Otherwise I guess you'd have to store a `type` member and all of the optional data required for each variant. Either way isn't ideal. https://github.com/m-labs/smoltcp/issues/95#issu
<GitHub144>
[smoltcp] whitequark commented on issue #95: IMO there is no particular need for this, and in light of the `enum` case there seems no obvious elegant solution either. I am open to reconsideration if a future use case comes up, of course. https://github.com/m-labs/smoltcp/issues/95#issuecomment-352282018
<GitHub148>
[smoltcp] whitequark commented on issue #50: > smoltcp doesn't support loopback interface, an attempt to connect to 127.0.0.1 results in a flood of ARP requests asking for the MAC address of 127.0.0.1.... https://github.com/m-labs/smoltcp/issues/50#issuecomment-352282704