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
_whitelogger has joined #m-labs
_whitelogger has joined #m-labs
rohitksingh_work has joined #m-labs
_whitelogger_ has joined #m-labs
_whitelogger has quit [Remote host closed the connection]
attie has quit [Read error: Connection reset by peer]
felix__ has joined #m-labs
felix_ has quit [Ping timeout: 240 seconds]
folkert has quit [Ping timeout: 240 seconds]
folkert has joined #m-labs
attie has joined #m-labs
<Ishan_Bansal>
Is their a provision of writing while loops in migen
<Ishan_Bansal>
I didn't find it anywhere in migen documentation.
<sb0>
Ishan_Bansal, what is a while loop?
<Ishan_Bansal>
sb0 : like we write in C language
<sb0>
well okay, you can use the python while loops, but I'm not sure if they do what you want to do
<Ishan_Bansal>
sb0 : Actually I put the question because the format of writing if,else statement in migen in different from the one use in the python( writing in self.sync module ) so I want to confirm if their is something similar of while loop as well.
<sb0>
no, there isn't
<sb0>
things that you do with loops in verilog can be done with metaprogramming in python/migen
<Ishan_Bansal>
sb0 : ok. I will try that.
<Ishan_Bansal>
sb0 : So what can I do for implementing the while loops
<GitHub53>
[artiq] trxw commented on issue #767: The HDMI cable was accidentally connected which prevented the board from fully turning on. We were able to flash the board, but while trying to run led.py we get the following error: ... https://github.com/m-labs/artiq/issues/767#issuecomment-313410701
<GitHub33>
[artiq] jordens commented on issue #765: No. Having two events at the same time for the config channel is almost always a mistake that should become visible. There should not be silent replacement. For the other channels it is reasonable to replace in that case. https://github.com/m-labs/artiq/issues/765#issuecomment-313417545