revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
emeb has left #nmigen [#nmigen]
emeb_mac has joined #nmigen
lkcl has quit [Ping timeout: 265 seconds]
lkcl has joined #nmigen
Degi_ has joined #nmigen
Degi has quit [Ping timeout: 246 seconds]
Degi_ is now known as Degi
slan has quit [Remote host closed the connection]
PyroPeter_ has joined #nmigen
PyroPeter has quit [Ping timeout: 246 seconds]
PyroPeter_ is now known as PyroPeter
Bertl is now known as Bertl_zZ
emeb_mac has quit [Quit: Leaving.]
proteus-guy has joined #nmigen
pftbest has joined #nmigen
jeanthom has joined #nmigen
revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
fdsa has joined #nmigen
<fdsa>
Hey team, I love nmigen so far, but I'm having trouble finding information on how to combine nmigen files with legacy verilog code. Is it possible to write something in verilog (a dq ff for example), and access the ports in nmigen?
d1b2 has quit [Read error: Connection reset by peer]
d1b21 is now known as d1b2
DaKnig has quit [Ping timeout: 240 seconds]
DaKnig has joined #nmigen
DaKnig has quit [Changing host]
DaKnig has joined #nmigen
<fdsa>
one more question, I'd like to simulate the things in the .v file, and it seems that the only way to do this is to use the 'cxxrtl backend', but how is this done? any other ideas? thanks
pftbest has quit [Remote host closed the connection]
pftbest has joined #nmigen
pftbest_ has joined #nmigen
pftbest has quit [Read error: Connection reset by peer]
pftbest_ has quit [Remote host closed the connection]
roamingr1 has quit [Ping timeout: 265 seconds]
pftbest has joined #nmigen
pftbest has quit [Remote host closed the connection]
pftbest has joined #nmigen
emeb_mac has joined #nmigen
chipmuenk has quit [Quit: chipmuenk]
pftbest has quit [Remote host closed the connection]
pftbest has joined #nmigen
<kbeckmann>
is there a neat way to rotate_left signals that are little endian? i've run in to a snag where i have to rotate a 32 bit little endian word by 12 positions which ends up garbled. just asking in case anyone has done this before and i don't have to reinvent the wheel :)
revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
pftbest has quit [Remote host closed the connection]
pftbest has joined #nmigen
pftbest has quit [Ping timeout: 240 seconds]
<kbeckmann>
nevermind.. i had mixed endianess in my code which was just a bad thing to do.. keeping things consistent makes life easier.