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 · IRC meetings each Monday at 1800 UTC · next meeting TBD
<d1b2> <TomKeddie> Thank you kind friend, everything I needed nicely bundled. Much appreciated.
<d1b2> <dub_dub_11> 👍
emeb has left #nmigen [#nmigen]
lf has quit [Ping timeout: 260 seconds]
lf has joined #nmigen
<_whitenotifier-5> [nmigen] RobertBaruch commented on issue #594: Time-0 race condition for simulation - https://git.io/JtKNQ
<_whitenotifier-5> [nmigen] RobertBaruch edited a comment on issue #594: Time-0 race condition for simulation - https://git.io/JtKNQ
peepsalot has joined #nmigen
<_whitenotifier-5> [nmigen] RobertBaruch commented on issue #594: Time-0 race condition for simulation - https://git.io/JtKAs
<_whitenotifier-5> [nmigen] RobertBaruch edited a comment on issue #594: Time-0 race condition for simulation - https://git.io/JtKAs
<_whitenotifier-5> [nmigen] RobertBaruch edited a comment on issue #594: Time-0 race condition for simulation - https://git.io/JtKAs
<_whitenotifier-5> [YoWASP/yosys] whitequark pushed 1 commit to develop [+0/-0/±1] https://git.io/JtKAR
<_whitenotifier-5> [YoWASP/yosys] whitequark d663518 - Update dependencies.
<_whitenotifier-5> [nmigen] RobertBaruch edited a comment on issue #594: Time-0 race condition for simulation - https://git.io/JtKAs
<_whitenotifier-5> [nmigen] RobertBaruch commented on issue #594: Time-0 race condition for simulation - https://git.io/JtKxn
<_whitenotifier-5> [nmigen] RobertBaruch edited a comment on issue #594: Time-0 race condition for simulation - https://git.io/JtKxn
samlittlewood has quit [Ping timeout: 246 seconds]
samlittlewood has joined #nmigen
revolve has quit [Ping timeout: 264 seconds]
revolve has joined #nmigen
<_whitenotifier-5> [nmigen] awygle opened pull request #596: Improve Instance driver-driver conflict error message - https://git.io/JtKhT
<_whitenotifier-5> [nmigen] codecov[bot] commented on pull request #596: Improve Instance driver-driver conflict error message - https://git.io/JtKhY
<_whitenotifier-5> [nmigen] codecov[bot] edited a comment on pull request #596: Improve Instance driver-driver conflict error message - https://git.io/JtKhY
emeb_mac has joined #nmigen
aquijoule__ has joined #nmigen
aquijoule_ has quit [Ping timeout: 246 seconds]
electronic_eel_ has joined #nmigen
electronic_eel has quit [Ping timeout: 272 seconds]
Degi_ has joined #nmigen
Degi has quit [Ping timeout: 246 seconds]
Degi_ is now known as Degi
PyroPeter_ has joined #nmigen
PyroPeter has quit [Ping timeout: 265 seconds]
PyroPeter_ is now known as PyroPeter
nengel has joined #nmigen
nengel has quit [Quit: gone afk]
emeb_mac has quit [Quit: Leaving.]
chipmuenk has joined #nmigen
lkcl has quit [Ping timeout: 272 seconds]
revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
pftbest has joined #nmigen
lkcl has joined #nmigen
lkcl has quit [Ping timeout: 265 seconds]
lkcl has joined #nmigen
pftbest has quit [Remote host closed the connection]
pftbest has joined #nmigen
chipmuenk has quit [Quit: chipmuenk]
lkcl has quit [Ping timeout: 265 seconds]
lkcl has joined #nmigen
zignig has joined #nmigen
<zignig> !ping
nengel has joined #nmigen
GenTooMan has quit [Quit: Leaving]
GenTooMan has joined #nmigen
nengel has quit [Quit: gone afk]
Bertl_zZ is now known as Bertl
nengel has joined #nmigen
pftbest has quit [Read error: Connection reset by peer]
pftbest has joined #nmigen
balrog has quit [Ping timeout: 240 seconds]
balrog has joined #nmigen
revolve_ has joined #nmigen
revolve_ has quit [Client Quit]
revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
<_whitenotifier-5> [nmigen] hellow554 commented on pull request #595: raise error on space in fsm name - https://git.io/Jt6wb
<_whitenotifier-5> [nmigen] hellow554 edited a comment on pull request #595: raise error on space in fsm name - https://git.io/Jt6wb
pftbest has quit [Remote host closed the connection]
<_whitenotifier-5> [nmigen] awygle commented on pull request #595: raise error on space in fsm name - https://git.io/Jt6ib
pftbest has joined #nmigen
<_whitenotifier-5> [nmigen] awygle edited a comment on pull request #595: raise error on space in fsm name - https://git.io/Jt6ib
<_whitenotifier-5> [nmigen] awygle commented on pull request #595: raise error on space in fsm name - https://git.io/Jt6Pd
<_whitenotifier-5> [nmigen] programmerjake commented on pull request #595: raise error on space in fsm name - https://git.io/Jt6XT
<_whitenotifier-5> [nmigen] awygle commented on pull request #595: raise error on space in fsm name - https://git.io/Jt6Xg
Bertl is now known as Bertl_oO
emeb_mac has joined #nmigen
nengel has quit [Quit: Bye]
<d1b2> <twam> Anyone has an example of using MULT18X18D primitive on ECP5 with nmigen?
<miek> yosys will map a normal multiply to a MULT18X18D
revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
<d1b2> <twam> At least not for my example. 😦 a = Signal(16, reset=2); b = Signal(16, reset=3); c = Signal(32); m.d.sync += c.eq(a*b); Calculates the correct value of 6 within c, but the report still shows: Info: MULT18X18D: 0/ 156 0%
<d1b2> <TiltMeSenpai> I wonder if it's somehow detecting that you're multiplying by 2 and changing that into a const shift
<d1b2> <TiltMeSenpai> try add a.eq(a + 1) to your m.d.sync
<d1b2> <twam> You're right. That works. Yosys seems to be too intelligent.
pftbest has quit [Remote host closed the connection]
pftbest has joined #nmigen
pftbest has quit [Ping timeout: 260 seconds]
FFY00 has quit [Remote host closed the connection]
FFY00 has joined #nmigen
FFY00 has quit [Ping timeout: 264 seconds]
<_whitenotifier-5> [nmigen] hellow554 commented on pull request #595: raise error on space in fsm name - https://git.io/Jt6A4
<_whitenotifier-5> [nmigen] hellow554 edited a comment on pull request #595: raise error on space in fsm name - https://git.io/Jt6A4