cocotb 1.8.1__cp311-cp311-win_amd64.whl → 1.9.0rc2__cp311-cp311-win_amd64.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.

Potentially problematic release.


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

Files changed (79) hide show
  1. cocotb/_version.py +1 -1
  2. cocotb/binary.py +48 -14
  3. cocotb/config.py +10 -16
  4. cocotb/decorators.py +7 -1
  5. cocotb/handle.py +1 -1
  6. cocotb/libs/cocotb.dll +0 -0
  7. cocotb/libs/cocotb.exp +0 -0
  8. cocotb/libs/cocotb.lib +0 -0
  9. cocotb/libs/cocotbfli_modelsim.dll +0 -0
  10. cocotb/libs/cocotbfli_modelsim.exp +0 -0
  11. cocotb/libs/cocotbfli_modelsim.lib +0 -0
  12. cocotb/libs/cocotbutils.dll +0 -0
  13. cocotb/libs/cocotbutils.exp +0 -0
  14. cocotb/libs/cocotbutils.lib +0 -0
  15. cocotb/libs/cocotbvhpi_aldec.dll +0 -0
  16. cocotb/libs/cocotbvhpi_aldec.exp +0 -0
  17. cocotb/libs/cocotbvhpi_aldec.lib +0 -0
  18. cocotb/libs/cocotbvhpi_modelsim.dll +0 -0
  19. cocotb/libs/cocotbvhpi_modelsim.exp +0 -0
  20. cocotb/libs/cocotbvhpi_modelsim.lib +0 -0
  21. cocotb/libs/cocotbvpi_aldec.dll +0 -0
  22. cocotb/libs/cocotbvpi_aldec.exp +0 -0
  23. cocotb/libs/cocotbvpi_aldec.lib +0 -0
  24. cocotb/libs/cocotbvpi_ghdl.dll +0 -0
  25. cocotb/libs/cocotbvpi_ghdl.exp +0 -0
  26. cocotb/libs/cocotbvpi_ghdl.lib +0 -0
  27. cocotb/libs/cocotbvpi_icarus.exp +0 -0
  28. cocotb/libs/cocotbvpi_icarus.lib +0 -0
  29. cocotb/libs/cocotbvpi_icarus.vpl +0 -0
  30. cocotb/libs/cocotbvpi_modelsim.dll +0 -0
  31. cocotb/libs/cocotbvpi_modelsim.exp +0 -0
  32. cocotb/libs/cocotbvpi_modelsim.lib +0 -0
  33. cocotb/libs/embed.dll +0 -0
  34. cocotb/libs/embed.exp +0 -0
  35. cocotb/libs/embed.lib +0 -0
  36. cocotb/libs/gpi.dll +0 -0
  37. cocotb/libs/gpi.exp +0 -0
  38. cocotb/libs/gpi.lib +0 -0
  39. cocotb/libs/gpilog.dll +0 -0
  40. cocotb/libs/gpilog.exp +0 -0
  41. cocotb/libs/gpilog.lib +0 -0
  42. cocotb/libs/pygpilog.dll +0 -0
  43. cocotb/libs/pygpilog.exp +0 -0
  44. cocotb/libs/pygpilog.lib +0 -0
  45. cocotb/runner.py +487 -120
  46. cocotb/scheduler.py +4 -8
  47. cocotb/share/def/aldec.exp +0 -0
  48. cocotb/share/def/aldec.lib +0 -0
  49. cocotb/share/def/ghdl.exp +0 -0
  50. cocotb/share/def/ghdl.lib +0 -0
  51. cocotb/share/def/icarus.exp +0 -0
  52. cocotb/share/def/icarus.lib +0 -0
  53. cocotb/share/def/modelsim.exp +0 -0
  54. cocotb/share/def/modelsim.lib +0 -0
  55. cocotb/share/lib/verilator/verilator.cpp +50 -8
  56. cocotb/share/makefiles/Makefile.inc +4 -10
  57. cocotb/share/makefiles/Makefile.sim +5 -5
  58. cocotb/share/makefiles/simulators/Makefile.activehdl +3 -3
  59. cocotb/share/makefiles/simulators/Makefile.cvc +1 -1
  60. cocotb/share/makefiles/simulators/Makefile.ghdl +29 -1
  61. cocotb/share/makefiles/simulators/Makefile.icarus +4 -4
  62. cocotb/share/makefiles/simulators/Makefile.ius +1 -1
  63. cocotb/share/makefiles/simulators/Makefile.nvc +64 -0
  64. cocotb/share/makefiles/simulators/Makefile.questa +1 -1
  65. cocotb/share/makefiles/simulators/Makefile.riviera +28 -12
  66. cocotb/share/makefiles/simulators/Makefile.vcs +2 -2
  67. cocotb/share/makefiles/simulators/Makefile.verilator +11 -5
  68. cocotb/share/makefiles/simulators/Makefile.xcelium +6 -1
  69. cocotb/simulator.cp311-win_amd64.exp +0 -0
  70. cocotb/simulator.cp311-win_amd64.lib +0 -0
  71. cocotb/simulator.cp311-win_amd64.pyd +0 -0
  72. cocotb/triggers.py +102 -29
  73. {cocotb-1.8.1.dist-info → cocotb-1.9.0rc2.dist-info}/METADATA +3 -3
  74. cocotb-1.9.0rc2.dist-info/RECORD +121 -0
  75. {cocotb-1.8.1.dist-info → cocotb-1.9.0rc2.dist-info}/WHEEL +1 -1
  76. cocotb-1.8.1.dist-info/RECORD +0 -120
  77. {cocotb-1.8.1.dist-info → cocotb-1.9.0rc2.dist-info}/LICENSE +0 -0
  78. {cocotb-1.8.1.dist-info → cocotb-1.9.0rc2.dist-info}/entry_points.txt +0 -0
  79. {cocotb-1.8.1.dist-info → cocotb-1.9.0rc2.dist-info}/top_level.txt +0 -0
cocotb/triggers.py CHANGED
@@ -28,15 +28,17 @@
28
28
  """A collections of triggers which a testbench can await."""
29
29
 
30
30
  import abc
31
+ import functools
31
32
  import inspect
32
33
  import warnings
33
34
  from collections.abc import Awaitable
34
35
  from decimal import Decimal
35
36
  from numbers import Real
36
- from typing import Any, Coroutine, Optional, TypeVar, Union
37
+ from typing import Any, Callable, Coroutine, Optional, TypeVar, Union
37
38
 
38
39
  import cocotb
39
40
  from cocotb import outcomes, simulator
41
+ from cocotb._deprecation import deprecated
40
42
  from cocotb.log import SimLog
41
43
  from cocotb.task import Task
42
44
  from cocotb.utils import (
@@ -178,7 +180,7 @@ class Timer(GPITrigger):
178
180
  units: str = "step",
179
181
  *,
180
182
  round_mode: Optional[str] = None,
181
- time_ps: Union[Real, Decimal] = None
183
+ time_ps: Union[Real, Decimal] = None,
182
184
  ) -> None:
