Skip to content
Snippets Groups Projects
Commit 8235494a authored by Pieter Donker's avatar Pieter Donker
Browse files

CWG-44, add linting for vhdl, test2

parent 18d1faca
Branches
Tags
1 merge request!316Resolve CWG-44
Pipeline #46057 passed
...@@ -42,7 +42,7 @@ lint-vhdl-lib-base: ...@@ -42,7 +42,7 @@ lint-vhdl-lib-base:
- pip3 install vsg --use-pep517 - pip3 install vsg --use-pep517
script: script:
- cd libraries/base - cd libraries/base
- find . -name "*.vhd" -exec vsg --configuration ~/git/hdl/vsg_config.yaml -f {} \; - find . -name "*.vhd" -exec vsg --configuration ../../vsg_config.yaml -f {} \;
lint-vhdl-lib-dsp: lint-vhdl-lib-dsp:
tags: tags:
...@@ -53,7 +53,7 @@ lint-vhdl-lib-dsp: ...@@ -53,7 +53,7 @@ lint-vhdl-lib-dsp:
- pip3 install vsg --use-pep517 - pip3 install vsg --use-pep517
script: script:
- cd libraries/dsp - cd libraries/dsp
- find . -name "*.vhd" -exec vsg --configuration ~/git/hdl/vsg_config.yaml -f {} \; - find . -name "*.vhd" -exec vsg --configuration ../../vsg_config.yaml -f {} \;
lint-vhdl-lib-io: lint-vhdl-lib-io:
tags: tags:
...@@ -64,7 +64,7 @@ lint-vhdl-lib-io: ...@@ -64,7 +64,7 @@ lint-vhdl-lib-io:
- pip3 install vsg --use-pep517 - pip3 install vsg --use-pep517
script: script:
- cd libraries/io - cd libraries/io
- find . -name "*.vhd" -exec vsg --configuration ~/git/hdl/vsg_config.yaml -f {} \; - find . -name "*.vhd" -exec vsg --configuration ../../vsg_config.yaml -f {} \;
lint-vhdl-lib-technology: lint-vhdl-lib-technology:
tags: tags:
...@@ -75,7 +75,7 @@ lint-vhdl-lib-technology: ...@@ -75,7 +75,7 @@ lint-vhdl-lib-technology:
- pip3 install vsg --use-pep517 - pip3 install vsg --use-pep517
script: script:
- cd libraries/technology - cd libraries/technology
- find . -name "*.vhd" -exec vsg --configuration ~/git/hdl/vsg_config.yaml -f {} \; - find . -name "*.vhd" -exec vsg --configuration ../../vsg_config.yaml -f {} \;
############################################################################### ###############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment