3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-02 05:15:55 +00:00

Add VHDL support via GHDL call

This commit is contained in:
Akash Levy 2024-09-05 13:24:38 -07:00
parent bebdb2f035
commit ce95ec1f9e
6 changed files with 929 additions and 2 deletions

View file

@ -20,6 +20,7 @@
#ifdef YOSYS_ENABLE_VERIFIC
#include "DataBase.h"
#include "FileSystem.h"
YOSYS_NAMESPACE_BEGIN