<d1b2>
<OmniTechnoMancer> I think the \ is for escaping the [] on the end, but not sure
imlostlmao[m] has joined #amaranth-lang
<d1b2>
<josuah_dem> That is probably the worst line of logic analyzer I can think of (after GPIO), but still infinitely better than nothing at all. ๐
kbeckmann has quit [Quit: WeeChat 3.8]
swym2 has joined #amaranth-lang
Effilry has joined #amaranth-lang
ldm has joined #amaranth-lang
skipwich_ has joined #amaranth-lang
pie__ has joined #amaranth-lang
swym1 has quit [Ping timeout: 320 seconds]
pie_ has quit [Ping timeout: 305 seconds]
skipwich has quit [Ping timeout: 305 seconds]
Luke has quit [Ping timeout: 305 seconds]
FireFly has quit [Ping timeout: 305 seconds]
<d1b2>
<VA3TEC-Mikek-14362> OK I figured out more, For one thing the add Resource list for the DE10-nano (and Deca) Have both. The resource string that I am adding you have to start the count @ 2, not 0, amaranth just does not like it.. GPIO_pins = [ Resource("gpio", 0, #Subsignal("leds", Pins("V12 E8 W12 D11 D8 AH13 AF7 AH14", dir="o", conn=("gpio",0))), #Subsignal("gpio0", Pins("2", dir="o", conn=("gpio",1))),
<d1b2>
<Nate> probably something related to the platform file I wrote for the crosslink-nx eval board (see PR https://github.com/amaranth-lang/amaranth/pull/759), but it seems nextpnr-nexus isn't picking up my clock constraint (seems amaranth has it right, as an explicit call to add_clock_constraint() complains about it already existing). Nothing in the pdc file
<d1b2>
<VA3TEC-Mikek-14362> OK, I got it ALL to WORK!!! Wow Amaranth is not that completed for Quartus,
<d1b2>
<VA3TEC-Mikek-14362> Yes!!!! FINALLY!!! got it to work!! ๐๐