monicaleung has quit [Quit: This computer has gone to sleep]
<bb-m-labs>
build #2807 of artiq is complete: Failure [failed python_unittest_1] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2807 blamelist: Drew <drewrisinger@users.noreply.github.com>
kc5tja has joined #m-labs
rohitksingh_work has joined #m-labs
<bb-m-labs>
build #2808 of artiq is complete: Failure [failed python_unittest_1] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2808 blamelist: Drew <drewrisinger@users.noreply.github.com>
<bb-m-labs>
build #2809 of artiq is complete: Failure [failed python_unittest_1] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2809 blamelist: Drew <drewrisinger@users.noreply.github.com>
rohitksingh_wor1 has joined #m-labs
rohitksingh_work has quit [Ping timeout: 250 seconds]
rohitksingh has joined #m-labs
rohitksingh_work has joined #m-labs
rohitksingh_wor1 has quit [Ping timeout: 272 seconds]
rohitksingh has quit [Ping timeout: 258 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Read error: Connection reset by peer]
rohitksingh has joined #m-labs
<sb0>
d_n|a: some race condition on the aux channel
rohitksingh_wor1 has joined #m-labs
rohitksingh_wor1 has quit [Client Quit]
<sb0>
master submit requests A, master times out, satellite answer requests A (which stays in the master buffer), master submits request B, master reads reply A from the buffer and prints an error, satellite answer request B which stays in the master buffer, and so on
rohitksingh_work has quit [Ping timeout: 258 seconds]
<sb0>
this is not supposed to happen, but there is a bug in the code somewhere (most likely master)
monicaleung has quit [Quit: This computer has gone to sleep]
wolfspraul has quit [Ping timeout: 250 seconds]
wolfspraul has joined #m-labs
rohitksingh has quit [Remote host closed the connection]
monicaleung has joined #m-labs
X-Scale` has joined #m-labs
monicaleung has quit [Quit: This computer has gone to sleep]
X-Scale has quit [Ping timeout: 268 seconds]
X-Scale` is now known as X-Scale
Hartytp has joined #m-labs
<Hartytp>
rjo: I was asking a while ago about PLL init sequences. FWIW, the ADF5356 data sheet has more info than the 4356 (despite the fact that the PLLs are near identical).
<Hartytp>
the reg 4 write is (a) because the counter reset bit needs to be toggled on these PLLs and (b) because of the double buffering
<Hartytp>
oops, I was looking at 5355, which is a little different, but still the data sheet fills in some gaps
<Hartytp>
of course, the linux driver does something different to the data sheet...
Hartytp has quit [Quit: Page closed]
rohitksingh has joined #m-labs
m4ssi has quit [Ping timeout: 250 seconds]
m4ssi has joined #m-labs
m4ssi has quit [Ping timeout: 250 seconds]
m4ssi has joined #m-labs
<_whitenotifier-e>
[nmigen] peteut opened issue #24: Project Structure And Tox - https://git.io/fhZ1E
m4ssi has quit [Ping timeout: 272 seconds]
m4ssi has joined #m-labs
<_whitenotifier-e>
[nmigen] adamgreig commented on issue #20: Memory with only a read port fails in pysim - https://git.io/fhZDL
gruetzkopf has quit [Remote host closed the connection]
<adamgreig>
whitequark: my nmigen top module ends up with ports for all unused ports in all submodules, which nextpnr then maps to random io.. any way to just leave them disconnected?
m4ssi has quit [Remote host closed the connection]
gruetzkopf has joined #m-labs
kc5tja has joined #m-labs
<adamgreig>
(I mean, other than explicitly assigning them all to 0, which I guess is what I want to happen automatically instead of them being pushed up the hierarchy)
<cr1901_modern>
yosys needs a "clean unused top levels" pass (no I didn't check whether this exists or not)
<adamgreig>
yes that would do it
<adamgreig>
in migen this doesn't happen, but i guess that's more a quirk of it all being a single module with directly generated verilog
<adamgreig>
having similar sorts of issues where every module has to explicitly add its outputs with frag.add_ports otherwise they're driven but unused inside that module, and unconnected to the output pins at higher levels, which are then output without being driven
<adamgreig>
but i think that's probably by design maybe
<adamgreig>
eg http://dpaste.com/19W2EPQ doesn't work unless you add that port, but it doesn't generate a warning until you try to synthesise
<adamgreig>
but with that in place and with my fix/bodge for #20, i have ported my rmii mac to nmigen and it works on hardware, yay
<adamgreig>
in other words my complaints where inputs getting turned into ports when i didn't want them to be, and outputs not getting turned into ports when i did want them to be :P can't win
<adamgreig>
were*
rohitksingh has quit [Remote host closed the connection]
lkcl has quit [Read error: Connection reset by peer]
lkcl has joined #m-labs
kc5tja has quit [Ping timeout: 258 seconds]
X-Scale` has joined #m-labs
X-Scale has quit [Ping timeout: 244 seconds]
X-Scale` is now known as X-Scale
<_whitenotifier-e>
[nmigen] adamgreig commented on issue #20: Memory with only a read port fails in pysim - https://git.io/fhZHc