RTLIL parser presumably finished except for comment parser
This commit is contained in:
parent
851a18f82d
commit
8e0073a1e6
4 changed files with 70 additions and 18 deletions
|
@ -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...
|
Loading…
Add table
Add a link
Reference in a new issue