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
Degi has quit [Ping timeout: 260 seconds]
Degi_ has joined #nmigen
Degi_ is now known as Degi
futarisIRCcloud has joined #nmigen
jeanthom has joined #nmigen
FFY00 has quit [Remote host closed the connection]
FFY00 has joined #nmigen
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
Asu has joined #nmigen
chipmuenk has joined #nmigen
____ has joined #nmigen
Ekho has quit [Quit: An alternate universe was just created where I didn't leave. But here, I left you. I'm sorry.]
Ekho has joined #nmigen
jeanthom has quit [Ping timeout: 265 seconds]
futarisIRCcloud has joined #nmigen
MadHacke1 is now known as MadHacker
_whitenotifier-c has joined #nmigen
<_whitenotifier-c> [nmigen] rroohhh opened issue #385: Bad error message for duplicate ClockDomain - https://git.io/Jf8gV
jeanthom has joined #nmigen
rohitksingh has quit [Ping timeout: 256 seconds]
rohitksingh has joined #nmigen
cr1901_modern has quit [Quit: Leaving.]
_whitelogger has joined #nmigen
cr1901_modern has joined #nmigen
chipmuenk has quit [Quit: chipmuenk]
____ has quit [Quit: Nettalk6 - www.ntalk.de]
Asuu has joined #nmigen
Asu has quit [Ping timeout: 264 seconds]
chipmuenk has joined #nmigen
jeanthom has quit [Ping timeout: 256 seconds]
chipmuenk has quit [Client Quit]
<ZirconiumX> Question: how do I implement comparison in terms of a subtraction? I've already got a giant 64-bit adder in my critical path, might as well put it to use
<ZirconiumX> If x - y < 0 (setting the carry bit) then x < y
<ZirconiumX> But signed comparison seems trickier
Asuu has quit [Remote host closed the connection]
<tpw_rules> as in V?
<tpw_rules> 2s complement overflow?
<ktemkin> look at how other ALUs generate their Signed Overflow bit
<tpw_rules> mmh is there no way to view a pdf raw on github
<ktemkin> well, that saves me the hassle of typing an equivalent out
<tpw_rules> https://github.com/whitequark/Boneless-CPU/blob/master/doc/manual/manual.pdf anyway look at pages 12, 47, and the branches of your choice
<ZirconiumX> Oh, it's just the overflow flag. I thought it'd be trickier than that
rohitksingh has quit [Ping timeout: 260 seconds]
<mwk> hm? it's overflow XOR sign
_whitelogger has joined #nmigen