MyGreenBalloon has quit [Remote host closed the connection]
shivam has joined #litex
MyGreenBalloon has joined #litex
kgugala_ has quit [Quit: -a- Connection Timed Out]
kgugala has joined #litex
andrewb1999 has joined #litex
<andrewb1999>
Hi everyone! I'm just starting to get into Litex and I was wondering if there is a way to expose an axi lite interface as IO for the top level design. I am trying to interface a softcore with other axi IP that is not in migen.
tcal has quit [Quit: Connection closed for inactivity]
MyGreenBalloon has quit [Remote host closed the connection]
st-gourichon-f has quit [Read error: Connection reset by peer]
st-gourichon-fid has joined #litex
andrewb1999 has quit [Quit: Konversation terminated!]
andrewb1999 has joined #litex
shivam has quit [Quit: Connection closed for inactivity]
shorne has joined #litex
st-gourichon-fid has quit [Read error: Connection reset by peer]
st-gourichon-fid has joined #litex
alanvgreen has joined #litex
<lkcl>
i just heard on #nmigen that it may be possible to get litex to use nmigen's "migen compat" capability. i.e. route all use of migen in litex through nmigen.compat. is this correct?
<lkcl>
one of the weaknesses of litex is its use of migen, which does no typechecking, relying on verilog to find errors.
<lkcl>
it would be veeery good to be able to use nmigen.compat and to have nmigen do some type and other error checking.