Added VUnit run script.
authorLars Asplund <lars.anders.asplund@gmail.com>
Mon, 7 Jun 2021 20:05:57 +0000 (22:05 +0200)
committerLars Asplund <lars.anders.asplund@gmail.com>
Wed, 9 Jun 2021 16:00:53 +0000 (18:00 +0200)
commit41d57e614858457001bcef4fc03f1019f93ac9f6
treebb40f4603c20d6472b892cb607219328d00a75ea
parent84473eda1b54a03794b2f3d13748f42b52ead34e
Added VUnit run script.

The VUnit run script will find all VHDL files based on given search patterns, figure out their dependencies, and support incremental compile based on the dependencies.
The same script is used for all VUnit supported simulators. Supporting several simulators simplifies the adoption of this project.

At this point only compilation is performed. Coming commits will enable simulation of VHDL testbenches.

Signed-off-by: Lars Asplund <lars.anders.asplund@gmail.com>
run.py [new file with mode: 0644]