<mtrbot-ml>
[mattermost] <sb10q> kc8apf: the pypi (and conda) uploads for migen are managed by chipmuenk, and they should be OK as far as pypi and conda packages go. I can add a tag...
airwoodix2 has joined #m-labs
airwoodix has quit [Ping timeout: 265 seconds]
airwoodix2 is now known as airwoodix
whitequark has quit [Ping timeout: 252 seconds]
whitequark has joined #m-labs
Stormwind_mobile has joined #m-labs
Stormwind_mobile has quit [Ping timeout: 250 seconds]
rohitksingh has quit [Ping timeout: 240 seconds]
proteusguy has quit [Quit: Leaving]
proteusguy has joined #m-labs
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 245 seconds]
m4ssi has joined #m-labs
rohitksingh has joined #m-labs
<_whitenotifier-5>
[nmigen] whitequark commented on issue #160: pysim is very slow - https://git.io/JeDGF
<_whitenotifier-5>
[nmigen] whitequark closed pull request #279: hdl.ast: Fix width for unary minus operator on signed argument. - https://git.io/JeDft
<_whitenotifier-5>
[m-labs/nmigen] whitequark pushed 1 commit to master [+0/-0/±2] https://git.io/JeDGN
<_whitenotifier-5>
[m-labs/nmigen] mwkmwkmwk 6765021 - hdl.ast: Fix width for unary minus operator on signed argument.
<_whitenotifier-5>
[nmigen] whitequark commented on pull request #279: hdl.ast: Fix width for unary minus operator on signed argument. - https://git.io/JeDGA
<airwoodix>
The python-sip conflict disappears if one doesn't enable Qt for matplotlib (pretty obviously)
<adamgreig>
whitequark: any insight on pysim2 not putting input signals in the vcd? i can open an issue on gh with a small repro if you prefer
<whitequark>
adamgreig: oh sorry I forgot to reply
<whitequark>
please open an issue. I know what caused it and it should be a relatively simplefix
<adamgreig>
thanks, will do
Stormwind_mobile has quit [Ping timeout: 268 seconds]
Stormwind_mobile has joined #m-labs
Stormwind_mobile has quit [Ping timeout: 240 seconds]
<mtrbot-ml>
[mattermost] <sb10q> airwoodix: can reproduce, will look into it. probably a regression with newer nixpkgs
<mtrbot-ml>
[mattermost] <sb10q> airwoodix: as a workaround, maybe you can use enableGtk3 instead. it's not like using Qt saves any resources, since matplotlib is qt4 while ARTIQ is qt5
<mtrbot-ml>
[mattermost] <sb10q> in fact the collision is between pyqt4 sip and pyqt5 sip
<mtrbot-ml>
[mattermost] <sb10q> hm, for some reason this doesn't exhibit the problem: nix-shell -p python3Packages.pyqt5 "(python3Packages.matplotlib.override { enableQt = true; })"
<mtrbot-ml>
[mattermost] <sb10q> ah yeah because nix-shell doesn't check from conflicts but blindly appends to PYTHONPATH
harryho_ has quit [Remote host closed the connection]
<mtrbot-ml>
[mattermost] <sb10q> *nix-shell -p
<mtrbot-ml>
[mattermost] <sb10q> pkgs.mkShell with both pyqt4 and pyqt5 does reproduce the problem
<mtrbot-ml>
[mattermost] <sb10q> and I can confirm that it was working with nixpkgs 19.03 and got broken in 19.09
Stormwind_mobile has joined #m-labs
Stormwind_mobile has quit [Ping timeout: 240 seconds]
Stormwind_mobile has joined #m-labs
<airwoodix>
sb10q: thanks, gtk3 works, I'm not picky on the backend
<airwoodix>
Extra question: what's the canonical method to get migen & co in the shell?
<airwoodix>
At the moment, I pulled nix-scripts and do something like migen = (pkgs.callPackage ./src/nix-scripts/artiq-fast/pkgs/python-deps.nix {}).migen;
<airwoodix>
but that's tedious if I want more than one or two packages
<airwoodix>
sorry, I'm quite unexperienced with nix
<_whitenotifier-5>
[nmigen] adamgreig opened issue #280: pysim2 doesn't write input signals to VCD - https://git.io/JeDlw
<_whitenotifier-5>
[nmigen] whitequark commented on issue #280: pysim2 doesn't write input signals to VCD - https://git.io/JeDlM
Stormwind_mobile has quit [Ping timeout: 240 seconds]
Stormwind_mobile has joined #m-labs
siruf has quit [*.net *.split]
forrestv has quit [*.net *.split]
key2 has quit [*.net *.split]
siruf has joined #m-labs
forrestv has joined #m-labs
key2 has joined #m-labs
siruf has quit [*.net *.split]
forrestv has quit [*.net *.split]
key2 has quit [*.net *.split]
key2 has joined #m-labs
siruf has joined #m-labs
forrestv has joined #m-labs
Stormwind_mobile has quit [Ping timeout: 250 seconds]
Stormwind_mobile has joined #m-labs
m4ssi has quit [Remote host closed the connection]
Stormwind_mobile has quit [Ping timeout: 265 seconds]
Stormwind_mobile has joined #m-labs
Stormwind_mobile has quit [Ping timeout: 268 seconds]
<Astro-_>
looks like I need to fill the fifo before communications start