Skip to content
Snippets Groups Projects

Add VHDL testing

Merged Oscar Gustafsson requested to merge vhdltests into master
1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
+ 12
0
@@ -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
Loading