<awygle>
i wish that, nearly a month ago, i had decided to write a packet parser generator thingy, instead of manually writing a half-dozen packet parsing state machines.
<awygle>
the idea only occurred to me as possibile... just now
<whitequark>
that's what i want to do medium term in nmigen
<whitequark>
a packet parser/emitter that is capable of generating PCIe DLLPs/TLPs or TCP/IP
Degi_ has joined #nmigen
Degi has quit [Ping timeout: 256 seconds]
Degi_ is now known as Degi
proteus-guy has quit [Ping timeout: 256 seconds]
SpaceCoaster has quit [Quit: ZNC 1.6.5+deb1+deb9u2 - http://znc.in]
<_whitenotifier-3>
[nmigen/nmigen] whitequark pushed 1 commit to master [+0/-0/±1] https://git.io/JvbjJ
<awygle>
whitequark: if i assign a 32-bit signal to an 8-bit signal do i get the lower 8 bits, or an error?
proteus-guy has joined #nmigen
SpaceCoaster has quit [Quit: ZNC 1.6.5+deb1+deb9u2 - http://znc.in]
<whitequark>
lower 8 bits
proteus-guy has quit [Ping timeout: 256 seconds]
<awygle>
cool
Asu has joined #nmigen
<_whitenotifier-3>
[nmigen] The6P4C opened issue #347: DriverConflict raised on entire signal when independently driving individual bits from submodules - https://git.io/JvNcf
proteus-guy has joined #nmigen
chipmuenk has joined #nmigen
FFY00 has quit [Read error: Connection reset by peer]
FFY00 has joined #nmigen
bubble_buster has joined #nmigen
chipmuenk has quit [Quit: chipmuenk]
cr1901_modern1 has joined #nmigen
cr1901_modern has quit [Ping timeout: 265 seconds]
cr1901_modern1 has quit [Quit: Leaving.]
cr1901_modern has joined #nmigen
Asuu has joined #nmigen
Asu has quit [Ping timeout: 260 seconds]
Asuu has quit [Quit: Konversation terminated!]
Vinalon has joined #nmigen
<Vinalon>
Quick question about SPI Flash and Pin resources: when you set a 'PinN' output to '1', does it get pulled low or high?
<Vinalon>
The 'cs' pin in SPIFlashResources is a 'PinN', so should it be set to 1 to activate the SPI Flash by pulling the CS pin to ground?