Henri Nurmi

Results 8 issues of Henri Nurmi

The current `run` step of the symbiyosys backend generates a `sby` command which includes the hardcoded `-d build` argument. However, this command line argument is incompatible with multiple tasks (see...

The [CXXRTL](https://tomverbeure.github.io/2020/08/08/CXXRTL-the-New-Yosys-Simulation-Backend.html) backend for Yosys allows the generation of C++ code that can simulate a digital design, similar to the Verilator. The `write_cxxrtl` command is not usually used in combination...

Closes #1550. This PR extends the Custom Layout class to proxy PanedLayout functions to the extended layout.

**Describe the bug** If a custom layout extends a layout that uses a main pane (e.g. 3Column Middle), then Shrink/Extend main pane & Increase/Decrease main pane count shortcuts do not...

Hi, This pull request fixes two issues: 1. the `system` variable was not set correctly if a username is `Administrator`. 2. the `report` variable is not set if no results...

This is a follow-up PR for #524 by implementing the following features: - Embeds a minimal network services database with 17 common protocols, suggested by @badeend. The database array is...

I'd like to discuss embedding a scripting language into AeroSpace to enable more flexible customization and configuration. Currently, AeroSpace supports limited "dynamic" behavior, such as the `on-window-detected` callback with a...