sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
_whitelogger has joined #m-labs
<GitHub182> [smoltcp] dlrobertson opened issue #64: Implement ICMP sockets https://git.io/vFkNN
<shuffle2> so..i made my first useful design in verilog (yay), now i want to port it to migen (and expand it)
<shuffle2> why is there no support for always @(negedge"
<shuffle2> ?*
<shuffle2> arent both of those suggestions bad as they add delay?
rohitksingh has joined #m-labs
<cr1901_modern> shuffle2: A PLL is (probably) not going to add meaningful delay. Idk about clock buffers; not sure how they're implemented.
<shuffle2> aren't PLLs pretty limited resource?
<shuffle2> i guess it doesn't really matter for me
<shuffle2> i'm just making some spi slave design (so certain responses are latched by master on negedge, after sending cmd on posedge)
<shuffle2> so probably i should not actually be using negedge to change state, anyways...bit gross (although it's been working fine)
<larsc> for input/output you can use a DDR IO resource
<larsc> those are clocked on both positive and negative edge
<larsc> and you just throw away those you don't need
<shuffle2> larsc: er, is there a migen concept of a "ddr io resource"?
<shuffle2> grep via github didn't seem to find anything
<shuffle2> oh i see. searched misoc by accident
<GitHub151> [smoltcp] pothos commented on issue #62: Ok, finally got it working. Besides keeping the retransmission timer there was an overflow that needed to be fixed. Preparing a PR now. https://git.io/vFkjD
<rjo> shuffle2: just drive the clock domain with the inverted clock. https://github.com/m-labs/urukul/blob/master/urukul.py#L168
<GitHub113> [smoltcp] pothos opened pull request #65: Fix retransmission and send offset overflow (master...retransmission-and-overflow) https://git.io/vFIvI
mumptai has joined #m-labs
_whitelogger has joined #m-labs
<GitHub36> [smoltcp] whitequark commented on issue #65: Thanks. Can you add tests? https://git.io/vFIZe
<GitHub167> [smoltcp] whitequark pushed 1 new commit to master: https://git.io/vFIwR
<GitHub167> smoltcp/master 7a2271d Dan Robertson: Tests: Add basic interface tests...
<GitHub25> [smoltcp] whitequark closed pull request #61: Tests: Add basic interface tests (master...add_iface_tests) https://git.io/vd5D0
rohitksingh has quit [Quit: Leaving.]
<travis-ci> m-labs/smoltcp#349 (master - 7a2271d : Dan Robertson): The build passed.