whitequark changed the topic of #nmigen to: nMigen hardware description language · code https://github.com/nmigen · logs https://libera.irclog.whitequark.org/nmigen
balrog has joined #nmigen
<_whitenotifier-a> [YoWASP/yosys] whitequark pushed 1 commit to develop [+0/-0/±1] https://git.io/JCs97
<_whitenotifier-a> [YoWASP/yosys] whitequark 6cf10b2 - Update dependencies.
Degi has joined #nmigen
Degi has quit [Ping timeout: 246 seconds]
Degi has joined #nmigen
Degi_ has joined #nmigen
Degi has quit [Ping timeout: 246 seconds]
Degi_ is now known as Degi
nyanotech has quit [Ping timeout: 252 seconds]
nyanotech has joined #nmigen
<_whitenotifier-a> [nmigen] BracketMaster opened issue #621: nMigen thinks -5 / 2 = 3 - https://git.io/JCnwE
pftbest has quit [Read error: Connection reset by peer]
pftbest has joined #nmigen
cr1901 has quit [Read error: Connection reset by peer]
someone--else has joined #nmigen
someone--else has quit [Quit: Connection closed]
someone--else has joined #nmigen
louie has joined #nmigen
<louie> I wanted to know the use and purpose of _as_const() in ast.py - It seems to be used nowhere throughout the code. I need to make a Const() out of a Cat() and was looking to repurpose this method icw adjusting the Const::__init__
louie has quit [Quit: https://mibbit.com Online IRC Client]
someone--else has quit [Quit: Connection closed]
louie has joined #nmigen
sakirious has joined #nmigen
louie has quit [Quit: https://mibbit.com Online IRC Client]
cr19011 has joined #nmigen
cr19011 is now known as cr1901
<whitequark> it's a private API once used in simulator code
<whitequark> please consider some other approach instead
bvernoux has quit [Quit: Leaving]
Degi has quit [Ping timeout: 252 seconds]
lf has quit [Ping timeout: 255 seconds]
lf has joined #nmigen
Degi has joined #nmigen
Degi has quit [Ping timeout: 265 seconds]
Degi has joined #nmigen
<sakirious> Is there documentation for adding new platforms/boards or is it primarily follow what has already been done?