<d1b2>
<VA3TEC-Mikek-14362> Made Pull Request! First one! 🙂 Board programmed and working, still working on RF chip and USB. if that ok. Not sure if need extra code in main amaranth for the RF LMS7002 chip or not. Let me know what else you need! Thanks! Mike K (VA3TEC) aka Godtec.
<d1b2>
<Olivier Galibert> Suddently (not sure what changed) getting a weirdness with add_settings
<d1b2>
<Olivier Galibert> Error (125048): Error reading Quartus Prime Settings File /home/galibert/air/air/fpga/build/top.qsf, line 104 File: /home/galibert/air/air/fpga/build/top.qsf Line: 104 Info (125063): s e t _ g l o b a l _ a s s i g n m e n t - n a m e O N _ C H I P _ B I T S T R E A M _ D E C O M P R E S S I O N O F F File: /home/galibert/air/air/fpga/build/top.qsf Line: 104
<d1b2>
<Olivier Galibert> sigh, quartus takes centuries to generate ram
jess has quit []
<whitequark>
essentially, ShapeCastable becomes an AmaranthType in that case
<whitequark>
but it would actually be much easier to teach people that they just pass the shape to Signal, and they get a value with that shape, as normal
<whitequark>
Sarayan: you probably had a stray * somewhere
<whitequark>
re: resource, you have to manually splat the resource defined in amaranth_boards.resources at the moment
<whitequark>
test
<whitequark>
but you can say Pins(..., attrs={}) iirc