<whitequark>
if we use that we get python generators *almost* for free
rjo has joined #m-labs
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
fengling has joined #m-labs
sb0___ has joined #m-labs
<sb0___>
whitequark: isn't the compiler supposed to support dynamic list sizes?
<sb0___>
e.g. l = [0]*len(other_list)
<whitequark>
it is
<whitequark>
what does it tell you?
<sb0___>
[0]*int(len(other_list)) appears to work
<sb0___>
ERROR:worker(11860,bd_scan_test_2_cleaned.py):root:While compiling <repository>\ magtrap\bd_scan_test_2_cleaned.py <repository>\magtrap\bd_scan_test_2_cleaned.py:52:21-52:22: error: expected '*' operands to be a list and an integer in this context counts = [0]*len(frequencies) ~~~^~~~~~~~~~~~~~~~~ <repository>\magtrap\bd_scan_test_2_cleaned.py:52:18-52:21: note: list operand o f type list(elt=int(width='a))
ylamarre has quit [Remote host closed the connection]
<larsc>
sb0___: how is the jesd stuff coming along?
ylamarre has joined #m-labs
<sb0___>
_florent_: ^
<_florent_>
larsc/sb0___: slowly for now, I'm going to work full time on it soon
<larsc>
_florent_: ok.
<larsc>
If you have any questions let me know, I had to (at least try to) comprehend the spec last week
<whitequark>
sb0___: ok I see
<whitequark>
it's a problem with the typechecker. please file an issue with complete source
<whitequark>
should be trivial to fix
<whitequark>
(but it's hard to trigger)
<whitequark>
oh
<whitequark>
oh, it's not hard to trigger, it was just never tested in embedding
ylamarre has quit [Ping timeout: 250 seconds]
ylamarre has joined #m-labs
ylamarre has quit [Ping timeout: 260 seconds]
mwalle_ has quit [Quit: WeeChat 1.0.1]
<larsc>
does anybody have a skylake system? I'm seeing this stange issue with Vivado crashing on skylake based systems. Identical software setup with other old chipsets works fine, quite strange
Gurty has quit [Ping timeout: 276 seconds]
mumptai has joined #m-labs
Gurty has joined #m-labs
ylamarre has joined #m-labs
ylamarre1 has joined #m-labs
ylamarre has quit [Ping timeout: 272 seconds]
ylamarre1 has quit [Remote host closed the connection]
ylamarre has joined #m-labs
ylamarre has quit [Read error: Connection reset by peer]
<_florent_>
larsc: ok thanks, I'll ask you if I have questions