opencos-eda 0.3.9__py3-none-any.whl → 0.3.10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. opencos/commands/deps_help.py +40 -21
  2. opencos/commands/sim.py +0 -1
  3. opencos/deps/deps_file.py +82 -79
  4. opencos/eda.py +46 -9
  5. opencos/eda_base.py +8 -4
  6. opencos/eda_config.py +8 -1
  7. opencos/eda_deps_bash_completion.bash +37 -15
  8. opencos/tools/questa_common.py +1 -2
  9. opencos/tools/verilator.py +1 -0
  10. opencos/utils/str_helpers.py +7 -0
  11. opencos/utils/vsim_helper.py +47 -22
  12. {opencos_eda-0.3.9.dist-info → opencos_eda-0.3.10.dist-info}/METADATA +1 -1
  13. {opencos_eda-0.3.9.dist-info → opencos_eda-0.3.10.dist-info}/RECORD +18 -36
  14. {opencos_eda-0.3.9.dist-info → opencos_eda-0.3.10.dist-info}/entry_points.txt +1 -0
  15. opencos/tests/__init__.py +0 -0
  16. opencos/tests/custom_config.yml +0 -13
  17. opencos/tests/deps_files/command_order/DEPS.yml +0 -44
  18. opencos/tests/deps_files/error_msgs/DEPS.yml +0 -55
  19. opencos/tests/deps_files/iverilog_test/DEPS.yml +0 -4
  20. opencos/tests/deps_files/no_deps_here/DEPS.yml +0 -0
  21. opencos/tests/deps_files/non_sv_reqs/DEPS.yml +0 -50
  22. opencos/tests/deps_files/tags_with_tools/DEPS.yml +0 -54
  23. opencos/tests/deps_files/test_err_fatal/DEPS.yml +0 -4
  24. opencos/tests/helpers.py +0 -354
  25. opencos/tests/test_build.py +0 -12
  26. opencos/tests/test_deps_helpers.py +0 -207
  27. opencos/tests/test_deps_schema.py +0 -30
  28. opencos/tests/test_eda.py +0 -921
  29. opencos/tests/test_eda_elab.py +0 -110
  30. opencos/tests/test_eda_synth.py +0 -150
  31. opencos/tests/test_oc_cli.py +0 -25
  32. opencos/tests/test_tools.py +0 -404
  33. {opencos_eda-0.3.9.dist-info → opencos_eda-0.3.10.dist-info}/WHEEL +0 -0
  34. {opencos_eda-0.3.9.dist-info → opencos_eda-0.3.10.dist-info}/licenses/LICENSE +0 -0
  35. {opencos_eda-0.3.9.dist-info → opencos_eda-0.3.10.dist-info}/licenses/LICENSE.spdx +0 -0
  36. {opencos_eda-0.3.9.dist-info → opencos_eda-0.3.10.dist-info}/top_level.txt +0 -0