<Shatur>
I have a core in Verilog. Are there any examples of integrating it into LiteX? Wiki says that core 1 is a Verilog core, but what is it and where can I find it?
<zyp>
it's a theoretical example
<zyp>
examples on how to integrate it is on the same wiki page you're already looking at
<zyp>
you don't need to do anything special in the verilog, and on the python side you only need the Instance() to invoke it, as well as platform.add_source()
<Shatur>
Oh, got it, thanks. I generated the module using `litex_read_verilog`, will try to add sources.
<somlo>
geertu: for some reason I'm not getting notified of PRs in litex-hub/linux, so I never saw PR #12. This happened before, and I'm sorry :(
<somlo>
but I'll take care of PR #13 today :)
<somlo>
I think the only reason I found out about #13 is because you said `@gsomlo` in one of the comments :)
<geertu>
somlo: Good to know ;-)
<geertu>
Actually you can take both right now, as the pwm .apply() callback has existed for a while.
davebee has joined #litex
<somlo>
geertu: ok so #13 isn't just an updated take on #12 -- I'll look at both carefully then, and apply them to the `litex-rebase` branch
<somlo>
also, _florent_ -- do you know what I'd need to do to get pinged automatically on litex-hub/linux PRs ? Is that something I can already do with the privileges I have, or do I need "air support" ? :)