I believe parser is now passing my small corpus

This commit is contained in:
Yehowshua Immanuel 2024-12-10 19:22:21 -05:00
parent 4190ce2621
commit 28264dac34
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,8 @@
- [ ] need canonical form making it easy to run all these validation
passes
- [ ] are recursive slices inclusive?
- [ ] you can apparently have empty SigConCats - but what does this
even mean?
- [ ] what are the semantics of connection `<conn-stmt>`?
- [ ] Validate that `123456789[0:9][0:8]` is valid RTLIL
- [ ] add validation section to README