183
185
  """
184
186
  Args:
@@ -462,15 +464,20 @@ class Event:
462
464
  def __init__(self, name=None):
463
465
  self._pending = []
464
466
  self.name = name
465
- self.fired = False
467
+ self._fired = False
466
468
  self.data = None
467
469
 
470
+ @property
471
+ @deprecated("The `.fired` attribute is deprecated, use `.is_set()` instead.")
472
+ def fired(self) -> bool:
473
+ return self._fired
474
+
468
475
  def _prime_trigger(self, trigger, callback):
469
476
  self._pending.append(trigger)
470
477
 
471
478
  def set(self, data=None):
472
479
  """Wake up all coroutines blocked on this event."""
473
- self.fired = True
480
+ self._fired = True
474
481
  self.data = data
475
482
 
476
483
  p = self._pending[:]
@@ -488,8 +495,8 @@ class Event:
488
495
  To reset the event (and enable the use of ``wait`` again),
489
496
  :meth:`clear` should be called.
490
497
  """
491
- if self.fired:
492
- return NullTrigger(name="{}.wait()".format(str(self)))
498
+ if self._fired:
499
+ return NullTrigger(name=f"{str(self)}.wait()")
493
500
  return _Event(self)
494
501
 
495
502
  def clear(self):
@@ -497,11 +504,11 @@ class Event:
497
504
 
498
505
  Subsequent calls to :meth:`~cocotb.triggers.Event.wait` will block until
499
506
  :meth:`~cocotb.triggers.Event.set` is called again."""
500
- self.fired = False
507
+ self._fired = False
501
508
 
502
509
  def is_set(self) -> bool:
503
- """Return true if event has been set"""
504
- return self.fired
510
+ """Return ``True`` if event has been set."""
511
+ return self._fired
505
512
 
506
513
  def __repr__(self):
507
514
  if self.name is None:
@@ -582,6 +589,42 @@ class _Lock(PythonTrigger):
582
589
  return "<{!r}.acquire() at {}>".format(self.parent, _pointer_str(self))
583
590
 
584
591
 
592
+ _FT = TypeVar("_FT", bound=Callable)
593
+
594
+
595
+ def _locked_back_compat_dec(func: _FT) -> _FT:
596
+ # this hack is implemented this way so that it is easy to delete later
597
+
598
+ def get(inst, _=None):
599
+ method = _LockBackCompat(inst, func)
600
+ # cache bound method on object to override the descriptor
601
+ setattr(inst, func.__name__, method)
602
+ return method
603
+
604
+ # Override the default function descriptor with one that returns a _LockBackCompat object that *acts* like a bound method,
605
+ # but also defines the __bool__ overload that provides the deprecation warning.
606
+ func.__get__ = get
607
+ return func
608
+
609
+
610
+ class _LockBackCompat:
611
+ def __init__(self, inst, func):
612
+ self._inst = inst
613
+ self._func = func
614
+ functools.update_wrapper(self, func)
615
+
616
+ def __call__(self):
617
+ return self._func(self._inst)
618
+
619
+ def __bool__(self):
620
+ warnings.warn(
621
+ f"Using `{self._func.__qualname__}` as a boolean attribute is deprecated. Call it as if it were a method instead.",
622
+ DeprecationWarning,
623
+ stacklevel=2,
624
+ )
625
+ return self._func(self._inst)
626
+
627
+
585
628
  class Lock:
586
629
  """Lock primitive (not re-entrant).
587
630
 
@@ -606,13 +649,22 @@ class Lock:
606
649
  self._pending_unprimed = []
607
650
  self._pending_primed = []
608
651
  self.name = name
609
- self.locked = False #: ``True`` if the lock is held.
652
+ self._locked = False
653
+
654
+ @_locked_back_compat_dec
655
+ def locked(self) -> bool:
656
+ """Return ``True`` if the lock has been acquired.
657
+
658
+ .. versionchanged:: 2.0
659
+ This is now a method rather than an attribute, to match :meth:`asyncio.Lock.locked`.
660
+ """
661
+ return self._locked
610
662
 
611
663
  def _prime_trigger(self, trigger, callback):
612
664
  self._pending_unprimed.remove(trigger)
613
665
 
614
- if not self.locked:
615
- self.locked = True
666
+ if not self._locked:
667
+ self._locked = True
616
668
  callback(trigger)
617
669
  else:
618
670
  self._pending_primed.append(trigger)
@@ -625,19 +677,19 @@ class Lock:
625
677
 
626
678
  def release(self):
627
679
  """Release the lock."""
628
- if not self.locked:
680
+ if not self._locked:
629
681
  raise TriggerException(
630
682
  "Attempt to release an unacquired Lock %s" % (str(self))
631
683
  )
632
684
 
633
- self.locked = False
685
+ self._locked = False
634
686
 
635
687
  # nobody waiting for this lock
636
688
  if not self._pending_primed:
637
689
  return
638
690
 
639
691
  trigger = self._pending_primed.pop(0)
640
- self.locked = True
692
+ self._locked = True
641
693
  trigger()
642
694
 
643
695
  def __repr__(self):
@@ -652,9 +704,10 @@ class Lock:
652
704
  _pointer_str(self),
653
705
  )
654
706
 
707
+ @deprecated("`bool(lock)` is deprecated. Use the `.locked()` method instead.")
655
708
  def __bool__(self):
656
709
  """Provide boolean of a Lock"""
657
- return self.locked
710
+ return self._locked
658
711
 
659
712
  async def __aenter__(self):
660
713
  return await self.acquire()
@@ -669,11 +722,17 @@ class NullTrigger(Trigger):
669
722
  Primarily for internal scheduler use.
670
723
  """
671
724
 
672
- def __init__(self, name=None, outcome=None):
725
+ def __init__(self, name=None, outcome=None, _outcome=None):
673
726
  super().__init__()
674
727
  self._callback = None
675
728
  self.name = name
676
- self.__outcome = outcome
729
+ if outcome is not None:
730
+ warnings.warn(
731
+ "Passing the `outcome` argument and having that be the result of the `await` expression on this Trigger is deprecated.",
732
+ DeprecationWarning,
733
+ stacklevel=2,
734
+ )
735
+ self.__outcome = _outcome if _outcome is not None else outcome
677
736
 
678
737
  @property
679
738
  def _outcome(self):
@@ -709,6 +768,7 @@ class Join(PythonTrigger, metaclass=_ParameterizedSingletonAndABC):
709
768
  If the coroutine threw an exception, the :keyword:`await` will re-raise it.
710
769
 
711
770
  """
771
+
712
772
  __slots__ = ("_coroutine",)
713
773
 
714
774
  @classmethod
@@ -721,25 +781,30 @@ class Join(PythonTrigger, metaclass=_ParameterizedSingletonAndABC):
721
781
 
722
782
  @property
723
783
  def _outcome(self):
724
- return self._coroutine._outcome
784
+ outcome = self._coroutine._outcome
785
+ if type(self._coroutine) is Task and isinstance(outcome, outcomes.Error):
786
+ warnings.warn(
787
+ "Tasks started with `cocotb.start_soon()` that raise Exceptions will not propagate those Exceptions in 2.0. "
788
+ "Instead such Tasks will *always* fail the test. "
789
+ "An alternative for `cocotb.start_soon()` that *always* propagates Exceptions will be added in 2.0.",
790
+ FutureWarning,
791
+ )
792
+ return outcome
725
793
 
726
794
  @property
795
+ @deprecated("Use `task.result()` to get the result of a joined Task.")
727
796
  def retval(self):
