File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ jobs:
1212 - name : Setup Python
1313 uses : actions/setup-python@v5
1414 with :
15- python-version : ' 3.11 '
15+ python-version : ' 3.8 '
1616
1717 - name : Install dependencies
1818 run : |
1919 python -m pip install --upgrade pip
20- pip install pillow numpy pathlib scikit-image argparse vunit_hdl
20+ pip install pillow numpy pathlib scikit-image argparse
21+ pip install vunit_hdl --pre
2122
2223 - uses : ghdl/setup-ghdl@v1
2324 with :
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ def generate_tests(obj):
102102
103103
104104VU = VUnit .from_argv ()
105+ VU .add_vhdl_builtins ()
105106LIB = VU .add_library ("lib" )
106107LIB .add_source_files (Path (__file__ ).parent / ".." / "sim" / "edgedetect_tb.vhd" )
107108LIB .add_source_files (Path (__file__ ).parent / ".." / "src" / "rgb2gray.vhd" )
You can’t perform that action at this time.
0 commit comments