whitequark[m] changed the topic of #nmigen to: nMigen hardware description language · code https://github.com/nmigen · logs https://freenode.irclog.whitequark.org/nmigen
thorns514 has quit [Quit: Textual IRC Client: www.textualapp.com]
Degi_ has joined #nmigen
Degi has quit [Ping timeout: 268 seconds]
Degi_ is now known as Degi
FFY00_ has quit [Remote host closed the connection]
FFY00_ has joined #nmigen
<mithro> [OffTopic] I thought some people in this channel might like https://dberard.com/home-built-stm/
revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
<_whitenotifier-5> [nmigen] github-4o opened issue #608: [RFC] get rid of that `+=` and `.eq()` - https://git.io/JOT9i
<_whitenotifier-5> [nmigen] github-4o edited issue #608: [RFC] get rid of that `+=` and `.eq()` - https://git.io/JOT9i
futarisIRCcloud has joined #nmigen
FFY00_ has quit [Ping timeout: 250 seconds]
<_whitenotifier-5> [nmigen] whitequark commented on issue #608: [RFC] get rid of that `+=` and `.eq()` - https://git.io/JOkJa
<_whitenotifier-5> [nmigen] whitequark edited a comment on issue #608: [RFC] get rid of that `+=` and `.eq()` - https://git.io/JOkJa
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
Bertl is now known as Bertl_zZ
DaKnig has quit [Ping timeout: 240 seconds]
DaKnig has joined #nmigen
DaKnig has joined #nmigen
DaKnig has quit [Changing host]
<sensille> is there a helper to determine the number of bits needed to represent a range, like it would be automatically done with Signal(range())?
revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
bvernoux has joined #nmigen
bvernoux has quit [Read error: Connection reset by peer]
DaKnig has quit [Ping timeout: 246 seconds]
DaKnig has joined #nmigen
DaKnig has joined #nmigen
chipmuenk has joined #nmigen
chipmuenk has quit [Quit: chipmuenk]
DaKnig_ has joined #nmigen
DaKnig has quit [Ping timeout: 265 seconds]
<_whitenotifier-5> [nmigen-boards] Freax13 opened pull request #150: add DE0NanoPlatform - https://git.io/JOk7Q
bvernoux has joined #nmigen
<tpw_rules> sensille: for range(x) there is (x-1).bit_length() which is a python thing
<sensille> nice, thanks
Bertl_zZ is now known as Bertl
revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
chipmuenk has joined #nmigen
peeps[zen] has quit [Ping timeout: 260 seconds]
peepsalot has joined #nmigen
<_whitenotifier-5> [nmigen-boards] Freax13 synchronize pull request #150: add DE0NanoPlatform - https://git.io/JOk7Q
bvernoux1 has joined #nmigen
bvernoux has quit [Ping timeout: 268 seconds]
<d1b2> <4o> cool, de0nano comming to nmigen
bvernoux1 has quit [Quit: Leaving]
FFY00_ has joined #nmigen
FFY00_ has quit [Remote host closed the connection]
FFY00_ has joined #nmigen
FFY00_ has quit [Remote host closed the connection]
FFY00_ has joined #nmigen
FFY00_ has quit [Remote host closed the connection]
FFY00_ has joined #nmigen
<d1b2> <dub_dub_11> I tried to synth something for ECP5 and got an error from yosys ERROR: Module `\SGSR' referenced in module `\cd_sync' in cell `\U$$3' is not part of the design. . I saw the previous issue with support for this primitive, so I'm assuming I have set up the toolchain wrong somehow.
chipmuenk has quit [Quit: chipmuenk]
FFY00_ has quit [Remote host closed the connection]
FFY00_ has joined #nmigen
tef__ has joined #nmigen
revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
lf has quit [Ping timeout: 250 seconds]
lf has joined #nmigen
<mwk> do you have a git version of yosys from after Aug 2019?
thorns514 has joined #nmigen
thorns514 has quit [Client Quit]
<d1b2> <dub_dub_11> should do