David SPORN

Results 18 issues of David SPORN

_Originally posted by @whitequark in https://github.com/amaranth-lang/amaranth/issues/703#issuecomment-1104789392_ > In general, if the simulator doesn't converge, it means an issue with the input netlist. I'd say that the appropriate way to handle...

feature
meta:help-wanted
unsoundness

# Context Done with writing my code and running a simulation, the simulator is stuck in an infinite loop. After the last yield of the added sync process, `PySimEngine.step()` is...

improvement
simulator:pysim
meta:help-wanted

# Context I am programming a BLE device to be seen as a HID device combining Keyboard, mouse and gamepads. For now I am trying to get keyboard and mouse....

After having looked [the raw logs of CI](https://pipelines.actions.githubusercontent.com/serviceHosts/514a3656-e17d-4829-9e26-0d12794b3619/_apis/pipelines/1/runs/259/signedlogcontent/2?urlExpires=2022-09-19T03%3A32%3A26.4017497Z&urlSigningMethod=HMACV1&urlSignature=jSEyzozlaeoTeSSI26fy2JFvw89st9D4ifa1iiTihBM%3D) for [my PR to amaranth-boards](https://github.com/amaranth-lang/amaranth-boards/pull/204), it seems that the jinja2 version used in amaranth relies on an old Markupsafe version (2.0.1), the...

(another experiment to see what break)

followup of [my comment](https://github.com/amaranth-lang/amaranth-boards/issues/128#issuecomment-1250138554) for #128 typical use (adapted from https://github.com/sporniket/amaranth_sandbox/tree/686b90d42eee8e360d615373728c1ebc0c570ce7/board--colorlight-i9 ) ```python # imports for writing the new platform import os import subprocess from amaranth.build import * from amaranth.vendor.lattice_ecp5...

_Rationnale_ This way, Kicad automatically use pathes relative to the project when adding the library. And there is only one Kicad project here, so no need to share libraries.

under review

Trying to open the project in Kicad6, it seems that the standards symbols `Jumper_NO_Small` and `Jumper_NC_Small` are not there anymore. They should be extracted into a custom library to be...

on hold

When opening the schematics, all the custom symbols are replaced by big squares labelled with "??". ⇒ either keep the library folder where it is and add the custom symbol...

duplicate