.appveyor.yml | |
|
|
.ci/scripts/Dockerfile | |
|
|
.ci/scripts/appveyor_env.ps1 | |
|
|
.ci/scripts/docker_build.sh | |
|
|
.ci/scripts/docker_entry_point.sh | |
|
|
.ci/scripts/run_tests.py | 172 | A 1 hr |
|
.ci/scripts/setup_env.ps1 | |
|
|
.ci/scripts/setup_ghdl.ps1 | |
|
|
.ci/scripts/setup_msim.ps1 | |
|
|
.ci/scripts/test_ghdl.ps1 | |
|
|
.ci/scripts/test_msim.ps1 | |
|
|
.ci/test_support/test_builders/no_messages.sv | |
|
|
.ci/test_support/test_builders/no_messages.v | |
|
|
.ci/test_support/test_builders/no_messages.vhd | |
|
|
.ci/test_support/test_builders/source_with_error.vhd | |
|
|
.ci/test_support/test_project/another_library/foo.vhd | |
|
|
.ci/test_support/test_project/basic_library/clk_en_generator.vhd | |
|
|
.ci/test_support/test_project/basic_library/clock_divider.vhd | |
|
|
.ci/test_support/test_project/basic_library/package_with_constants.vhd | |
|
|
.ci/test_support/test_project/basic_library/package_with_functions.vhd | |
|
|
.ci/test_support/test_project/basic_library/two_entities_one_file.vhd | |
|
|
.ci/test_support/test_project/basic_library/use_entity_a_and_b.vhd | |
|
|
.ci/test_support/test_project/basic_library/very_common_pkg.vhd | |
|
|
.ci/test_support/test_project/config.json | |
|
|
.ci/test_support/test_project/ghdl.prj | |
|
|
.ci/test_support/test_project/msim.prj | |
|
|
.ci/test_support/test_project/verilog/parity.sv | |
|
|
.ci/test_support/test_project/verilog/parity.v | |
|
|
.ci/test_support/test_project/vimhdl.prj | |
|
|
.ci/test_support/test_project/xvhdl.prj | |
|
|
.coveragerc | |
|
|
.gitattributes | |
|
|
.github/ISSUE_TEMPLATE.md | |
|
|
.github/workflows/unit_tests.yml | |
|
|
.gitignore | |
|
|
.pylintrc | |
|
|
LICENSE | |
|
|
MANIFEST.in | |
|
|
README.md | |
|
|
hdl_checker/__init__.py | 25 | A 0 mins |
|
hdl_checker/__main__.py | 4 | A 0 mins |
|
hdl_checker/_version.py | 352 | F 1 wk |
|
hdl_checker/builder_utils.py | 135 | A 1 hr |
|
hdl_checker/builders/__init__.py | 0 | A 0 mins |
|
hdl_checker/builders/base_builder.py | 342 | D 1 day |
|
hdl_checker/builders/fallback.py | 23 | A 0 mins |
|
hdl_checker/builders/ghdl.py | 146 | A 3 hrs |
|
hdl_checker/builders/msim.py | 259 | B 4 hrs |
|
hdl_checker/builders/xvhdl.py | 125 | A 45 mins |
|
hdl_checker/config_generators/__init__.py | 8 | A 0 mins |
|