728
797
  """The return value of the joined coroutine.
729
798
 
730
- .. note::
731
- Typically there is no need to use this attribute - the
732
- following code samples are equivalent::
799
+ .. deprecated:: 1.9
733
800
 
734
- forked = cocotb.start_soon(mycoro())
735
- j = Join(forked)
736
- await j
737
- result = j.retval
801
+ Use :meth:`Task.result() <cocotb.task.Task.result` to get the result of a joined Task.
738
802
 
739
- ::
803
+ .. code-block: python3
740
804
 
741
805
  forked = cocotb.start_soon(mycoro())
742
- result = await Join(forked)
806
+ await forked.join()
807
+ result = forked.result()
743
808
  """
744
809
  return self._coroutine.result()
745
810
 
@@ -752,6 +817,14 @@ class Join(PythonTrigger, metaclass=_ParameterizedSingletonAndABC):
752
817
  def __repr__(self):
753
818
  return "{}({!s})".format(type(self).__qualname__, self._coroutine)
754
819
 
820
+ def __await__(self):
821
+ warnings.warn(
822
+ "`await`ing a Join trigger will return the Join trigger and not the result of the joined Task in 2.0.",
823
+ FutureWarning,
824
+ stacklevel=2,
825
+ )
826
+ return (yield self)
827
+
755
828
 
756
829
  class Waitable(Awaitable):
