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
Guest41 has quit [Quit: Client closed]
<_whitenotifier-e> [YoWASP/nextpnr] whitequark pushed 1 commit to develop [+0/-0/±1] https://github.com/YoWASP/nextpnr/compare/27e74e831169...a853371bd903
<_whitenotifier-e> [YoWASP/nextpnr] whitequark a853371 - Update dependencies.
<_whitenotifier-e> [YoWASP/yosys] whitequark pushed 1 commit to develop [+0/-0/±1] https://github.com/YoWASP/yosys/compare/fe0cc1988d33...518af1a185c1
<_whitenotifier-e> [YoWASP/yosys] whitequark 518af1a - Update dependencies.
palmer2421[m] has joined #amaranth-lang
<d1b2> <ld;cd> When yall are working on designs that contain multiple clock domains and you have modules that are written with just the default sync domain is there an easy way to say that in one place 'sync' should be interpreted as 'my_domain_a' and in another place 'my_domain_b'
<d1b2> <ld;cd> something like python with DefaultSync('my_domain_a'): a_counter = Counter(16) with DefaultSync('my_domain_b'): b_counter = Counter(8)
<mwk> there's DomainRenamer for that
<mwk> b_counter = DomainRenamer('my_domain_b')(Counter(8))
<d1b2> <dragonmux> thought it took a dictionary as in DomainRenamer({'sync': 'my_domain_b'}), or is there a shortcut version of that specifically that just takes the target name of the sync domain?
<mwk> it's a shorthand for {'sync': 'my_domain_b'}, yes
<d1b2> <dragonmux> ah, okie
<_whitenotifier-e> [nextpnr] RGD2 commented on issue #14: gowin_pack broken -> apicula 0.3.1 needed - https://github.com/YoWASP/nextpnr/issues/14#issuecomment-1146508501
Degi_ has joined #amaranth-lang
Degi has quit [Ping timeout: 258 seconds]
Degi_ is now known as Degi
<d1b2> <ld;cd> Thanks!
indy has quit [Ping timeout: 258 seconds]
peepsalot has quit [Ping timeout: 260 seconds]
peepsalot has joined #amaranth-lang
indy has joined #amaranth-lang
urja has quit [Read error: Connection reset by peer]
urja has joined #amaranth-lang
nak has quit [Ping timeout: 272 seconds]
chaoticryptidz has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
chaoticryptidz has joined #amaranth-lang
chaoticryptidz has quit [Client Quit]
chaoticryptidz has joined #amaranth-lang
lf has quit [Ping timeout: 244 seconds]
lf has joined #amaranth-lang