David SPORN

Results 24 comments of David SPORN

Hi, you should use this one : https://github.com/sporniket/kicad-conversions--atari-ste-motherboard--c300780-001 I see 2 ways : 1. Either `git submodule add https://github.com/sporniket/kicad-conversions--atari-ste-motherboard--c300780-001` in the Atari folder, because my repo is huge : there...

Too bad I can't write ruby, I would have started with modifying the `config.rb` to be able to extract a set of configuration specifications instead of a single instance.

@whitequark , do you have a preference between my PR #205 or my ticket [amaranth#718](https://github.com/amaranth-lang/amaranth/issues/718) ? So that I can close the one that you don't like ? No problem...

ok, take care

Hello, since I finally got myself an actual FPGA dev board, a so called "Colorlight i9" with its extended board, which is not bundled yet, I was trying to do...

I plan to to something for testing my board's GPIOs. A blinky parametrized with the connector name / pin name. When I have something, I will post a PR of...

well, the jinja2 team clearly expressed that they won't do that, and that users ought to pin MarkupSafe themselves (see the links to comments in the issue) Another solution if...

> [@whitequark said](https://github.com/amaranth-lang/amaranth/pull/714#issuecomment-1251818357) : > I don't think this is an appropriate fix? The `amaranth` package shouldn't be introducing dependencies to fix issues with its dependent `amaranth-boards` package. I'll take...

This alternative breaks the same tests than #714

List of broken tests : ``` 2022-09-20T04:52:28.1240730Z ====================================================================== 2022-09-20T04:52:28.1241626Z FAIL: test_distance (tests.test_lib_coding.GrayCoderTestCase) 2022-09-20T04:52:28.1242468Z ---------------------------------------------------------------------- 2022-09-20T04:52:28.1242833Z Traceback (most recent call last): 2022-09-20T04:52:28.1243565Z File "/home/runner/work/amaranth/amaranth/tests/test_lib_coding.py", line 127, in test_distance 2022-09-20T04:52:28.1244118Z self.assertFormal(spec, mode="prove")...