Some changes including:

- modify data structures to support arenas
 - preliminary work on parser
This commit is contained in:
Yehowshua Immanuel 2022-05-20 22:52:26 -04:00
parent 7d1c0e16a8
commit 825b947bad
2 changed files with 87 additions and 27 deletions

View file

@ -24,6 +24,7 @@ The first build of the program may take some time.
- [ ] Need to perform signal aliasing
- use vec of enum {Sig, Alias}
- [ ] Should insert nodes in BFS order
- [ ] Change states to lowercase
- [ ] We need to start regression testing the parser over all files
- [ ] Take a look at GTKWave parser to compare effificiency.
- [ ] Send survey to community channel.