Skip to content
Snippets Groups Projects
Commit 35b8b4d5 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Add VHDL testing

parent 14cb9c9c
No related branches found
No related tags found
1 merge request!248Add VHDL testing
Pipeline #91583 passed
......@@ -102,6 +102,18 @@ run-test-3.11-pyqt5:
# extends: ".run-test"
# allow_failure: true
run-vhdl-tests:
variables:
QT_API: pyqt5
image: python:3.10
stage: test
script:
- pytest
- pip install vunit_hdl
- apt install -y ghdl
- cd b_asic/codegen/testbench
- python test.py
run-doc-test:
variables:
QT_API: pyside2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment