3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-12 16:20:59 +00:00

some cleanup, added some rough parser tests, and started altering the engines section

This commit is contained in:
Aki Van Ness 2022-07-29 09:21:45 -04:00
parent 0ab158eea1
commit a0d366e58a
No known key found for this signature in database
GPG key ID: C629E8EC06327BEE
7 changed files with 60 additions and 8 deletions

2
tests/parser/Makefile Normal file
View file

@ -0,0 +1,2 @@
SUBDIR=parser
include ../make/subdir.mk