~ruther/gtkwave-tcl-generator

fix: make std_logic_vector default binary format, override omit for "addsignal" comment
0a3ade86 — František Boháček 1 year, 7 months ago
fix: parse entity and architecture only at beginning

The file parser treated entity and architecture keywords
at beginning and end of architecture equally, and expected
an identifier afterwards. This identifier is not required.

The change made the parser always go past the end of the entity
or architecture declaration.
dda368de — František Boháček 1 year, 7 months ago
fix: trim comment tokens
149db8cf — František Boháček 1 year, 7 months ago
chore: add Debug to custom types
3fb1aa4a — František Boháček 1 year, 7 months ago
fix: make all matching colors lowercase
f2309875 — František Boháček 1 year, 7 months ago
feat: map new parsers to tcl generator inputs
8eaa1622 — František Boháček 1 year, 7 months ago
chore: fix formatting using fmt
a2d2abb0 — František Boháček 1 year, 7 months ago
feat: split logic of context and comment tokens

Respect DRY for file_parser. So far, the file parser did not
just parse the file, it also parsed custom comment "tokens"
and managed a context. This is not the responsibility of the
parser. The parser should just parse the file and return
the parsed parts.
0f5f43a5 — František Boháček 1 year, 7 months ago
feat: Add parser and tcl generator
Do not follow this link