757
830
  """
@@ -902,7 +975,7 @@ class First(_AggregateWaitable):
902
975
  # traceback, even if it is obvious top cocotb maintainers.
903
976
  # - Using `NullTrigger` here instead of `result = completed[0].get()`
904
977
  # means we avoid inserting an `outcome.get` frame in the traceback
905
- first_trigger = NullTrigger(outcome=completed[0])
978
+ first_trigger = NullTrigger(_outcome=completed[0])
906
979
  return await first_trigger # the first of multiple triggers that fired
907
980
 
908
981
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cocotb
3
- Version: 1.8.1
3
+ Version: 1.9.0rc2
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
@@ -52,10 +52,10 @@ The current stable version of cocotb requires:
52
52
  [GHDL](https://docs.cocotb.org/en/stable/simulator_support.html#ghdl) or
53
53
  [other simulator](https://docs.cocotb.org/en/stable/simulator_support.html))
54
54
 
55
- After installing these dependencies, the latest stable version of cocotb can be installed with pip.
55
+ After installing these dependencies, the latest stable version 1.x of cocotb can be installed with pip.
56
56
 
57
57
  ```command
58
- pip install cocotb
58
+ pip install 'cocotb == 1.*'
59
59
  ```
60
60
 
61
61
  For more details on installation, including prerequisites,
@@ -0,0 +1,121 @@
1
+ cocotb/ANSI.py,sha256=BXtYyxla8R_bHRasjDyZGibYDNoh2deY8Snyre8YT54,3458
2
+ cocotb/__init__.py,sha256=_NKjtHVLsDKgFPI7oXqNPKxiHt7EO-0XmUkqSLgGI1A,11650
3
+ cocotb/_deprecation.py,sha256=zCaBqq6H9GRyKgSij9NvLs6Ku5CIdvKuGW6rLwi1Hhk,1189
4
+ cocotb/_py_compat.py,sha256=Z-6oewHZbG79nO_tILrRrClahxjYaeEShezbcLnJsc4,2754
5
+ cocotb/_sim_versions.py,sha256=sZWOj9odl_yPo92B9k_b1c2XHll4roD-oHnVSqY4VhE,3689
6
+ cocotb/_version.py,sha256=ccw4kX_ZLLSkgSsRkkdL84FSh_cTF2OXjSsRRPv-1WQ,306
7
+ cocotb/binary.py,sha256=8hmcvOGTbfbuigXtmqv-XJLGswL7eIcwtle4ZZzTqRU,28101
8
+ cocotb/clock.py,sha256=tyrtalfTCUiBTTfo_4kIGKG5mnCSCq3hLmAxwrmyQyM,6734
9
+ cocotb/config.py,sha256=70EKduzmki3femKYnhjHgVYOyw_abZ8PTxBvOQ9NmGI,9943
10
+ cocotb/decorators.py,sha256=h_mn2iOXybXj-29lt39PdStas5NyTRP9475iu_c-wqA,12059
11
+ cocotb/handle.py,sha256=Amc7Qe-ayjEHEOwBDHeQY9QAsmuxzM-dVBvUZ9rlsyQ,42802
12
+ cocotb/ipython_support.py,sha256=gon5kkyYVl2nJPHZmyo33vFkb0F9qEPMdPKh70WJx0g,3228
13
+ cocotb/log.py,sha256=_pq5KzdU3dbFdSmaJfu_GhLSmIQaGuNsXQkIulSZuT0,10746
14
+ cocotb/memdebug.py,sha256=UzsA9FtitLlxt-Y9pf_vlknKYX13mroVjZqvax9ddzs,1888
15
+ cocotb/outcomes.py,sha256=4khaKTI7dZWhIAH1vZ7XWejQtlSGWb1-ZuHvSRClK9w,1355
16
+ cocotb/queue.py,sha256=BoFIJ8tO2HGTPb_30I9Td7-W6VLQ54kquPrc5qLw2dk,5338
17
+ cocotb/regression.py,sha256=XdokhhpR3GjriV3Hx-ihIayyjVLUiN27MdHldXMr1JE,33905
18
+ cocotb/result.py,sha256=0B3i0wXair7gfKlelTrRSkFpPbyuhsW2kPtSvSasweo,6905
19
+ cocotb/runner.py,sha256=MoWErcb45_kNA-OzmrmNEQ4VEgy0pxPnw8oBGPNT7-w,51685
20
+ cocotb/scheduler.py,sha256=VT7Dg0Jo6NfbsRtImnNVdox0UEtpxpMEi6jNiBx4tZQ,42138
21
+ cocotb/simulator.cp311-win_amd64.exp,sha256=qpd649jnWp7ew0_uIIvRCsdemvQhh9dcRij0xTRpiwk,759
22
+ cocotb/simulator.cp311-win_amd64.lib,sha256=Jt-9GpeQcuDdb3vRxalLPxrJLuk_VtAqHJ2xsboQqdw,2048
23
+ cocotb/simulator.cp311-win_amd64.pyd,sha256=0pFOS0-vVCe9vxv8qtDXK5A_FaYvd1T1tftkuUgOImw,31744
24
+ cocotb/simulator.cp311-win_amd64.pyd.2.config,sha256=JGoavZmGw71REMRGu8DrBlQezZSCkQx7E3GOzGIf9_o,263
25
+ cocotb/task.py,sha256=l51CgFAzBfKQD0snRuROoU24g52fd91wZM8GfSc-CQA,11360
26
+ cocotb/triggers.py,sha256=GP79vYMcH78HjHXfUaHLyOl1uJM8R5XL34i93HSmGHU,36077
27
+ cocotb/utils.py,sha256=JTc870duDxUtSIM_UxXhsW9DtBvz6ziTagpn5wQ2ryU,23762
28
+ cocotb/wavedrom.py,sha256=xQ_xG_cdUc4q4hju7Sjys-gFrJCg7RngCPFNI3A4KAA,6187
29
+ cocotb/xunit_reporter.py,sha256=DrRM7Fn9LBY2hmtWI0PNFkiULpdNtqNzAk-1aw8Zd80,3632
30
+ cocotb/_vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
+ cocotb/_vendor/distutils_version.py,sha256=k4Zipnnw88hyoE5MLBbgcXh9iu7iYGK3K5s97wVpOFE,13185
32
+ cocotb/libs/cocotb.dll,sha256=ob1_SGc_gWCPhM_Mt1b-bev5eeS08slPBwAfjHgUOaA,26112
33
+ cocotb/libs/cocotb.exp,sha256=qJVcta53fszIsEq-xcxMTYJrg2V56GepzDlS2KYUPoU,1109
34
+ cocotb/libs/cocotb.lib,sha256=usEE7403SjaLyqT6JGejj9VtPlgPecOyQNXUlrrCTbY,2358
35
+ cocotb/libs/cocotbfli_modelsim.dll,sha256=-38FdPYAYPaSLiQCvvyq4CipV_bAgI-RWgH2kPi18hI,86016
36
+ cocotb/libs/cocotbfli_modelsim.exp,sha256=al-WSPtYrUEC5uV8EwMImVTpvQnvpo8QR-G_EgES6KY,875
37
+ cocotb/libs/cocotbfli_modelsim.lib,sha256=N9aRp6NRKtiD-3q77eg1n-rGc5AoLTU8HeIRw6425AM,2176
38
+ cocotb/libs/cocotbutils.dll,sha256=IznBHfNNjYSvd6-JyUx_z9Tc64TJ4LTbdlI9Zz1a9Jo,11776
39
+ cocotb/libs/cocotbutils.exp,sha256=TBDJCBPhRO0CmpGaLmZtgToU7nDesUxQjLmISS9BOZ8,974
40
+ cocotb/libs/cocotbutils.lib,sha256=nO9bNzNOgDtMzvj5QPpDQvg8VeMWAkg4-mH1u3Gm0kw,2146
41
+ cocotb/libs/cocotbvhpi_aldec.dll,sha256=SOrAL4FlXQIj7eHEmOqFDQzkWbP7uwjURyVm32K3b3I,78848
42
+ cocotb/libs/cocotbvhpi_aldec.exp,sha256=uY29FvR0v1oM4hwVvPi_j5mdS5VETEKVJCB3o8ZW7vE,1073
43
+ cocotb/libs/cocotbvhpi_aldec.lib,sha256=mNOW1OxASgiZLZXuUwDG-ZII1M3ABSdbHINJXpONRFU,2442
44
+ cocotb/libs/cocotbvhpi_modelsim.dll,sha256=Q-yFXm-jTZbLDq2cMAU5dN18F1cVipbVtVkBVncL0iA,78848
45
+ cocotb/libs/cocotbvhpi_modelsim.exp,sha256=60liRqE4oYGtHRDd027cflukfTvw3JkbO8SVxx43JRk,1080
46
+ cocotb/libs/cocotbvhpi_modelsim.lib,sha256=V-lDPJSDVBrsfCs_129er6Slhkzma7zL0NRGwt9iLjQ,2484
47
+ cocotb/libs/cocotbvpi_aldec.dll,sha256=rcMsP2ZnU0OnwrSAFvVO7P8U49dRPbS1cevUOFj1tVI,66560
48
+ cocotb/libs/cocotbvpi_aldec.exp,sha256=0jqFtOKiXFwmzJswGZP0lO5hD0RCddjccDpyBRGYSaI,1068
49
+ cocotb/libs/cocotbvpi_aldec.lib,sha256=XCGmfGJ_iP5Pp1vIAfYnKsRdkDaPG7cqTZnK2y52Ql8,2418
50
+ cocotb/libs/cocotbvpi_ghdl.dll,sha256=rqCtw97pUnupVYlFkEXwVPmaBcbK2H8ccyozVDtQOXQ,66560
51
+ cocotb/libs/cocotbvpi_ghdl.exp,sha256=i3qd2PzNf_XIqmc1jT_gCbnCZLpBBr13XP6Dwi8ecrY,1067
52
+ cocotb/libs/cocotbvpi_ghdl.lib,sha256=DHy-87XasMm-p_IrUCXrr844pliAG0C9M_SHE-w30sQ,2408
53
+ cocotb/libs/cocotbvpi_icarus.exp,sha256=_v_zHnVwVqWnY-jJiNAd-cvN1POVlrGj1h63WrL40OU,1071
54
+ cocotb/libs/cocotbvpi_icarus.lib,sha256=m3_0D_WJy3pObOL5kwCaCpUeZpbS3TschvgTA3oW4KY,2438
55
+ cocotb/libs/cocotbvpi_icarus.vpl,sha256=b99hr1F_vB92pqz2zNNCWUN2HcIstPr-QFo6tB07fJU,66048
56
+ cocotb/libs/cocotbvpi_modelsim.dll,sha256=SN7FhtF35g4QNlGwPWqSq8i0fFTYxaWwaQxq_5WBWwI,66048
57
+ cocotb/libs/cocotbvpi_modelsim.exp,sha256=RRCvGipwnga6tR1od0NLmH62_PGCGwbE_DAcfHLTj1U,1075
58
+ cocotb/libs/cocotbvpi_modelsim.lib,sha256=D9JVZEy6EGRTQewwrQzg3RzGPKDHhv_G4AwoOUt74i0,2468
59
+ cocotb/libs/embed.dll,sha256=St73vXVwnKl0uNK85NmFUI0vFfKoH9SOJwEuoyYIQ-Y,12288
60
+ cocotb/libs/embed.exp,sha256=_Kt01kA5HqbOKhb0G8IHGgYmpa0whmcf9ZZHCts1ffk,1096
61
+ cocotb/libs/embed.lib,sha256=jtHZd5D-K4Gsd8wpHgTpICt_aVgH1MaQP0pGa5WV6ik,2322
62
+ cocotb/libs/gpi.dll,sha256=0hP598cgomUqGhasxz7lhQ6MlWVY37aJ5UufWnExEuI,47104
63
+ cocotb/libs/gpi.exp,sha256=FOUnaaffoGGmdMrh9GyNxg3Oez9nZNOXuY9WdkLcVGM,21031
64
+ cocotb/libs/gpi.lib,sha256=R0U1m6QBoT5obk76WTpxASpZ__OSY58ULgFYz7hq-J8,34400
65
+ cocotb/libs/gpilog.dll,sha256=mpWTWw6-bcsRfN-VWldWOnZQ4v5a6akpi74--JSvxXg,15872
66
+ cocotb/libs/gpilog.exp,sha256=Djqq_iByYteC9GOblc4IGihEC6cDrrgY_2ct2l-9t6k,1632
67
+ cocotb/libs/gpilog.lib,sha256=aSnIU9gPLRes4Sng7KjNOfuezIZfeh6K3IFNpq2JT7Y,3244
68
+ cocotb/libs/pygpilog.dll,sha256=pG3RZIUk0JuRiiUo4oOlGXHGHu9-2VawKcOKQUXv2EI,17408
69
+ cocotb/libs/pygpilog.exp,sha256=MaO1UO1I01IkpmmWUMYu5y2EJssB1dNOj3Jo4nP2VBA,1043
70
+ cocotb/libs/pygpilog.lib,sha256=S0tKJusH76vmgBe_f-EkFhOCpuzYbJCZhLTPwP2yA9M,2272
71
+ cocotb/share/def/.gitignore,sha256=JYPaHghbqtLFl-9QtOWaAHvoDOhVxEewSYwHgoYYgf8,46
72
+ cocotb/share/def/README.md,sha256=dptv3zHQGzMqLt3Zv4XOd5IZeGqQS7Lwcq1XCs3BcR0,380
73
+ cocotb/share/def/aldec.def,sha256=ItgxVlRaVuD20jGTN3JpkbHEO8jPfU5XjFlUqDUXzlU,991
74
+ cocotb/share/def/aldec.exp,sha256=ttY8toX0adVtYNnypK9FqgMPLSsp4J0uc8NT_eiVZAo,7938
75
+ cocotb/share/def/aldec.lib,sha256=iBqs6YJvf-gCA8UVkRDqOdmb87e8ibBjjBbwPnbCduM,13498
76
+ cocotb/share/def/ghdl.def,sha256=ETQh5VI72dWSJi_ig5m163GfLrxScYUamt5BjHjoKsY,705
77
+ cocotb/share/def/ghdl.exp,sha256=Mg9cz4gQfTUFCNZmumgWALITdBDtK04PtQ2D8PTE4_0,5763
78
+ cocotb/share/def/ghdl.lib,sha256=Qsoe8zECNKua8NcjQWTEe6hhDY82Ko6c9mE6uGCUtRc,9974
79
+ cocotb/share/def/icarus.def,sha256=VRqkgUyzR2sa916Ra56cZVIb4kzbqDlJVWIOc3389qY,698
80
+ cocotb/share/def/icarus.exp,sha256=n1-aPzGrEZRsKNcWQlW1j4TCaTEXh68NicbJTmgj71I,5753
81
+ cocotb/share/def/icarus.lib,sha256=s-FpC9lNdsr2eUxI8igjwQvbpdd3xs3tQxrZHrNQ6wM,9612
82
+ cocotb/share/def/modelsim.def,sha256=_6VexHTDM7geGOfedUCm6CLRpXS4DrcHUlP_BQxL1Nc,2389
83
+ cocotb/share/def/modelsim.exp,sha256=y0bvURFw1_kzpXBhav3wbAodO1bLk5PbzkMbLK6R6k4,16913
84
+ cocotb/share/def/modelsim.lib,sha256=SdSjXGyDhnkCJnS_I0YAuQRe6FjLPVx6evX3WvHvY2U,28194
85
+ cocotb/share/include/cocotb_utils.h,sha256=v3byzF0uZbks5umkKBe-mgB9J3ShtKwam0_S2vIS10A,4091
86
+ cocotb/share/include/embed.h,sha256=Fw0szHcAsXyrK_APXxZE-t0ttqmA8IUC72XXYO5yPl8,2509
87
+ cocotb/share/include/exports.h,sha256=RRDg9diMCUUJxdzKX0B6TGmQBNttcoVMBVCCLUUKsrA,677
88
+ cocotb/share/include/gpi.h,sha256=FvlF0QQD1rfy_jZ6Q_EnUpymNz7BtrGCgunXV8hg40k,10264
89
+ cocotb/share/include/gpi_logging.h,sha256=_Z00YAtMqSr5Mk3WSQ0YjQ5nyPvsxA5vmou1G8lX-B4,10553
90
+ cocotb/share/include/py_gpi_logging.h,sha256=zuuDIsKCdLOfUwOMv5EzeQWHuM0PaHzYE1kIH6TSWys,672
91
+ cocotb/share/include/vhpi_user_ext.h,sha256=VLXbA-oeO83mL1vR0e4Ye0zMe5ijIaXnvT2FRFgsYDY,654
92
+ cocotb/share/include/vpi_user_ext.h,sha256=ofqT24X1KOLeIDowuZxKDYvCTgXAy_RzMz5-_LjSZas,2511
93
+ cocotb/share/lib/verilator/verilator.cpp,sha256=xlQH5QcPVkkPZ_N75XocvKWvA649n8AOppVlaarHZWQ,5841
94
+ cocotb/share/makefiles/Makefile.deprecations,sha256=83TZ1sYlXpVL5erEAr1Y0ZknoX-3vVn5gcwHwaAf30k,428
95
+ cocotb/share/makefiles/Makefile.inc,sha256=C9tqM_q9ApnznJ4BE4vB1TDmfvXhP6WzFfwFpFeu8g4,6886
96
+ cocotb/share/makefiles/Makefile.sim,sha256=ZcH75xfEH-8tr3ep_Nt64R5F-sRKFWucxodGNx0g8UY,5406
97
+ cocotb/share/makefiles/simulators/Makefile.activehdl,sha256=mnyJnKS_kFt0GRQMvTIsxQrS7cX7l17mu1BosvJy9j8,2703
98
+ cocotb/share/makefiles/simulators/Makefile.cvc,sha256=FyoJAf3S69441uHa94zO8PYNn6mhG2wJrfAF-B8GTEI,4013
99
+ cocotb/share/makefiles/simulators/Makefile.ghdl,sha256=SzBp8k9zoCnf-YS4AGMRLZAmlmglfF8us1fGimqoDK8,4849
100
+ cocotb/share/makefiles/simulators/Makefile.icarus,sha256=rP0b4s74sjGJHf5fY8YZXF3vRI_hkonTOAp09t3D4pw,4478
101
+ cocotb/share/makefiles/simulators/Makefile.ius,sha256=ddE1WNJjjqhsCYX4h0UFYxanVTWeuaAj5w4cHBy7wrE,5076
102
+ cocotb/share/makefiles/simulators/Makefile.modelsim,sha256=MQYmRb59nvUkY_f7GXUQVEYXQnU4IWA2-_G0N08StuI,1938
103
+ cocotb/share/makefiles/simulators/Makefile.nvc,sha256=67ExfYS0a94yl2zapb-dqAwjbAsH7w_pbYnaXSUT1Zc,2187
104
+ cocotb/share/makefiles/simulators/Makefile.questa,sha256=QTWA-54yrG7tuzXDBCx5eKmRXaC77vs7Il89xDNkG5I,6581
105
+ cocotb/share/makefiles/simulators/Makefile.riviera,sha256=h0Rvkedvxn9r5lsCXi9kgeRfZrCdqXhITx-6TOprHNU,6841
106
+ cocotb/share/makefiles/simulators/Makefile.vcs,sha256=nT_Qang2qJg7XOF2ljeBpZSmfcw3mTu50LKz6Ltu2jI,3843
107
+ cocotb/share/makefiles/simulators/Makefile.verilator,sha256=8XxBE-uL2cINU3WyW64iOXAJtM3fUppliKvfkebg_-U,2657
108
+ cocotb/share/makefiles/simulators/Makefile.xcelium,sha256=MDHygJhSRuMBiDcGlLXF26E2yNGO79utOiGmE0sJTFA,5762
109
+ cocotb/types/__init__.py,sha256=-M5mR--OWtFZ7Y4pjxB9CF4kmFtroDR7kzz1ba6h0No,1853
110
+ cocotb/types/array.py,sha256=JAg5YB84WwERF7S5SK16HvmzCYJgmc5trLATJT3TIqo,11208
111
+ cocotb/types/logic.py,sha256=PH5zocv9SpJam9Scc8Cl3uiDtPdtixhbiVLXjJPsPW8,8791
112
+ cocotb/types/logic_array.py,sha256=0XpStXNA7qY8FIoamb-dnn-IbzIOXIBoxd0tiWMlhVE,10255
113
+ cocotb/types/range.py,sha256=f25nic3X8jpd14nFU61D3izEOT77zPF_txZkWNrZ7N8,6428
114
+ pygpi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
+ pygpi/entry.py,sha256=LDJ8WK-s9nY_A5GEvPUuJTvnGqZvkhOe7i_yGQmqrI0,972
116
+ cocotb-1.9.0rc2.dist-info/LICENSE,sha256=oBp8aKF9rhLjG78uW4zxmiVsjA8Viwwdyj3nSbEXpmc,1570
117
+ cocotb-1.9.0rc2.dist-info/METADATA,sha256=-u-s0sjTl5vWeKBhRiS_l2M8R6lRTjg-Xziemyimpms,6969
118
+ cocotb-1.9.0rc2.dist-info/WHEEL,sha256=WYSXpZsvXNiAggUvUzBeRCxUY27Bzz6nBjGWxD02TN4,101
119
+ cocotb-1.9.0rc2.dist-info/entry_points.txt,sha256=Z2JL-ZgU-G5au6uYpkWZz9Pfk7qnh4fcoQJmBxnHSZQ,53
120
+ cocotb-1.9.0rc2.dist-info/top_level.txt,sha256=w-hmA_Ca52PldJkt5ya7gRP9tpUXfeJUGLMfXdv5Ez4,393
121
+ cocotb-1.9.0rc2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: setuptools (70.3.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-win_amd64
5
5
 
@@ -1,120 +0,0 @@
1
- cocotb/ANSI.py,sha256=BXtYyxla8R_bHRasjDyZGibYDNoh2deY8Snyre8YT54,3458
2
- cocotb/__init__.py,sha256=_NKjtHVLsDKgFPI7oXqNPKxiHt7EO-0XmUkqSLgGI1A,11650
3
- cocotb/_deprecation.py,sha256=zCaBqq6H9GRyKgSij9NvLs6Ku5CIdvKuGW6rLwi1Hhk,1189
4
- cocotb/_py_compat.py,sha256=Z-6oewHZbG79nO_tILrRrClahxjYaeEShezbcLnJsc4,2754
5
- cocotb/_sim_versions.py,sha256=sZWOj9odl_yPo92B9k_b1c2XHll4roD-oHnVSqY4VhE,3689
6
- cocotb/_version.py,sha256=ogN2Pe-ta4b3I2osPHuKiSKcT5ts1GmKtuD1i8eIF7A,303
7
- cocotb/binary.py,sha256=YCaXafbR2xG8CFnnToELgPyfL3rc6vEYYctmwGDQb5o,26996
8
- cocotb/clock.py,sha256=tyrtalfTCUiBTTfo_4kIGKG5mnCSCq3hLmAxwrmyQyM,6734
9
- cocotb/config.py,sha256=fW8kdxRx6_1qcWzL8r5Xm1KrHec-kVZcBv7WzBixMXs,10142
10
- cocotb/decorators.py,sha256=RmFedYm9gxIWIaeeADGHJCf9lvHHSbf0M6WN2KrfGG8,11802
11
- cocotb/handle.py,sha256=A_DojPAu_qbcOFP9U_q3A-dKRvrpLhX6ZWdy3NEHenw,42787
12
- cocotb/ipython_support.py,sha256=gon5kkyYVl2nJPHZmyo33vFkb0F9qEPMdPKh70WJx0g,3228
13
- cocotb/log.py,sha256=_pq5KzdU3dbFdSmaJfu_GhLSmIQaGuNsXQkIulSZuT0,10746
14
- cocotb/memdebug.py,sha256=UzsA9FtitLlxt-Y9pf_vlknKYX13mroVjZqvax9ddzs,1888
15
- cocotb/outcomes.py,sha256=4khaKTI7dZWhIAH1vZ7XWejQtlSGWb1-ZuHvSRClK9w,1355
16
- cocotb/queue.py,sha256=BoFIJ8tO2HGTPb_30I9Td7-W6VLQ54kquPrc5qLw2dk,5338
17
- cocotb/regression.py,sha256=XdokhhpR3GjriV3Hx-ihIayyjVLUiN27MdHldXMr1JE,33905
18
- cocotb/result.py,sha256=0B3i0wXair7gfKlelTrRSkFpPbyuhsW2kPtSvSasweo,6905
19
- cocotb/runner.py,sha256=o3KB_uPh9uhrQajGDD_JkHpZO7DDsASRsPInmaQJWGk,36621
20
- cocotb/scheduler.py,sha256=quoJz8R-4xgFdII1dk271V1MDt9mps9g1QrhaV2BgnM,42375
21
- cocotb/simulator.cp311-win_amd64.exp,sha256=HYQyHr6GsEACtUCjVSqjaKBi2kb0G-O2I41aPkbQdlA,759
22
- cocotb/simulator.cp311-win_amd64.lib,sha256=QDpTZSJg9QW2YABNxcqzR1yDvQB4iYqABbcLEprR8y8,2048
23
- cocotb/simulator.cp311-win_amd64.pyd,sha256=BJN79uFQVtpCm2fDHWi79WiArcSR-1vAExog2fo-qFA,31232
24
- cocotb/simulator.cp311-win_amd64.pyd.2.config,sha256=JGoavZmGw71REMRGu8DrBlQezZSCkQx7E3GOzGIf9_o,263
25
- cocotb/task.py,sha256=l51CgFAzBfKQD0snRuROoU24g52fd91wZM8GfSc-CQA,11360
26
- cocotb/triggers.py,sha256=l6jZ0rjnljCH_5iPOyoJ2uX6QC0AQn7JZdRB4vWeQtM,33259
27
- cocotb/utils.py,sha256=JTc870duDxUtSIM_UxXhsW9DtBvz6ziTagpn5wQ2ryU,23762
28
- cocotb/wavedrom.py,sha256=xQ_xG_cdUc4q4hju7Sjys-gFrJCg7RngCPFNI3A4KAA,6187
29
- cocotb/xunit_reporter.py,sha256=DrRM7Fn9LBY2hmtWI0PNFkiULpdNtqNzAk-1aw8Zd80,3632
30
- cocotb/_vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
- cocotb/_vendor/distutils_version.py,sha256=k4Zipnnw88hyoE5MLBbgcXh9iu7iYGK3K5s97wVpOFE,13185
32
- cocotb/libs/cocotb.dll,sha256=OvpLz14me_M1hR22PlC-e3LNDlK2cFLPLLzRiFduRZc,20480
33
- cocotb/libs/cocotb.exp,sha256=Lp-ob0A87sKb1dZwzt6VUpbHtkbYwng2minAlXM8xHQ,1109
34
- cocotb/libs/cocotb.lib,sha256=A88vdah7VfZ_ovV3stbSxhO-wfcGhWKaoHU15D29nHE,2358
35
- cocotb/libs/cocotbfli_modelsim.dll,sha256=vD0Qoy1nqDXXDnH-HZrDGDqrNkv46FHhoFzruPwTMbo,84992
36
- cocotb/libs/cocotbfli_modelsim.exp,sha256=Io6Q5XUqOExYXBeeWPw-dnkA8BdPgYLew5W7-II-rd4,875
37
- cocotb/libs/cocotbfli_modelsim.lib,sha256=fxQQiVJim1EAt5lafBwAXMzlJQfLnNjP_s8H_aA52c8,2176
38
- cocotb/libs/cocotbutils.dll,sha256=Tlaozq6mUQKtc4SokMsIcmSzrNn1yvO56mrgpL0W7iw,11776
39
- cocotb/libs/cocotbutils.exp,sha256=LeN-2vzwK8KdxB3bAcSnJ-p_mxbE_IAnHGF6e5kdMIs,974
40
- cocotb/libs/cocotbutils.lib,sha256=wHZ1lC4WqttFoZBPIqP_mSIQ-9-RHmYGf3eQhhVvF0c,2146
41
- cocotb/libs/cocotbvhpi_aldec.dll,sha256=d2n0r4nwu3hF1fikgGjI9VA1SBwoizC-U0MMBMDVXQU,77312
42
- cocotb/libs/cocotbvhpi_aldec.exp,sha256=WDYF_OD8bdzL8Z8_TM2Lsx9EcJNWkzXgn7nyEw8crXA,1073
43
- cocotb/libs/cocotbvhpi_aldec.lib,sha256=MSQ9cgUHCu3cjNlr_4ZuoM-4TvbPrwov7h2XEhkoEAE,2442
44
- cocotb/libs/cocotbvhpi_modelsim.dll,sha256=KD2EMq1uPv7S8YTf87jikwuPafqFXPwiGWLSMFJP8LU,77312
45
- cocotb/libs/cocotbvhpi_modelsim.exp,sha256=N6ZByuKduI7YV2eCBBoQZLwK7TCULzF23q2nNS13XZo,1080
46
- cocotb/libs/cocotbvhpi_modelsim.lib,sha256=-hHWTB-uD55isZLMHWtgTQG_2rhansUvfS6p8TlORvM,2484
47
- cocotb/libs/cocotbvpi_aldec.dll,sha256=h9grJurOl4F8eHqmWCdZGzOU7q7rGD31YdYtsw7GAmg,65024
48
- cocotb/libs/cocotbvpi_aldec.exp,sha256=KTpSGa3l5wDwCH35rIvVBxGtjJ96x-1M-SkQ4pJeakU,1068
49
- cocotb/libs/cocotbvpi_aldec.lib,sha256=oEliaWtpPQ-gycodC1W1KGatibwSpmye4iayZYPeVhg,2418
50
- cocotb/libs/cocotbvpi_ghdl.dll,sha256=VmlGIEJae27YnG-YDz5GeszJt_6jN5BC0AxSc1L2LIY,65024
51
- cocotb/libs/cocotbvpi_ghdl.exp,sha256=ChNP3_jpqs_sN3qkcDk62WkLA7Mg3NK1fH5laJaRmns,1067
52
- cocotb/libs/cocotbvpi_ghdl.lib,sha256=1vXhVqSQGfCouzo_wGxihm10-1OXBIHFhDvHA_NMDs0,2408
53
- cocotb/libs/cocotbvpi_icarus.exp,sha256=7truuAUqlNw7NKjPkXxqtwYiIuQgfVZl_eEztE4ieXg,1071
54
- cocotb/libs/cocotbvpi_icarus.lib,sha256=rAmfB7yOVOpAbDSg1wdxnWEyDd4ZPmyLYGd1vLonHIY,2438
55
- cocotb/libs/cocotbvpi_icarus.vpl,sha256=kSSZnWH9vaWC8yWm15-XYSiuB_pPHY6QnhyeyEhV1ZU,65024
56
- cocotb/libs/cocotbvpi_modelsim.dll,sha256=Ce3PSpq9L3-FY9yaFzOW2nibgQBbVuO81SeXPzZQzK4,65024
57
- cocotb/libs/cocotbvpi_modelsim.exp,sha256=4jFV2O-9QZ8tYhWJc7RD03MNvD38vTRB52aCNzj6ja0,1075
58
- cocotb/libs/cocotbvpi_modelsim.lib,sha256=RxjB0vL84fbwRnAmp-RBVgRkkzVEALu9eQao4F1TPhI,2468
59
- cocotb/libs/embed.dll,sha256=KbtLc4fJxnVeC2XGXLQFpudRI99kQBzG5Q4kWP6nzho,11776
60
- cocotb/libs/embed.exp,sha256=pYT487z1MkoN16TANgVCsscISPsulYbm6mcCV9uTo5k,1096
61
- cocotb/libs/embed.lib,sha256=wCHsyl4vxU3zN9KnNFS9h7n6MsO_RAWUs8t1LuD0-aU,2322
62
- cocotb/libs/gpi.dll,sha256=ZMmJg2gfwBF83j7h_m-DM3F9S2ZYtzLnRkDy4I63Dvo,46592
63
- cocotb/libs/gpi.exp,sha256=3uKybR4WuvHGfpjkgOuj-axi6fPRmRh7Zm3KBjJZfTM,21031
64
- cocotb/libs/gpi.lib,sha256=7XS-7w5dyoGRkxcSayKrcNnNm_J5S38C8vgmGLS90tc,34400
65
- cocotb/libs/gpilog.dll,sha256=wh915EchNsfxpCaxGJ9iGdses08Gf5SqXbIEfXncxyY,16896
66
- cocotb/libs/gpilog.exp,sha256=OduZoQDlo_JSozmzfGcAijNt4WJsQyUN9YKTKg8w7Cw,1632
67
- cocotb/libs/gpilog.lib,sha256=TJd8hd0zQ7HHY866Ikkz4ShJOlKUH3SP5pqyAmL_fMI,3244
68
- cocotb/libs/pygpilog.dll,sha256=1C297pVnfl7eKNR6s59tCLstWnrazpPAEPDR6hrFdbE,18432
69
- cocotb/libs/pygpilog.exp,sha256=IGE_J__B2M2QJilmlkOaGcI-V6dgsRMKYaOw2llQViM,1043
70
- cocotb/libs/pygpilog.lib,sha256=PExGeknZU_cAZBWRtIh7PW5sdzoyfUDaugN-Vh5y7tk,2272
71
- cocotb/share/def/.gitignore,sha256=JYPaHghbqtLFl-9QtOWaAHvoDOhVxEewSYwHgoYYgf8,46
72
- cocotb/share/def/README.md,sha256=dptv3zHQGzMqLt3Zv4XOd5IZeGqQS7Lwcq1XCs3BcR0,380
73
- cocotb/share/def/aldec.def,sha256=ItgxVlRaVuD20jGTN3JpkbHEO8jPfU5XjFlUqDUXzlU,991
74
- cocotb/share/def/aldec.exp,sha256=-q5Unmf5Kyf7CNACTW1PZb1copncAK3ApFgGxFKpeqA,7938
75
- cocotb/share/def/aldec.lib,sha256=yfEdZTAn_25HN1iK3mUdLpJGq53GHiEldk5VLoq7BLs,13498
76
- cocotb/share/def/ghdl.def,sha256=ETQh5VI72dWSJi_ig5m163GfLrxScYUamt5BjHjoKsY,705
77
- cocotb/share/def/ghdl.exp,sha256=M-EVf1DzNurgc3Paa1cyGNlDUMQJXa8uu1Nr_EBLeoQ,5763
78
- cocotb/share/def/ghdl.lib,sha256=RFaDPmkibE3LS4BZMZvdp7YAlvbyiVTlt766krrns-E,9974
79
- cocotb/share/def/icarus.def,sha256=VRqkgUyzR2sa916Ra56cZVIb4kzbqDlJVWIOc3389qY,698
80
- cocotb/share/def/icarus.exp,sha256=xMzli-z84_tFpT3sAKdC1UshX_jYcGSB3iNq5Six25o,5753
81
- cocotb/share/def/icarus.lib,sha256=6ovLT6glkBoBC_8hrGnvf6BQTPLPO66F5CVTYqjSk30,9612
82
- cocotb/share/def/modelsim.def,sha256=_6VexHTDM7geGOfedUCm6CLRpXS4DrcHUlP_BQxL1Nc,2389
83
- cocotb/share/def/modelsim.exp,sha256=YgbvcLJdnc8VqH6e7e65asDfpo6LtOZscGY5mSXi5Yc,16913
84
- cocotb/share/def/modelsim.lib,sha256=xbNDPZLw_aWR7rSRSxEnko7DVJE2dV_E1C9UueUlQvo,28194
85
- cocotb/share/include/cocotb_utils.h,sha256=v3byzF0uZbks5umkKBe-mgB9J3ShtKwam0_S2vIS10A,4091
86
- cocotb/share/include/embed.h,sha256=Fw0szHcAsXyrK_APXxZE-t0ttqmA8IUC72XXYO5yPl8,2509
87
- cocotb/share/include/exports.h,sha256=RRDg9diMCUUJxdzKX0B6TGmQBNttcoVMBVCCLUUKsrA,677
88
- cocotb/share/include/gpi.h,sha256=FvlF0QQD1rfy_jZ6Q_EnUpymNz7BtrGCgunXV8hg40k,10264
89
- cocotb/share/include/gpi_logging.h,sha256=_Z00YAtMqSr5Mk3WSQ0YjQ5nyPvsxA5vmou1G8lX-B4,10553
90
- cocotb/share/include/py_gpi_logging.h,sha256=zuuDIsKCdLOfUwOMv5EzeQWHuM0PaHzYE1kIH6TSWys,672
91
- cocotb/share/include/vhpi_user_ext.h,sha256=VLXbA-oeO83mL1vR0e4Ye0zMe5ijIaXnvT2FRFgsYDY,654
92
- cocotb/share/include/vpi_user_ext.h,sha256=ofqT24X1KOLeIDowuZxKDYvCTgXAy_RzMz5-_LjSZas,2511
93
- cocotb/share/lib/verilator/verilator.cpp,sha256=DKNqW8ZZV8Xeqsf0WW8YSe1LzT6ay70fSyiI2Lkj29M,4560
94
- cocotb/share/makefiles/Makefile.deprecations,sha256=83TZ1sYlXpVL5erEAr1Y0ZknoX-3vVn5gcwHwaAf30k,428
95
- cocotb/share/makefiles/Makefile.inc,sha256=uOtUkgAFhogYPU1gJ3Y1AKaV6s86EqFfsbLObSY7dKs,7212
96
- cocotb/share/makefiles/Makefile.sim,sha256=mDZPxOw40n1oIYM2wQ-KNHw5Ws9xMW9NSexLWIOxLTM,5412
97
- cocotb/share/makefiles/simulators/Makefile.activehdl,sha256=Y5mq84jkkUo0DFSOwaP99fdv06w8J5fdflOcnYAOHD8,2728
98
- cocotb/share/makefiles/simulators/Makefile.cvc,sha256=wAf8qdHAeXckTixGmF5zAyWicCky5w0H41illxmD-NE,3995
99
- cocotb/share/makefiles/simulators/Makefile.ghdl,sha256=f0EdUOiEjjCONvQawAmmWfigzEUCt9CaheYT3x_tKW0,3627
100
- cocotb/share/makefiles/simulators/Makefile.icarus,sha256=N4n5-azl6YCGYsHwmVwUbN5rQ49Rl0XNt02BTiZYE50,4485
101
- cocotb/share/makefiles/simulators/Makefile.ius,sha256=ikm-N_uvdpTw4cSNbVOXCV59o6ZeaOoXTfpx676CCwc,5090
102
- cocotb/share/makefiles/simulators/Makefile.modelsim,sha256=MQYmRb59nvUkY_f7GXUQVEYXQnU4IWA2-_G0N08StuI,1938
103
- cocotb/share/makefiles/simulators/Makefile.questa,sha256=tSEhEoWm-UN5QzrmVAoPqnQ-sxBXQytVHKBQjRIRXHI,6595
104
- cocotb/share/makefiles/simulators/Makefile.riviera,sha256=GkMwjsvcTKJ-Dq_VFWFFCxio5E9Boo8uAis0TB8dSIk,6074
105
- cocotb/share/makefiles/simulators/Makefile.vcs,sha256=P6t3hpAQoeurusymMmck71vj9p5V5Ordbi6wyghPdHo,3788
106
- cocotb/share/makefiles/simulators/Makefile.verilator,sha256=gi6X6u7QqRNUPOCr_AT1iD6a_EeAGz2y0rkYwVz-2nY,2486
107
- cocotb/share/makefiles/simulators/Makefile.xcelium,sha256=h6Cd_bXncZUfLlLnRbRMBWXxKZDumWVtMM2MscxbheY,5545
108
- cocotb/types/__init__.py,sha256=-M5mR--OWtFZ7Y4pjxB9CF4kmFtroDR7kzz1ba6h0No,1853
109
- cocotb/types/array.py,sha256=JAg5YB84WwERF7S5SK16HvmzCYJgmc5trLATJT3TIqo,11208
110
- cocotb/types/logic.py,sha256=PH5zocv9SpJam9Scc8Cl3uiDtPdtixhbiVLXjJPsPW8,8791
111
- cocotb/types/logic_array.py,sha256=0XpStXNA7qY8FIoamb-dnn-IbzIOXIBoxd0tiWMlhVE,10255
112
- cocotb/types/range.py,sha256=f25nic3X8jpd14nFU61D3izEOT77zPF_txZkWNrZ7N8,6428
113
- pygpi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
114
- pygpi/entry.py,sha256=LDJ8WK-s9nY_A5GEvPUuJTvnGqZvkhOe7i_yGQmqrI0,972
115
- cocotb-1.8.1.dist-info/LICENSE,sha256=oBp8aKF9rhLjG78uW4zxmiVsjA8Viwwdyj3nSbEXpmc,1570
116
- cocotb-1.8.1.dist-info/METADATA,sha256=vj2x3QhZ_GEg6g-l0ccYYOxuTIBV_p-bURlEDObV4kw,6953
117
- cocotb-1.8.1.dist-info/WHEEL,sha256=badvNS-y9fEq0X-qzdZYvql_JFjI7Xfw-wR8FsjoK0I,102
118
- cocotb-1.8.1.dist-info/entry_points.txt,sha256=Z2JL-ZgU-G5au6uYpkWZz9Pfk7qnh4fcoQJmBxnHSZQ,53
119
- cocotb-1.8.1.dist-info/top_level.txt,sha256=w-hmA_Ca52PldJkt5ya7gRP9tpUXfeJUGLMfXdv5Ez4,393
120
- cocotb-1.8.1.dist-info/RECORD,,