sb0_ changed the topic of #m-labs to: https://m-labs.hk :: Logs http://irclog.whitequark.org/m-labs
d_n|a has joined #m-labs
d_n|a has quit [Read error: Connection reset by peer]
d_n|a has joined #m-labs
<adamgreig> huh, tiresome. the memory fails to simulate if it only has a read port and no write port
<adamgreig> ah, I guess the memory._array doesn't survive into the final fragment unless a write_port is put into submodules, at which point mem.py L177 causes it to get associated with the write port
<adamgreig> no unit tests for read-only memories :p
<adamgreig> no, that explanation doesn't quite make sense, since the read_port also contains statements accessing the parent _array
_whitenotifier-e has joined #m-labs
<_whitenotifier-e> [nmigen] adamgreig opened issue #20: Memory with only a read port fails in pysim - https://git.io/fh33D
<GitHub-m-labs> [artiq] sbourdeauducq closed issue #1224: Docs: artiq_flash has no -m option https://github.com/m-labs/artiq/issues/1224
<GitHub-m-labs> [artiq] sbourdeauducq pushed 3 new commits to release-4: https://github.com/m-labs/artiq/compare/a53065ffc870...9b081737d466
<GitHub-m-labs> artiq/release-4 3312a03 Drew: Docs: instructions to check if in plugdev group
<GitHub-m-labs> artiq/release-4 17fa502 Drew Risinger: pyon: fix grammar in module docstring....
<GitHub-m-labs> artiq/release-4 9b08173 Drew: artiq_flash: change docs from old `-m` arg to `-V` (#1224) (#1227)...
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #1203: Won't fix this without funding. Fixing it is pretty annoying and the current code works properly. https://github.com/m-labs/artiq/issues/1203#issuecomment-451620321
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #1181: Just remove them from this PR anyway, they do not belong here. https://github.com/m-labs/artiq/pull/1181#issuecomment-451620538
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #1185: > Also, @sbourdeauducq never said what should happen in the above comments. A statement of a docstring being "obvious" or "redundant" is not saying that it should be removed... https://github.com/m-labs/artiq/pull/1185#issuecomment-451620658
<GitHub-m-labs> [artiq] sbourdeauducq commented on pull request #1185 a3711a4: No error message is fine since users are never supposed to see this error. This is only to give a hint to the developer. https://github.com/m-labs/artiq/pull/1185#discussion_r245463359
<GitHub-m-labs> [artiq] sbourdeauducq commented on pull request #1185 a3711a4: > This should be caught using argparse's `choices` kwarg, so removed entirely.... https://github.com/m-labs/artiq/pull/1185#discussion_r245463401
<GitHub-m-labs> [artiq] sbourdeauducq commented on pull request #1185 a3711a4: And I already explained this https://github.com/m-labs/artiq/pull/1185#discussion_r230968686... https://github.com/m-labs/artiq/pull/1185#discussion_r245463424
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #1188: > My understanding is that this is due to the nature of ARTIQ. ARTIQ has received contributions from people with varying levels of programming experience, who might be unaware that type annotations exist.... https://github.com/m-labs/artiq/pull/1188#issuecomment-451621126
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #1185: > The docstrings that @sbourdeauducq called out above are recommended by `pydocstyle` because they are publicly available functions and so should be documented.... https://github.com/m-labs/artiq/pull/1185#issuecomment-451621390
<bb-m-labs> build #2181 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2181
<bb-m-labs> build #2182 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2182
<bb-m-labs> build #2784 of artiq is complete: Failure [failed python_unittest_2] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2784 blamelist: Drew <drewrisinger@users.noreply.github.com>
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #1188: > This is one of the main benefits. Type annotations can be statically checked to catch obvious mistakes (e.g. `mypy`), while still being optional.... https://github.com/m-labs/artiq/pull/1188#issuecomment-451623296
<GitHub-m-labs> [artiq] sbourdeauducq commented on pull request #1212 680126a: ``import *`` is OK.... https://github.com/m-labs/artiq/pull/1212#discussion_r245465032
<GitHub-m-labs> [artiq] sbourdeauducq commented on pull request #1211 72dcf88: This was supposed to align with the other fields of the dict. https://github.com/m-labs/artiq/pull/1211#discussion_r245465477
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #1211: > * **NO TESTS RUN**.... https://github.com/m-labs/artiq/pull/1211#issuecomment-451624616
<bb-m-labs> build #2183 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2183
<GitHub-m-labs> [artiq] sbourdeauducq commented on pull request #1211 72dcf88: Maybe ``(default: target-dependent)`` ? https://github.com/m-labs/artiq/pull/1211#discussion_r245465595
<bb-m-labs> build #2184 of artiq-board is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2184 blamelist: Drew <drewrisinger@users.noreply.github.com>, Drew Risinger <drewrisinger@users.noreply.github.com>
<bb-m-labs> build #2785 of artiq is complete: Failure [failed] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2785 blamelist: Drew <drewrisinger@users.noreply.github.com>, Drew Risinger <drewrisinger@users.noreply.github.com>
mumptai_ has joined #m-labs
mumptai has quit [Ping timeout: 258 seconds]
<32NAAQ7F4> [artiq] sbourdeauducq closed issue #1223: Docs: wrong path for Gateware Binaries https://github.com/m-labs/artiq/issues/1223
<07IAA1KV1> artiq/master 2100a8b Sebastien Bourdeauducq: sayma_amc: more fighting with vivado timing analyzer
<07IAA1KV1> [artiq] sbourdeauducq pushed 2 new commits to master: https://github.com/m-labs/artiq/compare/94cdad6c1d8f...d6fea221742f
<07IAA1KV1> artiq/master d6fea22 Sebastien Bourdeauducq: manual: update firmware/gateware build/flashing instructions. Closes #1223
<GitHub-m-labs> [artiq] sbourdeauducq pushed 1 new commit to release-4: https://github.com/m-labs/artiq/commit/6020b9c2f19e1f7ab15721f44e245717aff4f715
<GitHub-m-labs> artiq/release-4 6020b9c Sebastien Bourdeauducq: manual: update firmware/gateware build/flashing instructions. Closes #1223
<bb-m-labs> build #2185 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2185
_whitelogger has joined #m-labs
<bb-m-labs> build #2186 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2186
<bb-m-labs> build #978 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/978
<bb-m-labs> build #2786 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2786
<bb-m-labs> build #2187 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2187
<bb-m-labs> build #2188 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2188
_whitelogger_ has joined #m-labs
_whitelogger has quit [Remote host closed the connection]
_whitelogger has joined #m-labs
<GitHub-m-labs> [artiq] sbourdeauducq pushed 1 new commit to release-4: https://github.com/m-labs/artiq/commit/f23d4e27625d73cf92d54527e76990a0582e37c3
<GitHub-m-labs> artiq/release-4 f23d4e2 Sebastien Bourdeauducq: update copyright year
<GitHub-m-labs> [artiq] sbourdeauducq pushed 1 new commit to release-3: https://github.com/m-labs/artiq/commit/de89288b636ce7aad35528549e6d129e02638256
<GitHub-m-labs> artiq/release-3 de89288 Sebastien Bourdeauducq: update copyright year
<sb0> microtca crate has run overnight with sayma and no bugs
rohitksingh has joined #m-labs
<bb-m-labs> build #2189 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2189
<bb-m-labs> build #2190 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2190
_whitelogger has joined #m-labs
<GitHub-m-labs> [misoc] sbourdeauducq pushed 2 new commits to master: https://github.com/m-labs/misoc/compare/cbfdfac9f57a...3892714a1c3f
<GitHub-m-labs> misoc/master ae64633 Sebastien Bourdeauducq: add Sayma RTM target
<GitHub-m-labs> misoc/master 3892714 Sebastien Bourdeauducq: sayma_rtm: increase system clock frequency to 62.5MHz...
<bb-m-labs> build #2191 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2191
<bb-m-labs> build #456 of misoc is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/misoc/builds/456
<bb-m-labs> build #980 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/980
<bb-m-labs> build #2789 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2789
mumptai_ has quit [Quit: Verlassend]
mumptai_ has joined #m-labs
mumptai_ has quit [Remote host closed the connection]
mumptai has joined #m-labs
rohitksingh has quit [Ping timeout: 246 seconds]
rohitksingh has joined #m-labs
_whitelogger has joined #m-labs
marble[m] has quit [Remote host closed the connection]
felix[m]2 has quit [Remote host closed the connection]
xobs has quit [Remote host closed the connection]
jfng has quit [Remote host closed the connection]
kbeckmann has quit [Quit: WeeChat 2.1]
marble[m] has joined #m-labs
mumptai has quit [Quit: Verlassend]
xobs has joined #m-labs
jfng has joined #m-labs
felix[m]1 has joined #m-labs
rohitksingh has quit [Ping timeout: 250 seconds]
rohitksingh has joined #m-labs
<sb0> cr1901_modern: http://www.voacap.com/hf/
<cr1901_modern> ooooooh, very interesting
<cr1901_modern> Also holy shit, amatuer radio software that's open source. I don't even care that it's Fortran :D
rohitksingh has quit [Ping timeout: 244 seconds]
<sb0> the Sayma RTM has I2C switches that mux the IPMI master, the FPGA master, and 8 slave buses
<sb0> how many bugs are there?
rohitksingh has joined #m-labs
kuldeep has joined #m-labs
kuldeep_ has joined #m-labs
kuldeep_ has quit [Remote host closed the connection]
kuldeep_ has joined #m-labs
kuldeep has quit [Remote host closed the connection]
kuldeep_ is now known as kuldeep
lkcl has quit [Ping timeout: 268 seconds]
<GitHub-m-labs> [artiq] sbourdeauducq pushed 3 new commits to master: https://github.com/m-labs/artiq/compare/d6fea221742f...6e43c411038c
<GitHub-m-labs> artiq/master cf9447a Sebastien Bourdeauducq: rtio/cri: remove unneeded CSR management
<GitHub-m-labs> artiq/master 6e43c41 Sebastien Bourdeauducq: firmware: support building without SDRAM
<GitHub-m-labs> artiq/master 2c35104 Sebastien Bourdeauducq: firmware: fix not(has_spiflash) build
<GitHub-m-labs> [artiq] sbourdeauducq pushed 1 new commit to release-4: https://github.com/m-labs/artiq/commit/0ec01790fe8c75730bb534756804a16189b0d25f
<GitHub-m-labs> artiq/release-4 0ec0179 Sebastien Bourdeauducq: firmware: fix not(has_spiflash) build
<GitHub-m-labs> [misoc] sbourdeauducq pushed 1 new commit to master: https://github.com/m-labs/misoc/commit/734fa4c08d78013754b76529b5f3bcdd0658fdd4
<GitHub-m-labs> misoc/master 734fa4c Sebastien Bourdeauducq: sayma_rtm: create platform in BaseSoC
kuldeep_ has joined #m-labs
<GitHub-m-labs> [migen] sbourdeauducq pushed 2 new commits to master: https://github.com/m-labs/migen/compare/3d919ddca458...ee0a827927dc
<GitHub-m-labs> migen/master 8bfbdcb Sebastien Bourdeauducq: sayma_rtm: cleanup resource numbers
<GitHub-m-labs> migen/master ee0a827 Sebastien Bourdeauducq: sayma_rtm: add DRTIO satellite signals
<bb-m-labs> build #457 of misoc is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/misoc/builds/457
<bb-m-labs> build #361 of migen is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/migen/builds/361
kuldeep has quit [Read error: Connection reset by peer]
kuldeep_ has quit [Remote host closed the connection]
kuldeep has joined #m-labs
<bb-m-labs> build #2192 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2192
<bb-m-labs> build #2193 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2193
<bb-m-labs> build #2790 of artiq is complete: Failure [failed python_unittest_2] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2790 blamelist: Sebastien Bourdeauducq <sb@m-labs.hk>
<sb0> whitequark: any ideas to reduce the size of satman?
<whitequark> sb0: hm
<whitequark> didn't we discuss this already?
<whitequark> we could probably link it non-PIC but that's maybe 5%
<whitequark> i usually use this thing https://github.com/google/bloaty
<bb-m-labs> build #2194 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2194
rohitksingh has quit [Ping timeout: 246 seconds]
<bb-m-labs> build #2195 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2195
<bb-m-labs> build #981 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/981
<bb-m-labs> build #2791 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2791
X-Scale has quit [Ping timeout: 240 seconds]
X-Scale has joined #m-labs
lkcl has joined #m-labs
mumptai has joined #m-labs
cr1901_modern has quit [Ping timeout: 240 seconds]
mumptai has quit [Read error: Connection reset by peer]
mumptai has joined #m-labs
uberardy has quit [Quit: uberardy]
uberardy has joined #m-labs
vup has quit [Quit: The Lounge - https://thelounge.github.io]
cr1901_modern has joined #m-labs
vup2 has quit [Remote host closed the connection]
vup2 has joined #m-labs
mauz555 has joined #m-labs
mauz555 has quit []