Updated the liberty parser to accept [A:B] ranges (AST has not been updated). Liberty...
authorNiels Moseley <n.a.moseley@moseleyinstruments.com>
Sun, 24 Mar 2019 21:54:18 +0000 (22:54 +0100)
committerNiels Moseley <n.a.moseley@moseleyinstruments.com>
Sun, 24 Mar 2019 21:54:18 +0000 (22:54 +0100)
commit3b3b77291a21ed23a2763c79335501beebb10746
tree0e048b43dc5a44b7a04c2d34f73de019e2375424
parentccfa2fe01cffcc4d23bc989e558bd33addfea58e
Updated the liberty parser to accept [A:B] ranges (AST has not been updated). Liberty parser now also accepts key : value pair lines that do not end in ';'.
passes/techmap/libparse.cc
passes/techmap/libparse.h
tests/liberty/.gitignore [new file with mode: 0644]
tests/liberty/busdef.lib [new file with mode: 0644]
tests/liberty/normal.lib [new file with mode: 0644]
tests/liberty/run-test.sh [new file with mode: 0755]
tests/liberty/semicolmissing.lib [new file with mode: 0644]
tests/liberty/small.v [new file with mode: 0644]