j-klier
j-klier
Isn't the example in 15.2.2 just another bug in an example like these? https://systemrdl-compiler.readthedocs.io/en/latest/dev_notes/rdl_spec_errata.html This comment in #30 is not backed up anywhere other than the 15.2.2 example. > For...
Thanks for highlighting the wording in 5.1.3.1. > When expression is not specified, it is presumed the property_name is of type boolean and **the default value is set to true**....
You have given the property a default value, but no default assignment. I believe you need an assignment statement like this: ``` property version { type = string; component =...
Thanks for fixing this. I noticed that the error message should say "field" instead of "reg", correct? https://github.com/SystemRDL/systemrdl-compiler/commit/4d5f5b89cbf39a20d922e769cebf30799f174ef9#diff-d114e1c5c32e03511ab7a15b47e26f679bac28b72015274e3cea5fed681a7c7aR972