cocotb 1.9.0rc2__tar.gz → 1.9.1__tar.gz

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.

Potentially problematic release.


This version of cocotb might be problematic. Click here for more details.

Files changed (108) hide show
  1. {cocotb-1.9.0rc2/cocotb.egg-info → cocotb-1.9.1}/PKG-INFO +1 -1
  2. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_version.py +1 -1
  3. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/verilator/verilator.cpp +2 -1
  4. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/simulators/Makefile.verilator +4 -3
  5. {cocotb-1.9.0rc2 → cocotb-1.9.1/cocotb.egg-info}/PKG-INFO +1 -1
  6. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb_build_libs.py +1 -0
  7. {cocotb-1.9.0rc2 → cocotb-1.9.1}/LICENSE +0 -0
  8. {cocotb-1.9.0rc2 → cocotb-1.9.1}/MANIFEST.in +0 -0
  9. {cocotb-1.9.0rc2 → cocotb-1.9.1}/README.md +0 -0
  10. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/ANSI.py +0 -0
  11. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/__init__.py +0 -0
  12. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_deprecation.py +0 -0
  13. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_py_compat.py +0 -0
  14. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_sim_versions.py +0 -0
  15. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/README.md +0 -0
  16. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/__init__.py +0 -0
  17. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/distutils_version.py +0 -0
  18. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/fli/acc_user.h +0 -0
  19. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/fli/acc_vhdl.h +0 -0
  20. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/fli/mti.h +0 -0
  21. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/tcl/license.terms +0 -0
  22. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/tcl/tcl.h +0 -0
  23. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/tcl/tclDecls.h +0 -0
  24. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/tcl/tclPlatDecls.h +0 -0
  25. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/vhpi/vhpi_user.h +0 -0
  26. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/vpi/sv_vpi_user.h +0 -0
  27. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/_vendor/vpi/vpi_user.h +0 -0
  28. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/binary.py +0 -0
  29. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/clock.py +0 -0
  30. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/config.py +0 -0
  31. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/decorators.py +0 -0
  32. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/handle.py +0 -0
  33. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/ipython_support.py +0 -0
  34. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/log.py +0 -0
  35. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/memdebug.py +0 -0
  36. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/outcomes.py +0 -0
  37. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/queue.py +0 -0
  38. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/regression.py +0 -0
  39. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/result.py +0 -0
  40. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/runner.py +0 -0
  41. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/scheduler.py +0 -0
  42. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/def/.gitignore +0 -0
  43. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/def/README.md +0 -0
  44. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/def/aldec.def +0 -0
  45. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/def/ghdl.def +0 -0
  46. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/def/icarus.def +0 -0
  47. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/def/modelsim.def +0 -0
  48. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/include/cocotb_utils.h +0 -0
  49. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/include/embed.h +0 -0
  50. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/include/exports.h +0 -0
  51. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/include/gpi.h +0 -0
  52. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/include/gpi_logging.h +0 -0
  53. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/include/py_gpi_logging.h +0 -0
  54. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/include/vhpi_user_ext.h +0 -0
  55. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/include/vpi_user_ext.h +0 -0
  56. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/embed/embed.cpp +0 -0
  57. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/embed/gpi_embed.cpp +0 -0
  58. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/fli/FliCbHdl.cpp +0 -0
  59. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/fli/FliImpl.cpp +0 -0
  60. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/fli/FliImpl.h +0 -0
  61. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/fli/FliObjHdl.cpp +0 -0
  62. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/gpi/GpiCbHdl.cpp +0 -0
  63. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/gpi/GpiCommon.cpp +0 -0
  64. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/gpi/gpi_priv.h +0 -0
  65. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/gpi_log/gpi_logging.cpp +0 -0
  66. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/py_gpi_log/py_gpi_logging.cpp +0 -0
  67. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/simulator/simulatormodule.cpp +0 -0
  68. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/utils/cocotb_utils.cpp +0 -0
  69. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/vhpi/VhpiCbHdl.cpp +0 -0
  70. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/vhpi/VhpiImpl.cpp +0 -0
  71. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/vhpi/VhpiImpl.h +0 -0
  72. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/vpi/VpiCbHdl.cpp +0 -0
  73. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/vpi/VpiImpl.cpp +0 -0
  74. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/lib/vpi/VpiImpl.h +0 -0
  75. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/Makefile.deprecations +0 -0
  76. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/Makefile.inc +0 -0
  77. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/Makefile.sim +0 -0
  78. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/simulators/Makefile.activehdl +0 -0
  79. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/simulators/Makefile.cvc +0 -0
  80. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/simulators/Makefile.ghdl +0 -0
  81. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/simulators/Makefile.icarus +0 -0
  82. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/simulators/Makefile.ius +0 -0
  83. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/simulators/Makefile.modelsim +0 -0
  84. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/simulators/Makefile.nvc +0 -0
  85. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/simulators/Makefile.questa +0 -0
  86. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/simulators/Makefile.riviera +0 -0
  87. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/simulators/Makefile.vcs +0 -0
  88. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/share/makefiles/simulators/Makefile.xcelium +0 -0
  89. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/task.py +0 -0
  90. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/triggers.py +0 -0
  91. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/types/__init__.py +0 -0
  92. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/types/array.py +0 -0
  93. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/types/logic.py +0 -0
  94. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/types/logic_array.py +0 -0
  95. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/types/range.py +0 -0
  96. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/utils.py +0 -0
  97. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/wavedrom.py +0 -0
  98. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb/xunit_reporter.py +0 -0
  99. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb.egg-info/SOURCES.txt +0 -0
  100. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb.egg-info/dependency_links.txt +0 -0
  101. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb.egg-info/entry_points.txt +0 -0
  102. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb.egg-info/requires.txt +0 -0
  103. {cocotb-1.9.0rc2 → cocotb-1.9.1}/cocotb.egg-info/top_level.txt +0 -0
  104. {cocotb-1.9.0rc2 → cocotb-1.9.1}/pygpi/__init__.py +0 -0
  105. {cocotb-1.9.0rc2 → cocotb-1.9.1}/pygpi/entry.py +0 -0
  106. {cocotb-1.9.0rc2 → cocotb-1.9.1}/pyproject.toml +0 -0
  107. {cocotb-1.9.0rc2 → cocotb-1.9.1}/setup.cfg +0 -0
  108. {cocotb-1.9.0rc2 → cocotb-1.9.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cocotb
3
- Version: 1.9.0rc2
3
+ Version: 1.9.1
4
4
  Summary: cocotb is a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python.
5
5
  Home-page: https://www.cocotb.org
6
6
  Author: Chris Higgs, Stuart Hodgson
@@ -5,4 +5,4 @@
5
5
  # 1) we don't load dependencies by storing it in __init__.py
6
6
  # 2) we can import it in setup.py for the same reason
7
7
  # 3) we can import it into your module
8
- __version__ = "1.9.0rc2"
8
+ __version__ = "1.9.1"
@@ -188,7 +188,8 @@ int main(int argc, char** argv) {
188
188
  // VM_COVERAGE is a define which is set if Verilator is
189
189
  // instructed to collect coverage (when compiling the simulation)
190
190
  #if VM_COVERAGE
191
- VerilatedCov::write("coverage.dat");
191
+ VerilatedCov::write(); // Uses +verilator+coverage+file+<filename>,
192
+ // defaults to coverage.dat
192
193
  #endif
193
194
 
194
195
  return 0;
@@ -48,10 +48,11 @@ ifeq ($(VERILATOR_SIM_DEBUG), 1)
48
48
  endif
49
49
 
50
50
  ifeq ($(VERILATOR_TRACE),1)
51
- EXTRA_ARGS += --trace --trace-structs
51
+ COMPILE_ARGS += --trace --trace-structs
52
+ SIM_ARGS += --trace
52
53
  endif
53
54
 
54
- EXTRA_ARGS += --timescale $(COCOTB_HDL_TIMEUNIT)/$(COCOTB_HDL_TIMEPRECISION)
55
+ COMPILE_ARGS += --timescale $(COCOTB_HDL_TIMEUNIT)/$(COCOTB_HDL_TIMEPRECISION)
55
56
 
56
57
  COMPILE_ARGS += --vpi --public-flat-rw --prefix Vtop -o Vtop -LDFLAGS "-Wl,-rpath,$(shell cocotb-config --lib-dir) -L$(shell cocotb-config --lib-dir) -lcocotbvpi_verilator"
57
58
 
@@ -70,7 +71,7 @@ $(COCOTB_RESULTS_FILE): $(SIM_BUILD)/Vtop $(CUSTOM_SIM_DEPS)
70
71
  $(RM) $(COCOTB_RESULTS_FILE)
71
72
 
72
73
  MODULE=$(MODULE) TESTCASE=$(TESTCASE) TOPLEVEL=$(TOPLEVEL) TOPLEVEL_LANG=$(TOPLEVEL_LANG) \
73
- $(SIM_CMD_PREFIX) $< $(PLUSARGS) $(SIM_CMD_SUFFIX)
74
+ $(SIM_CMD_PREFIX) $< $(SIM_ARGS) $(EXTRA_ARGS) $(PLUSARGS) $(SIM_CMD_SUFFIX)
74
75
 
75
76
  $(call check_for_results_file)
76
77
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cocotb
3
- Version: 1.9.0rc2
3
+ Version: 1.9.1
4
4
  Summary: cocotb is a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python.
5
5
  Home-page: https://www.cocotb.org
6
6
  Author: Chris Higgs, Stuart Hodgson
@@ -672,6 +672,7 @@ def get_ext():
672
672
 
673
673
  if sys.platform == "darwin":
674
674
  cfg_vars["LDSHARED"] = cfg_vars["LDSHARED"].replace("-bundle", "-dynamiclib")
675
+ cfg_vars["LDCXXSHARED"] = cfg_vars["LDSHARED"].replace("-bundle", "-dynamiclib")
675
676
 
676
677
  share_lib_dir = os.path.relpath(os.path.join(cocotb_share_dir, "lib"))
677
678
  include_dirs = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes