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
balrog has quit [Ping timeout: 250 seconds]
bentley` has joined #m-labs
bentley` has quit [Ping timeout: 272 seconds]
bentley` has joined #m-labs
bentley` has quit [Ping timeout: 265 seconds]
bentley` has joined #m-labs
bentley` has quit [Ping timeout: 265 seconds]
sb0 has joined #m-labs
<bb-m-labs> build #49 of artiq-board is complete: Exception [exception interrupted] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/49
bentley` has joined #m-labs
bentley` has quit [Ping timeout: 248 seconds]
<bb-m-labs> build #50 of artiq-board is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/50
sb0 has quit [Ping timeout: 255 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 244 seconds]
rohitksingh has joined #m-labs
sb0 has joined #m-labs
bentley` has joined #m-labs
<cr1901_modern> sb0: run_simulation() takes the module and a generator, correct?
<cr1901_modern> or a "function that yields" (I forget the difference)?
bentley` has quit [Ping timeout: 250 seconds]
<sb0> yes
<cr1901_modern> sb0: Why does the generator function need to be called when passing into run_simulation? I forgot the answer to this
<cr1901_modern> as opposed to just passing the function in for run_simulation to call later*
<sb0> run_simulation(module, generator())
<cr1901_modern> sb0: Less verbose, my question is: why isn't it run_simulation(module, generator)?
<sb0> because you'd lose the ability to easily pass parameters to the generator
<cr1901_modern> I see... I suppose it just stops at the first yield and run_simulation just picks up the generator state as-is at that particular point?
<sb0> calling a generator function in python executes none of the generator code
<sb0> it only starts executing at the first next()
<cr1901_modern> Ahhh
<cr1901_modern> I should've remembered that
rohitksingh has quit [Ping timeout: 255 seconds]
balrog has joined #m-labs
rohitksingh has joined #m-labs
<bb-m-labs> build #51 of artiq-board is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/51
<sb0> rjo, try making the fifos large again ...
sb0 has quit [Ping timeout: 244 seconds]
sandeepkr__ has joined #m-labs
kuldeep has quit [Ping timeout: 240 seconds]
sandeepkr_ has quit [Ping timeout: 276 seconds]
kuldeep has joined #m-labs
<bb-m-labs> build #52 of artiq-board is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/52
kuldeep has quit [Ping timeout: 255 seconds]
sandeepkr__ has quit [Ping timeout: 265 seconds]
rohitksingh has quit [Ping timeout: 265 seconds]
kuldeep has joined #m-labs
sandeepkr__ has joined #m-labs