Liam Beguin
Liam Beguin
Hi, would adding a mode string when using `vi-search` require much work ? Liam
Allow users to program FPGA targets with edalize. snippet of the output of the run stage: ````console $ time fusesoc run --target polarfire_splashkit fusesoc:utils:blinky --flashpro5_freq 30000000 INFO: Preparing fusesoc:utils:blinky:1.1.1 INFO:...
## PR Description Some custom projects might rely on other PS AXI master interfaces, rework `ad_cpu_interconnect` to allow users to specify other interfaces. For now, I was only able to...
As stated in the documentation, `rich_markup_mode=None` is the default mode. Make sure that this is true even when rich is installed, fix current tests assuming it's on by default, and...
## Description Allow users to override PyVISA backed to use something like PyVISA-sim or another custom backend. ## Testing tested using PyVISA-sim with: **lg-env.yaml** ```yaml targets: main: resources: RemotePlace: name:...
When opening a sigmf archive with SigMFArchiveReader(), the data file is currently set to the full archive (including metadata). This causes issues when writing the archive back to disk and...
This allows users to leverage jinja to include other files but also loops, conditions, and other templating features.
minor changes: - reorder diagramTypes and kroki-test.md to match kroki.io list - add DBML - add Symbolator - add Tikz - center rendered figures - limit rendered figure width
I'm trying to use the `Commander()` class to extract a message id from an abbreviated ASCII request before sending it over a serial interface. The intention is to match that...