Generate netlistsvg images for each a sim model's modes
Open
arch-*
lang-verilog
type-sim
type-utils
- Dominant language
- Jupyter Notebook
- Stars
- 314
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
Description
Many sim models have multiple modes of operation. These modes are normally control by the `MODE` parameter.
We currently render the image for only whatever is configured as the default mode (For this reason, I generally configure things to be in their "mode complicated" mode).
The list of mode can be found via the `MODES` property, see below;
```verilog
(* MODES = "MODE1; MODE2" *)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.