toTheSky
toTheSky
**Describe the bug** Module instantiation instantiates ports but not parameters. **Environment (please complete the following information):** - OS: Win 11 - VS Code version 1.88.0 - Extension version 1.13.5 -...
Hi. Does SystemRDL has any support of cross-references? For example, let's have a look at this field description: ``` // description of Interrupt Enable Register field desc = " When...
Hi. I have this random pause generator: ``` def pause_generator(): while True: yield random.choice([True, False]) ``` I have 4 consequent tests in my python file. Some of these tests uses...