RTLIL parser presumably finished except for comment parser

This commit is contained in:
Yehowshua Immanuel 2024-12-09 11:34:26 -05:00
parent 851a18f82d
commit 8e0073a1e6
4 changed files with 70 additions and 18 deletions

View file

@ -70,4 +70,9 @@ $ rtlil-parse
I have yet to evaluate the implications of how this affects
multi-clock domain circuits and their associated primitives such
as asynchronous FIFOs, but I plan to make sure simulation of such
circuits is possible and correct.
circuits is possible and correct.
# Lessons Learned
- Should have written parser to be token based where after consuming
and capturing token, we consume and discard all following whitespaces
as well as comments...