aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue43/run.py
blob: d37c1cbaad0e68024ffda89ef2ad3761d6b361dd (plain)
1
2
3
4
5
6
from vunit import VUnit

vu = VUnit.from_argv()
vu.add_com()
vu.add_library("lib").add_source_files("*.vhd")
vu.main()