ChanServ changed the topic of #nmigen to: nMigen hardware description language · code at https://github.com/nmigen · logs at https://freenode.irclog.whitequark.org/nmigen
grant72 has joined #nmigen
electronic_eel has quit [Remote host closed the connection]
grant72 has quit [Ping timeout: 260 seconds]
electronic_eel has joined #nmigen
grant72 has joined #nmigen
grant72 has quit [Ping timeout: 260 seconds]
grant72 has joined #nmigen
<grant72> Hi all. I was running through the tutorial and was having a bug within tracer.py, in get_var_name, with sys._getframe. Has anyone else had issues with the call stack not deep enough?
<grant72> I suppose my question really is, what amount of testing can be done within the python repl.
grant72_ has joined #nmigen
grant72 has quit [Quit: Lost terminal]
grant72_ is now known as grant72
<_whitenotifier-9> [nmigen/nmigen] whitequark pushed 2 commits to master [+0/-0/±2] https://git.io/JfqpH
<_whitenotifier-9> [nmigen/nmigen] whitequark 35f3f7d - hdl.ast: use SignalSet, not ValueSet, for _[lr]hs_signals().
<_whitenotifier-9> [nmigen/nmigen] whitequark 6e29fbc - back.rtlil: fix incorrect escaping of signed parameters.
<tpw_rules> there seems to be a bug with Past (and presumably Sample) where it isn't subject to domain renaming?
<tpw_rules> like i ran my module through a DomainRenamer but the Past stayed in the sync domain
<_whitenotifier-9> [nmigen] tpwrules opened issue #372: asserts.Past doesn't work correctly with DomainRenamer - https://git.io/JfmeX
Degi has quit [Ping timeout: 260 seconds]
Degi has joined #nmigen
Vinalon has quit [Ping timeout: 260 seconds]
____ has joined #nmigen
thinknok has joined #nmigen
proteus-guy has quit [Ping timeout: 256 seconds]
chipmuenk has joined #nmigen
Asu has joined #nmigen
lkcl_ has joined #nmigen
lkcl has quit [Ping timeout: 264 seconds]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
mwk has quit [Ping timeout: 246 seconds]
rohitksingh has quit [Quit: No Ping reply in 180 seconds.]
mwk has joined #nmigen
rohitksingh has joined #nmigen
thinknok has quit [Ping timeout: 265 seconds]
proteus-guy has joined #nmigen
Vinalon has joined #nmigen
Asu has quit [Remote host closed the connection]
lkcl_ has quit [Ping timeout: 264 seconds]
lkcl has joined #nmigen
Asu has joined #nmigen
thinknok has joined #nmigen
thinknok has quit [Ping timeout: 265 seconds]
chipmuenk has quit [Quit: chipmuenk]
____ has quit [Quit: Nettalk6 - www.ntalk.de]
Asuu has joined #nmigen
Asu has quit [Ping timeout: 260 seconds]
Asuu has quit [Ping timeout: 260 seconds]
Vinalon_ has joined #nmigen
Vinalon has quit [Read error: Connection reset by peer]
<awygle> whitequark: regarding the Yosys Crimes described in the issue 371 - do you intend to maintain Crime Status or try to push upstream for a supported way to build yosys with only selected passes?
<cr1901_modern> >which currently spans over 4000 commits
<cr1901_modern> WOW. Has it seriously been that long?
futarisIRCcloud has joined #nmigen
<vup> is it known that you sometimes need to add KEEP=TRUE to some signals for vivado to be able to find them for clock constraints?
<vup> this is for clocks coming from a instance, maybe that is causing the problems?