whitequark changed the topic of #amaranth-lang to: Amaranth hardware definition language · code https://github.com/amaranth-lang · logs https://libera.irclog.whitequark.org/amaranth-lang
lf has quit [Ping timeout: 256 seconds]
lf has joined #amaranth-lang
Lilian has quit [Remote host closed the connection]
Lilian has joined #amaranth-lang
<_whitenotifier> [amaranth] lachlansneff opened pull request #685: Add a Pipeline helper to Module - https://github.com/amaranth-lang/amaranth/pull/685
<_whitenotifier> [amaranth] lachlansneff edited pull request #685: Add a Pipeline helper to Module - https://github.com/amaranth-lang/amaranth/pull/685
esden has quit [Ping timeout: 250 seconds]
esden has joined #amaranth-lang
<alyssa> lsneff: cool stuff! ^^
<lsneff> alyssa: Thank you!
<alyssa> Coincidentally have been trying to wrap my head around pipelining today, I feel like this is the part of a crummy TV episode where the A- and B-plots converge :-p
vup has quit [Ping timeout: 250 seconds]
vup has joined #amaranth-lang
Degi_ has joined #amaranth-lang
Degi has quit [Ping timeout: 272 seconds]
Degi_ is now known as Degi
<_whitenotifier> [YoWASP/yosys] whitequark pushed 1 commit to develop [+0/-0/±2] https://github.com/YoWASP/yosys/compare/dda66cd130ca...4453b0bbefee
<_whitenotifier> [YoWASP/yosys] whitequark 4453b0b - Update dependencies.
<_whitenotifier> [amaranth] lachlansneff synchronize pull request #685: Add a Pipeline helper to Module - https://github.com/amaranth-lang/amaranth/pull/685
modwizcode has joined #amaranth-lang
nak has joined #amaranth-lang
<d1b2> <dave berkeley> I'm trying to integrate some Amaranth code into Litex. The Amaranth side of things is fine - generating Verilog is simple. I've also written some code to use reflection to analyse the Elaboratable I want to use, which can generate a Python stub that invokes a migen Instance and creates a wrapper Module around it, adding in the clk and rst signals. It seems to work okay. My test free running counter works. But I'm having trouble
<d1b2> finding my way round Litex. I want to connect a wishbone bus to my module. Is there an equivalent place to this discord group for Litex?
XMPPwocky has joined #amaranth-lang
<Degi> There is the #litex channel on libera.chat
<d1b2> <dave berkeley> thanks
pie__ has quit [Quit: pie__]
pie_ has joined #amaranth-lang
pie_ has quit [Quit: pie_]
pie_ has joined #amaranth-lang
<_whitenotifier> [amaranth] modwizcode commented on pull request #685: Add a Pipeline helper to Module - https://github.com/amaranth-lang/amaranth/pull/685#issuecomment-1082085729
pie_ has quit [Quit: pie_]
pie_ has joined #amaranth-lang
Lord_Nightmare has quit [Quit: ZNC - http://znc.in]
Lord_Nightmare has joined #amaranth-lang
<_whitenotifier> [amaranth] lachlansneff commented on pull request #685: Add a Pipeline helper to Module - https://github.com/amaranth-lang/amaranth/pull/685#issuecomment-1082112628
<_whitenotifier> [amaranth] lachlansneff closed pull request #685: Add a Pipeline helper to Module - https://github.com/amaranth-lang/amaranth/pull/685
<_whitenotifier> [amaranth] lachlansneff opened issue #686: [RFC] Add a built-in pipeline abstraction - https://github.com/amaranth-lang/amaranth/issues/686
<_whitenotifier> [amaranth] alyssarosenzweig commented on issue #686: [RFC] Add a built-in pipeline abstraction - https://github.com/amaranth-lang/amaranth/issues/686#issuecomment-1082143151
<_whitenotifier> [amaranth] modwizcode commented on issue #686: [RFC] Add a built-in pipeline abstraction - https://github.com/amaranth-lang/amaranth/issues/686#issuecomment-1082150651
<_whitenotifier> [amaranth] lachlansneff commented on issue #686: [RFC] Add a built-in pipeline abstraction - https://github.com/amaranth-lang/amaranth/issues/686#issuecomment-1082184533
<_whitenotifier> [amaranth] whitequark commented on issue #686: [RFC] Add a built-in pipeline abstraction - https://github.com/amaranth-lang/amaranth/issues/686#issuecomment-1082190086
<_whitenotifier> [amaranth] lachlansneff commented on issue #686: [RFC] Add a built-in pipeline abstraction - https://github.com/amaranth-lang/amaranth/issues/686#issuecomment-1082204838
<_whitenotifier> [amaranth] modwizcode commented on issue #686: [RFC] Add a built-in pipeline abstraction - https://github.com/amaranth-lang/amaranth/issues/686#issuecomment-1082214072
<_whitenotifier> [amaranth] lachlansneff commented on issue #686: [RFC] Add a built-in pipeline abstraction - https://github.com/amaranth-lang/amaranth/issues/686#issuecomment-1082221416
<_whitenotifier> [amaranth] whitequark commented on issue #686: [RFC] Add a built-in pipeline abstraction - https://github.com/amaranth-lang/amaranth/issues/686#issuecomment-1082224949
<alyssa> lsneff: I admit the FFT side-by-side is compelling...
<_whitenotifier> [amaranth] lachlansneff commented on issue #686: [RFC] Add a built-in pipeline abstraction - https://github.com/amaranth-lang/amaranth/issues/686#issuecomment-1082242509
<_whitenotifier> [amaranth] modwizcode commented on issue #686: [RFC] Add a built-in pipeline abstraction - https://github.com/amaranth-lang/amaranth/issues/686#issuecomment-1082249051
<_whitenotifier> [amaranth] jfng opened pull request #687: build.plat: use tool_env_var() in _toolchain_env_var. - https://github.com/amaranth-lang/amaranth/pull/687
<_whitenotifier> [amaranth] whitequark closed pull request #687: build.plat: use tool_env_var() in _toolchain_env_var. - https://github.com/amaranth-lang/amaranth/pull/687
<_whitenotifier> [amaranth-lang/amaranth] whitequark pushed 1 commit to main [+0/-0/±1] https://github.com/amaranth-lang/amaranth/compare/1f1d1894413f...f6253b3851ef
<_whitenotifier> [amaranth-lang/amaranth] jfng f6253b3 - build.plat: use tool_env_var() in _toolchain_env_var.
<_whitenotifier> [amaranth] whitequark commented on pull request #687: build.plat: use tool_env_var() in _toolchain_env_var. - https://github.com/amaranth-lang/amaranth/pull/687#issuecomment-1082372587
<_whitenotifier> [amaranth-lang/amaranth-lang.github.io] whitequark pushed 1 commit to main [+0/-0/±48] https://github.com/amaranth-lang/amaranth-lang.github.io/compare/9e836de09075...b6e3b412bb85
<_whitenotifier> [amaranth-lang/amaranth-lang.github.io] whitequark b6e3b41 - Deploying to main from @ amaranth-lang/amaranth@f6253b3851ef2ba35385469de3b038d55164340f 🚀