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
<_whitenotifier> [YoWASP/nextpnr] whitequark pushed 1 commit to develop [+0/-0/±1] https://github.com/YoWASP/nextpnr/compare/d287d409f71b...b13b1b4f3fdd
<_whitenotifier> [YoWASP/nextpnr] whitequark b13b1b4 - Update dependencies.
lf has quit [Ping timeout: 252 seconds]
lf has joined #amaranth-lang
<_whitenotifier> [YoWASP/yosys] whitequark pushed 1 commit to develop [+0/-0/±1] https://github.com/YoWASP/yosys/compare/66f20c09b2c0...2f2abd21292d
<_whitenotifier> [YoWASP/yosys] whitequark 2f2abd2 - Update dependencies.
Degi_ has joined #amaranth-lang
Degi has quit [Ping timeout: 264 seconds]
Degi_ is now known as Degi
cr1901_ has joined #amaranth-lang
cr1901 has quit [Read error: Connection reset by peer]
cr1901_ is now known as cr1901
bl0x has joined #amaranth-lang
<bl0x> moin moin, what's the easiest way to add placement constraints in Amaranth? Is that via Platform -> add_constraints? Idea would be to manually place a delay line, which I could write in verilog directly and use BEL constraints. However, if I can generate the delay line from Amaranth, I'd prefer that!
<whitequark> I think you can use a BEL attribute
<whitequark> on an Instance
josuah has quit [Read error: Connection reset by peer]
josuah has joined #amaranth-lang
<bl0x> I'll give it a try and see what it does. thx