Nate Slager

Results 8 issues of Nate Slager

sorry, github newb. Won't do that again. Tested again with blinking all LEDs. Output: ``` python3 -m amaranth_boards.lifcl_evn init.. IDCODE: 0x110f1043 (LIFCL-40) NX Status Register: 0x0000150100400100 reset.. NX Status Register:...

Tested on crosslink-nx board, blinking all 14 LEDs. Also LEDResource() indexing starts at 0 now for the ecp5_5g board as well (otherwise the led resources are not found).

asciiwave behaviour does not match wavedrom when specifying high / low signals. E.g. running `$ ./asciiwave example/step7.json ` produces: ``` ┌─┐ ┌─┐ ┌─┐ ┌─┐ ┌─┐ clk : ┘ └─┘ └─┘...

Example step5.json works fine in the [official wavedrom editor](https://wavedrom.com/editor.html), but does not work in asciiwave. `$ ./asciiwave example/step5.json` produces: ``` Traceback (most recent call last): File "/home/nates/github/asciiwave/./asciiwave", line 305, in...

Seems Yosys/Prjoxide doesn't recognize the following primitive (found in the Radiant FPGA Libraries Reference Guide docs/web page), although Radiant does: ``` m.submodules += Instance("PCLKDIV", p_DIV_PCLKDIV = "X2", i_CLKIN = clk48.i,...

Context: trying to debug some issues encountered with using BRAM and amaranth fifos (the BRAM output is always 0 somehow) --needed a baseline, hence this example.

It seems to never end: ``` Info: iter=20608 wires=8032 overused=1 overuse=1 archfail=NA Info: iter=20609 wires=8032 overused=1 overuse=1 archfail=NA Info: iter=20610 wires=8032 overused=1 overuse=1 archfail=NA Info: iter=20611 wires=8032 overused=1 overuse=1 archfail=NA...

I would like to navigate words in text via `ctrl-arrow key`. This seems well aligned / in spirit with existing functionality for creating a new line via `ctrl-enter` or `shift-enter`....