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
<_whitenotifier-c> [nmigen] rroohhh opened issue #392: Simulations with Instances - https://git.io/JfrNI
<_whitenotifier-c> [nmigen] whitequark commented on issue #392: Simulations with Instances - https://git.io/JfrNO
<_whitenotifier-c> [nmigen] rroohhh commented on issue #392: Simulations with Instances - https://git.io/JfrNo
<_whitenotifier-c> [nmigen] whitequark commented on issue #392: Simulations with Instances - https://git.io/JfrAT
<_whitenotifier-c> [nmigen] rroohhh commented on issue #392: Simulations with Instances - https://git.io/JfrAF
<_whitenotifier-c> [nmigen] rroohhh edited a comment on issue #392: Simulations with Instances - https://git.io/JfrAF
<_whitenotifier-c> [nmigen] rroohhh edited a comment on issue #392: Simulations with Instances - https://git.io/JfrAF
<_whitenotifier-c> [nmigen] whitequark commented on issue #392: Simulations with Instances - https://git.io/Jfrxc
<_whitenotifier-c> [nmigen] whitequark commented on issue #392: Simulations with Instances - https://git.io/JfrxW
<_whitenotifier-c> [nmigen] rroohhh commented on issue #392: Simulations with Instances - https://git.io/JfrpU
<_whitenotifier-c> [nmigen] whitequark commented on issue #392: Simulations with Instances - https://git.io/JfrjD
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
<_whitenotifier-c> [nmigen-boards] whitequark synchronize pull request #49: Add Digilent Genesys2 board - https://git.io/JvgDS
<_whitenotifier-c> [nmigen-boards] whitequark closed pull request #49: Add Digilent Genesys2 board - https://git.io/JvgDS
<_whitenotifier-c> [nmigen/nmigen-boards] whitequark pushed 1 commit to master [+1/-0/±0] https://git.io/Jfovc
<_whitenotifier-c> [nmigen/nmigen-boards] peteut 86ae791 - Add Digilent Genesys2 board.
<_whitenotifier-c> [nmigen-boards] whitequark commented on pull request #49: Add Digilent Genesys2 board - https://git.io/JfovC
<awygle> oh hey i have one of those
<awygle> .. i have too many dev boards. i should give some away or something.
<zignig> awygle: how many do you have that are in working order.
<zignig> ?
<awygle> at least six?
<awygle> probably more
<whitequark> i have more than that, it's not a lot
<whitequark> "six" is like
<whitequark> the amount of distinct platforms that nmigen supports
<whitequark> now if i had to use multiple large bins to store the devboards, yes, that'd begin to be a problem
<zignig> nice, one of the things i'm attempting to do is generate nmigen templates for each and every nmigen_board.
<zignig> it would be cool to get actual boards checked for each construct.
* zignig only has a tinybx at the moment.
<whitequark> i certainly do not have every board in nmigen_boards
<whitequark> i also would not spend time checking whether some code runs on every board i have unless it's something necessary for nmigen itself
<zignig> whitequark: indeed , not for every bit of code, but for infrastructure templating.
<zignig> like blinky in the nmigen_boards repo, that has minerva / boneless / sequencer , etc
<awygle> i have representatives of 5 different fpga families at least
<awygle> oh wait 6, i have a zynq one now
<awygle> ice40 ecp5 spartan-6 artix-7 zynq igloo-nano
<whitequark> i even have s3e
<awygle> i have a bus blaster, which has a coolrunner-ii on it and is fully reprogrammable, but may not count as a "Dev board" per se
<awygle> oh wait i have a mach xo2 board also
<awygle> because it was literally the cheapest fpga board i could find
<whitequark> oh nice, i actually don't have any xo2 board
<whitequark> i.. think the family is actually deprecated?
<awygle> probably
Degi has quit [Ping timeout: 256 seconds]
Degi has joined #nmigen
<_whitenotifier-c> [nmigen] rroohhh commented on issue #392: Simulations with Instances - https://git.io/JfoJA
<_whitenotifier-c> [nmigen] whitequark commented on issue #392: Simulations with Instances - https://git.io/JfoUt
<_whitenotifier-c> [nmigen] rroohhh commented on issue #392: Simulations with Instances - https://git.io/JfoUO
<_whitenotifier-c> [nmigen] whitequark commented on issue #392: Simulations with Instances - https://git.io/JfoUn
<_whitenotifier-c> [nmigen] rroohhh commented on issue #392: Simulations with Instances - https://git.io/JfoUa
<_whitenotifier-c> [nmigen] whitequark commented on issue #392: Simulations with Instances - https://git.io/JfoUw
<cr1901_modern> whitequark: FYI... Idk what you want to do with this info
<cr1901_modern> (Of course, it's going to cause mayhem to remove cmd.exe in the near future, considering that's how e.g. Python and ninja spawn shells on Windows. So maybe it's best to do nothing right now)
<whitequark> cr1901_modern: i mean, it's not like we're bumping into limits of cmd so much that we need an update to how it works
<whitequark> i'm 100% fine with cmd being completely frozen
<cr1901_modern> Ack.
<whitequark> it's not like we can even rely on new cmd features if they were rolled out
<cr1901_modern> I'm worried they may do something really boneheaded like remove cmd.exe altogether or provide a compat layer through powershell.
<cr1901_modern> The latter is fine for us to workaround, but in general removing cmd.exe would cause utter mayhem
Guest30583 has joined #nmigen
<whitequark> that's why they aren't going to do it
peeps[zen] has joined #nmigen
peepsalot has quit [Ping timeout: 265 seconds]
peeps[zen] is now known as peepsalot
thinknok has joined #nmigen
chipmuenk has joined #nmigen
futarisIRCcloud has joined #nmigen
thinknok has quit [Ping timeout: 258 seconds]
thinknok has joined #nmigen
Asu has joined #nmigen
thinknok has quit [Remote host closed the connection]
thinknok has joined #nmigen
<_whitenotifier-c> [nmigen] anuejn commented on issue #391: Weird simulation behaviour with clock's and Instances - https://git.io/JfoOH
<anuejn> whitequark: would a pll primitive that works cross platform be in scope for the nmigen stdlib?
<anuejn> or would you consider it to be too complex
<_whitenotifier-c> [nmigen] whitequark commented on issue #391: Weird simulation behaviour with clock's and Instances - https://git.io/Jfo3T
<whitequark> anuejn: it is in scope, but it is a massive undertaking to properly design and i don't think i will have the bandwidth for it in near future
<whitequark> for example i'd like to first get cross-platform IO working reliably
<whitequark> since right now there are some serious issues with it
<whitequark> well
<whitequark> the IO primitive itself is fine but its usability less so
thinknok has quit [Remote host closed the connection]
thinknok has joined #nmigen
<anuejn> ok i see
chipmuenk has quit [Quit: chipmuenk]
chipmuenk has joined #nmigen
<_whitenotifier-c> [nmigen] rroohhh commented on issue #392: Simulations with Instances - https://git.io/Jfone
<_whitenotifier-c> [nmigen] whitequark commented on issue #392: Simulations with Instances - https://git.io/JfonI
<_whitenotifier-c> [nmigen] rroohhh commented on issue #392: Simulations with Instances - https://git.io/Jfonu
chipmuenk1 has joined #nmigen
chipmuenk has quit [Ping timeout: 260 seconds]
chipmuenk1 is now known as chipmuenk
thinknok has quit [Ping timeout: 265 seconds]
Guest30583 has quit [Quit: Nettalk6 - www.ntalk.de]
chipmuenk has quit [Quit: chipmuenk]
Asu has quit [Ping timeout: 260 seconds]
thinknok has joined #nmigen