Egor Porsev
Egor Porsev
> In this issue, I propose a new feature which has been requested by my coworkers and would simplify their RTL-testing routines. I am planning on adding this feature myself....
- [x] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/systemrdl-compiler/blob/main/CONTRIBUTING.md) **Describe the bug** The SystemRDL compiler always checks if `VALUE` fits in `WIDTH` in the following construction: `field {...} F[WIDTH] =...
Solves #1980 I am a newbie at hatch so please review my PR and I am open to any suggestions
# Proposal Please consider adding a new TOML option to the regex version source named `default`. ``` [tool.hatch.version] source = “regex” path = “version.txt” default = “0.dev” ``` **Semantics**: If...