cocotb 1.7.1__cp39-cp39-win_amd64.whl → 1.8.0rc1__cp39-cp39-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 (87) hide show
  1. cocotb/__init__.py +7 -18
  2. cocotb/_sim_versions.py +16 -1
  3. cocotb/_version.py +1 -1
  4. cocotb/clock.py +8 -3
  5. cocotb/config.py +2 -1
  6. cocotb/decorators.py +40 -318
  7. cocotb/ipython_support.py +3 -1
  8. cocotb/libs/cocotb.dll +0 -0
  9. cocotb/libs/cocotb.exp +0 -0
  10. cocotb/libs/cocotb.lib +0 -0
  11. cocotb/libs/cocotbfli_modelsim.dll +0 -0
  12. cocotb/libs/cocotbfli_modelsim.exp +0 -0
  13. cocotb/libs/cocotbfli_modelsim.lib +0 -0
  14. cocotb/libs/cocotbutils.dll +0 -0
  15. cocotb/libs/cocotbutils.exp +0 -0
  16. cocotb/libs/cocotbutils.lib +0 -0
  17. cocotb/libs/cocotbvhpi_aldec.dll +0 -0
  18. cocotb/libs/cocotbvhpi_aldec.exp +0 -0
  19. cocotb/libs/cocotbvhpi_aldec.lib +0 -0
  20. cocotb/libs/cocotbvhpi_modelsim.dll +0 -0
  21. cocotb/libs/cocotbvhpi_modelsim.exp +0 -0
  22. cocotb/libs/cocotbvhpi_modelsim.lib +0 -0
  23. cocotb/libs/cocotbvpi_aldec.dll +0 -0
  24. cocotb/libs/cocotbvpi_aldec.exp +0 -0
  25. cocotb/libs/cocotbvpi_aldec.lib +0 -0
  26. cocotb/libs/cocotbvpi_ghdl.dll +0 -0
  27. cocotb/libs/cocotbvpi_ghdl.exp +0 -0
  28. cocotb/libs/cocotbvpi_ghdl.lib +0 -0
  29. cocotb/libs/cocotbvpi_icarus.exp +0 -0
  30. cocotb/libs/cocotbvpi_icarus.lib +0 -0
  31. cocotb/libs/cocotbvpi_icarus.vpl +0 -0
  32. cocotb/libs/cocotbvpi_modelsim.dll +0 -0
  33. cocotb/libs/cocotbvpi_modelsim.exp +0 -0
  34. cocotb/libs/cocotbvpi_modelsim.lib +0 -0
  35. cocotb/libs/embed.dll +0 -0
  36. cocotb/libs/embed.exp +0 -0
  37. cocotb/libs/embed.lib +0 -0
  38. cocotb/libs/gpi.dll +0 -0
  39. cocotb/libs/gpi.exp +0 -0
  40. cocotb/libs/gpi.lib +0 -0
  41. cocotb/libs/gpilog.dll +0 -0
  42. cocotb/libs/gpilog.exp +0 -0
  43. cocotb/libs/gpilog.lib +0 -0
  44. cocotb/libs/pygpilog.dll +0 -0
  45. cocotb/libs/pygpilog.exp +0 -0
  46. cocotb/libs/pygpilog.lib +0 -0
  47. cocotb/regression.py +32 -14
  48. cocotb/runner.py +541 -454
  49. cocotb/scheduler.py +35 -18
  50. cocotb/share/def/aldec.exp +0 -0
  51. cocotb/share/def/aldec.lib +0 -0
  52. cocotb/share/def/ghdl.exp +0 -0
  53. cocotb/share/def/ghdl.lib +0 -0
  54. cocotb/share/def/icarus.exp +0 -0
  55. cocotb/share/def/icarus.lib +0 -0
  56. cocotb/share/def/modelsim.def +2 -0
  57. cocotb/share/def/modelsim.exp +0 -0
  58. cocotb/share/def/modelsim.lib +0 -0
  59. cocotb/share/include/embed.h +1 -2
  60. cocotb/share/include/gpi.h +10 -15
  61. cocotb/share/include/vpi_user_ext.h +3 -0
  62. cocotb/share/lib/verilator/verilator.cpp +8 -4
  63. cocotb/share/makefiles/Makefile.inc +16 -4
  64. cocotb/share/makefiles/Makefile.sim +2 -2
  65. cocotb/share/makefiles/simulators/Makefile.icarus +19 -0
  66. cocotb/share/makefiles/simulators/Makefile.ius +12 -1
  67. cocotb/share/makefiles/simulators/Makefile.questa +2 -1
  68. cocotb/share/makefiles/simulators/Makefile.riviera +4 -0
  69. cocotb/share/makefiles/simulators/Makefile.vcs +4 -0
  70. cocotb/share/makefiles/simulators/Makefile.verilator +5 -1
  71. cocotb/share/makefiles/simulators/Makefile.xcelium +5 -1
  72. cocotb/simulator.cp39-win_amd64.exp +0 -0
  73. cocotb/simulator.cp39-win_amd64.lib +0 -0
  74. cocotb/simulator.cp39-win_amd64.pyd +0 -0
  75. cocotb/task.py +325 -0
  76. cocotb/triggers.py +23 -7
  77. cocotb/types/logic_array.py +34 -3
  78. {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/METADATA +166 -149
  79. cocotb-1.8.0rc1.dist-info/RECORD +120 -0
  80. {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/WHEEL +1 -1
  81. cocotb/_vendor/find_libpython/__init__.py +0 -358
  82. cocotb/_vendor/find_libpython/__main__.py +0 -5
  83. cocotb/_vendor/find_libpython/_version.py +0 -5
  84. cocotb-1.7.1.dist-info/RECORD +0 -122
  85. {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/LICENSE +0 -0
  86. {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/entry_points.txt +0 -0
  87. {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/top_level.txt +0 -0
@@ -1,358 +0,0 @@
1
- """
2
- Locate libpython associated with this Python executable.
3
- """
4
-
5
- # License
6
- #
7
- # Copyright 2018, Takafumi Arakaki
8
- #
9
- # Permission is hereby granted, free of charge, to any person obtaining
10
- # a copy of this software and associated documentation files (the
11
- # "Software"), to deal in the Software without restriction, including
12
- # without limitation the rights to use, copy, modify, merge, publish,
13
- # distribute, sublicense, and/or sell copies of the Software, and to
14
- # permit persons to whom the Software is furnished to do so, subject to
15
- # the following conditions:
16
- #
17
- # The above copyright notice and this permission notice shall be
18
- # included in all copies or substantial portions of the Software.
19
- #
20
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21
- # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22
- # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
23
- # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
24
- # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
25
- # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
26
- # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27
-
28
- from logging import getLogger
29
- import ctypes.util
30
- import functools
31
- import os
32
- import sys
33
- import sysconfig
34
-
35
- from ._version import version as __version__ # noqa: F401
36
-
37
- logger = getLogger("find_libpython")
38
-
39
- is_windows = os.name == "nt"
40
- is_apple = sys.platform == "darwin"
41
- is_msys = sysconfig.get_platform().startswith("msys")
42
- is_mingw = sysconfig.get_platform().startswith("mingw")
43
-
44
- SHLIB_SUFFIX = sysconfig.get_config_var("SHLIB_SUFFIX")
45
- if SHLIB_SUFFIX is None:
46
- if is_windows:
47
- SHLIB_SUFFIX = ".dll"
48
- else:
49
- SHLIB_SUFFIX = ".so"
50
- if is_apple:
51
- # sysconfig.get_config_var("SHLIB_SUFFIX") can be ".so" in macOS.
52
- # Let's not use the value from sysconfig.
53
- SHLIB_SUFFIX = ".dylib"
54
-
55
-
56
- def library_name(name, suffix=SHLIB_SUFFIX, is_windows=is_windows):
57
- """
58
- Convert a file basename `name` to a library name (no "lib" and ".so" etc.)
59
-
60
- >>> library_name("libpython3.7m.so") # doctest: +SKIP
61
- 'python3.7m'
62
- >>> library_name("libpython3.7m.so", suffix=".so", is_windows=False)
63
- 'python3.7m'
64
- >>> library_name("libpython3.7m.dylib", suffix=".dylib", is_windows=False)
65
- 'python3.7m'
66
- >>> library_name("python37.dll", suffix=".dll", is_windows=True)
67
- 'python37'
68
- """
69
- if not is_windows and name.startswith("lib"):
70
- name = name[len("lib") :]
71
- if suffix and name.endswith(suffix):
72
- name = name[: -len(suffix)]
73
- return name
74
-
75
-
76
- def append_truthy(list, item):
77
- if item:
78
- list.append(item)
79
-
80
-
81
- def uniquifying(items):
82
- """
83
- Yield items while excluding the duplicates and preserving the order.
84
-
85
- >>> list(uniquifying([1, 2, 1, 2, 3]))
86
- [1, 2, 3]
87
- """
88
- seen = set()
89
- for x in items:
90
- if x not in seen:
91
- yield x
92
- seen.add(x)
93
-
94
-
95
- def uniquified(func):
96
- """ Wrap iterator returned from `func` by `uniquifying`. """
97
-
98
- @functools.wraps(func)
99
- def wrapper(*args, **kwds):
100
- return uniquifying(func(*args, **kwds))
101
-
102
- return wrapper
103
-
104
-
105
- @uniquified
106
- def candidate_names(suffix=SHLIB_SUFFIX):
107
- """
108
- Iterate over candidate file names of libpython.
109
-
110
- Yields
111
- ------
112
- name : str
113
- Candidate name libpython.
114
- """
115
- LDLIBRARY = sysconfig.get_config_var("LDLIBRARY")
116
- if LDLIBRARY and os.path.splitext(LDLIBRARY)[1] == suffix:
117
- yield LDLIBRARY
118
-
119
- LIBRARY = sysconfig.get_config_var("LIBRARY")
120
- if LIBRARY and os.path.splitext(LIBRARY)[1] == suffix:
121
- yield LIBRARY
122
-
123
- DLLLIBRARY = sysconfig.get_config_var("DLLLIBRARY")
124
- if DLLLIBRARY:
125
- yield DLLLIBRARY
126
-
127
- if is_mingw:
128
- dlprefix = "lib"
129
- elif is_windows or is_msys:
130
- dlprefix = ""
131
- else:
132
- dlprefix = "lib"
133
-
134
- sysdata = dict(
135
- v=sys.version_info,
136
- # VERSION is X.Y in Linux/macOS and XY in Windows:
137
- VERSION=(
138
- sysconfig.get_config_var("VERSION")
139
- or "{v.major}.{v.minor}".format(v=sys.version_info)
140
- ),
141
- ABIFLAGS=(
142
- sysconfig.get_config_var("ABIFLAGS")
143
- or sysconfig.get_config_var("abiflags")
144
- or ""
145
- ),
146
- )
147
-
148
- for stem in [
149
- "python{VERSION}{ABIFLAGS}".format(**sysdata),
150
- "python{VERSION}".format(**sysdata),
151
- "python{v.major}".format(**sysdata),
152
- "python",
153
- ]:
154
- yield dlprefix + stem + suffix
155
-
156
-
157
- @uniquified
158
- def candidate_paths(suffix=SHLIB_SUFFIX):
159
- """
160
- Iterate over candidate paths of libpython.
161
-
162
- Yields
163
- ------
164
- path : str or None
165
- Candidate path to libpython. The path may not be a fullpath
166
- and may not exist.
167
- """
168
-
169
- # List candidates for directories in which libpython may exist
170
- lib_dirs = []
171
- append_truthy(lib_dirs, sysconfig.get_config_var("LIBPL"))
172
- append_truthy(lib_dirs, sysconfig.get_config_var("srcdir"))
173
- append_truthy(lib_dirs, sysconfig.get_config_var("LIBDIR"))
174
-
175
- # LIBPL seems to be the right config_var to use. It is the one
176
- # used in python-config when shared library is not enabled:
177
- # https://github.com/python/cpython/blob/v3.7.0/Misc/python-config.in#L55-L57
178
- #
179
- # But we try other places just in case.
180
-
181
- if is_windows or is_msys or is_mingw:
182
- lib_dirs.append(os.path.join(os.path.dirname(sys.executable)))
183
- else:
184
- lib_dirs.append(
185
- os.path.join(os.path.dirname(os.path.dirname(sys.executable)), "lib")
186
- )
187
-
188
- # For macOS:
189
- append_truthy(lib_dirs, sysconfig.get_config_var("PYTHONFRAMEWORKPREFIX"))
190
-
191
- lib_dirs.append(sys.exec_prefix)
192
- lib_dirs.append(os.path.join(sys.exec_prefix, "lib"))
193
-
194
- lib_basenames = list(candidate_names(suffix=suffix))
195
-
196
- for directory in lib_dirs:
197
- for basename in lib_basenames:
198
- yield os.path.join(directory, basename)
199
-
200
- # In macOS and Windows, ctypes.util.find_library returns a full path:
201
- for basename in lib_basenames:
202
- yield ctypes.util.find_library(library_name(basename))
203
-
204
-
205
- # Possibly useful links:
206
- # * https://packages.ubuntu.com/bionic/amd64/libpython3.6/filelist
207
- # * https://github.com/Valloric/ycmd/issues/518
208
- # * https://github.com/Valloric/ycmd/pull/519
209
-
210
-
211
- def normalize_path(path, suffix=SHLIB_SUFFIX, is_apple=is_apple):
212
- """
213
- Normalize shared library `path` to a real path.
214
-
215
- If `path` is not a full path, `None` is returned. If `path` does
216
- not exists, append `SHLIB_SUFFIX` and check if it exists.
217
- Finally, the path is canonicalized by following the symlinks.
218
-
219
- Parameters
220
- ----------
221
- path : str ot None
222
- A candidate path to a shared library.
223
- """
224
- if not path:
225
- return None
226
- if not os.path.isabs(path):
227
- return None
228
- if os.path.exists(path):
229
- return os.path.realpath(path)
230
- if os.path.exists(path + suffix):
231
- return os.path.realpath(path + suffix)
232
- if is_apple:
233
- return normalize_path(_remove_suffix_apple(path), suffix=".so", is_apple=False)
234
- return None
235
-
236
-
237
- def _remove_suffix_apple(path):
238
- """
239
- Strip off .so or .dylib.
240
-
241
- >>> _remove_suffix_apple("libpython.so")
242
- 'libpython'
243
- >>> _remove_suffix_apple("libpython.dylib")
244
- 'libpython'
245
- >>> _remove_suffix_apple("libpython3.7")
246
- 'libpython3.7'
247
- """
248
- if path.endswith(".dylib"):
249
- return path[: -len(".dylib")]
250
- if path.endswith(".so"):
251
- return path[: -len(".so")]
252
- return path
253
-
254
-
255
- @uniquified
256
- def finding_libpython():
257
- """
258
- Iterate over existing libpython paths.
259
-
260
- The first item is likely to be the best one.
261
-
262
- Yields
263
- ------
264
- path : str
265
- Existing path to a libpython.
266
- """
267
- logger.debug("is_windows = %s", is_windows)
268
- logger.debug("is_apple = %s", is_apple)
269
- logger.debug("is_mingw = %s", is_mingw)
270
- logger.debug("is_msys = %s", is_msys)
271
- for path in candidate_paths():
272
- logger.debug("Candidate: %s", path)
273
- normalized = normalize_path(path)
274
- if normalized:
275
- logger.debug("Found: %s", normalized)
276
- yield normalized
277
- else:
278
- logger.debug("Not found.")
279
-
280
-
281
- def find_libpython():
282
- """
283
- Return a path (`str`) to libpython or `None` if not found.
284
-
285
- Parameters
286
- ----------
287
- path : str or None
288
- Existing path to the (supposedly) correct libpython.
289
- """
290
- for path in finding_libpython():
291
- return os.path.realpath(path)
292
-
293
-
294
- def print_all(items):
295
- for x in items:
296
- print(x)
297
-
298
-
299
- def cli_find_libpython(cli_op, verbose):
300
- import logging
301
-
302
- # Importing `logging` module here so that using `logging.debug`
303
- # instead of `logger.debug` outside of this function becomes an
304
- # error.
305
-
306
- if verbose:
307
- logging.basicConfig(format="%(levelname)s %(message)s", level=logging.DEBUG)
308
-
309
- if cli_op == "list-all":
310
- print_all(finding_libpython())
311
- elif cli_op == "candidate-names":
312
- print_all(candidate_names())
313
- elif cli_op == "candidate-paths":
314
- print_all(p for p in candidate_paths() if p and os.path.isabs(p))
315
- else:
316
- path = find_libpython()
317
- if path is None:
318
- return 1
319
- print(path, end="")
320
-
321
-
322
- def main(args=None):
323
- import argparse
324
-
325
- parser = argparse.ArgumentParser(description=__doc__)
326
- parser.add_argument(
327
- "--verbose", "-v", action="store_true", help="Print debugging information."
328
- )
329
-
330
- parser.add_argument(
331
- "--version", action="version", version="find_libpython {}".format(__version__)
332
- )
333
-
334
- group = parser.add_mutually_exclusive_group()
335
- group.add_argument(
336
- "--list-all",
337
- action="store_const",
338
- dest="cli_op",
339
- const="list-all",
340
- help="Print list of all paths found.",
341
- )
342
- group.add_argument(
343
- "--candidate-names",
344
- action="store_const",
345
- dest="cli_op",
346
- const="candidate-names",
347
- help="Print list of candidate names of libpython.",
348
- )
349
- group.add_argument(
350
- "--candidate-paths",
351
- action="store_const",
352
- dest="cli_op",
353
- const="candidate-paths",
354
- help="Print list of candidate paths of libpython.",
355
- )
356
-
357
- ns = parser.parse_args(args)
358
- parser.exit(cli_find_libpython(**vars(ns)))
@@ -1,5 +0,0 @@
1
- from . import main
2
-
3
-
4
- if __name__ == "__main__":
5
- main()
@@ -1,5 +0,0 @@
1
- # coding: utf-8
2
- # file generated by setuptools_scm
3
- # don't change, don't track in version control
4
- version = '0.2.0'
5
- version_tuple = (0, 2, 0)
@@ -1,122 +0,0 @@
1
- cocotb/ANSI.py,sha256=BXtYyxla8R_bHRasjDyZGibYDNoh2deY8Snyre8YT54,3458
2
- cocotb/__init__.py,sha256=duWdovMBVKbLc9ZFdGhrZfzGMzpczWTGM1AEXiFq0Cg,12027
3
- cocotb/_deprecation.py,sha256=zCaBqq6H9GRyKgSij9NvLs6Ku5CIdvKuGW6rLwi1Hhk,1189
4
- cocotb/_py_compat.py,sha256=Z-6oewHZbG79nO_tILrRrClahxjYaeEShezbcLnJsc4,2754
5
- cocotb/_sim_versions.py,sha256=nxbPjrcNTXoPVIflq4hDkDcDLoX2tmQAPhD418vTu3Y,2965
6
- cocotb/_version.py,sha256=OGQ2ePD_3T1Y8sYUu4Bq8tSNDG8RE8KLak9GtlZ768s,303
7
- cocotb/binary.py,sha256=YCaXafbR2xG8CFnnToELgPyfL3rc6vEYYctmwGDQb5o,26996
8
- cocotb/clock.py,sha256=oh6q3pwfF8LO3jXYp1KGR3cELvMCt9bdueONljh-Zkk,6605
9
- cocotb/config.py,sha256=EJC9hNhNn-z3LsokArvcTM0aPHEYQkV6hjF6e5bkGPQ,10173
10
- cocotb/decorators.py,sha256=ybE66xu1ZxxXxUWPlStVt87QRUEf3hEB5Oqm_jV0x-4,21353
11
- cocotb/handle.py,sha256=A_DojPAu_qbcOFP9U_q3A-dKRvrpLhX6ZWdy3NEHenw,42787
12
- cocotb/ipython_support.py,sha256=tXb9_ZywUKqdrSQDYuxYz79Mi5ZlhjkJfj9RELcoH_U,2918
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=71yRvpzRoIFOGuoEEGiRipaxsWtNwes_-NUZt9q2Q-s,33555
18
- cocotb/result.py,sha256=0B3i0wXair7gfKlelTrRSkFpPbyuhsW2kPtSvSasweo,6905
19
- cocotb/runner.py,sha256=QnF7_URAbFpaOk7RkmMpyxamfg8JMSIptXSfLLlDIXU,32579
20
- cocotb/scheduler.py,sha256=6xO_ap2YGWs7WqFl9db9Ow_iD94Vx0jtsJ8gZLxhHHs,41385
21
- cocotb/simulator.cp39-win_amd64.exp,sha256=mvBTmMdT62LwZ7tzoIl4hjrlMqV6Lp49SutvbKx-A2w,755
22
- cocotb/simulator.cp39-win_amd64.lib,sha256=unwX7tfK80bq7lwI1t97XP-BHTQVySgWXtF6OFAmxdE,2036
23
- cocotb/simulator.cp39-win_amd64.pyd,sha256=eCBFx5RBlewlY_SfNqa81OL94PojEXKZeYFZEetrGBY,31744
24
- cocotb/simulator.cp39-win_amd64.pyd.2.config,sha256=JGoavZmGw71REMRGu8DrBlQezZSCkQx7E3GOzGIf9_o,263
25
- cocotb/triggers.py,sha256=s1aEKWPbLbgptdw7a9rGMQeuFCw2rsmmUFMhjmQR3P8,32651
26
- cocotb/utils.py,sha256=JTc870duDxUtSIM_UxXhsW9DtBvz6ziTagpn5wQ2ryU,23762
27
- cocotb/wavedrom.py,sha256=xQ_xG_cdUc4q4hju7Sjys-gFrJCg7RngCPFNI3A4KAA,6187
28
- cocotb/xunit_reporter.py,sha256=DrRM7Fn9LBY2hmtWI0PNFkiULpdNtqNzAk-1aw8Zd80,3632
29
- cocotb/_vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
- cocotb/_vendor/distutils_version.py,sha256=k4Zipnnw88hyoE5MLBbgcXh9iu7iYGK3K5s97wVpOFE,13185
31
- cocotb/_vendor/find_libpython/__init__.py,sha256=ykFA7NXuQeB-WvM-GFBRcdKfaEit5Zm9J57xN386FWY,10611
32
- cocotb/_vendor/find_libpython/__main__.py,sha256=5twLZIs-xeF6hrfHgyazBQ9p4oq4de6l2aMfirrb0a8,64
33
- cocotb/_vendor/find_libpython/_version.py,sha256=bWpd1HVv248UTIkgJCk8hXhO-z1PW6qpNifJH8dqhP4,147
34
- cocotb/libs/cocotb.dll,sha256=bQ3N8TvgevXSirwHQv6coPqwN67voaaPStUk2A5_R44,16896
35
- cocotb/libs/cocotb.exp,sha256=-mNtmefRspZO42aO8sy5WalXW7bDvppyhnlZBSavUz8,1108
36
- cocotb/libs/cocotb.lib,sha256=dlegKaqRdXciGuLlB38BGAwVTBbQq3Mr_kVTWjUYH1Y,2358
37
- cocotb/libs/cocotbfli_modelsim.dll,sha256=GCelyvwP95vKOdQ2VyH9Ia9u_tr94d07awFpD9uiQVU,83456
38
- cocotb/libs/cocotbfli_modelsim.exp,sha256=BifhwHG4JxTI8EE4hshE_NmsHZPgLzHcIUJfVYyIaCw,874
39
- cocotb/libs/cocotbfli_modelsim.lib,sha256=b6TrQFiTNKlP8brkJHjKms7Q10xdCzh6XzUgeNx3IHA,2176
40
- cocotb/libs/cocotbutils.dll,sha256=l8mBTxqWDoUKtMmRVOysbj29jLlHLIO90cHT4lxCpXA,11776
41
- cocotb/libs/cocotbutils.exp,sha256=wGxQ57796O7V128lwVz-PnAIqyuXmpHoUhIwSmUg_q0,973
42
- cocotb/libs/cocotbutils.lib,sha256=3RreawzW8c8BjfjS3sPZ21zMz8lPhjK2-DyTVhfVuOc,2146
43
- cocotb/libs/cocotbvhpi_aldec.dll,sha256=QNs_z6p9ThpKvurHbZqKnJGSn2wYR0dTajTAc9gzcuA,76800
44
- cocotb/libs/cocotbvhpi_aldec.exp,sha256=f0S5gBA8rF1D6HIqqvz8N1XU_rnFgJntKyhSrl_nDUk,1072
45
- cocotb/libs/cocotbvhpi_aldec.lib,sha256=4BnR5r5KPjKHPykmUsDJVPbDKHJZfEo9yTJG9AAN3Ug,2442
46
- cocotb/libs/cocotbvhpi_modelsim.dll,sha256=D9y36hX7-nafmxMJlkrdPxr1Qx5JqAvKpIqzkTepMz0,76800
47
- cocotb/libs/cocotbvhpi_modelsim.exp,sha256=IbCB6XMhA-wofYVMlopS13-W64WiAKepnSjMyG9JaCQ,1079
48
- cocotb/libs/cocotbvhpi_modelsim.lib,sha256=CKsUv_a5uhkuoID_2zDF7IaFKO-SvyUjYT7rmE1r1zw,2484
49
- cocotb/libs/cocotbvpi_aldec.dll,sha256=oHyOCA2qHQHT4gyfyxhhmiPG6ajMmepu0palhJFNSwg,65024
50
- cocotb/libs/cocotbvpi_aldec.exp,sha256=QzaGhVokim5QtQywfPt3F0lHXnYVZFe8zor399t8umg,1067
51
- cocotb/libs/cocotbvpi_aldec.lib,sha256=UVPBQDStk877NSszu-O9GRcviIGySsNOjXzAWDg6BuA,2418
52
- cocotb/libs/cocotbvpi_ghdl.dll,sha256=9HqT5_RFmJPSplRz2Jug2wEKzkGNh1qYJYaBLIWuvVU,65024
53
- cocotb/libs/cocotbvpi_ghdl.exp,sha256=OOzbu-DwmKq3UaqX_ONTmB_asXKBcw20eucCwv_NqBw,1066
54
- cocotb/libs/cocotbvpi_ghdl.lib,sha256=xx56A3fo8M1nFxsZxu7opmzWbJ796Aon5Sst4QU0bl0,2408
55
- cocotb/libs/cocotbvpi_icarus.exp,sha256=l1cSbK1TNF3DGAM3e-XkFkNwa6dQkNRzOX9Ai4D-t4k,1070
56
- cocotb/libs/cocotbvpi_icarus.lib,sha256=mh-rbVyNzWTeWyaCOZ8znl2hdn31syzeUzI_iGuHQfU,2438
57
- cocotb/libs/cocotbvpi_icarus.vpl,sha256=yhz27m9_oFzIqBEet8O7Ep3IqRm2xSOp_KSSh9r3ALc,65024
58
- cocotb/libs/cocotbvpi_modelsim.dll,sha256=9_4pu60Cv_iQupf112EL1W4CqwzPwFei9dJ0n0UiNwM,65024
59
- cocotb/libs/cocotbvpi_modelsim.exp,sha256=QwancRXSZBETKN1txfY-vATQn5JaT85x3jhbSEHC-8c,1074
60
- cocotb/libs/cocotbvpi_modelsim.lib,sha256=IZfWEHW8OZemZxIxx8tOaPdw_apzBNCzyiECUWfbUyc,2468
61
- cocotb/libs/embed.dll,sha256=npaX7bgnlQY87phQrHXIwZ3LbvRoz-Aiz_l9zyycZdw,11776
62
- cocotb/libs/embed.exp,sha256=9xcPVk5xzrTVvm90tcfeSdhfTVEaEOw1MnCGgn6vB9M,1095
63
- cocotb/libs/embed.lib,sha256=TGbteN0lWZweNlYKfErMN3sADM3mo-lKzhuQ4ik8dvY,2322
64
- cocotb/libs/gpi.dll,sha256=KoWezOnsJUu30sfQ-pFJr1XwGyYjCi1UuRs-AUoM7gA,46592
65
- cocotb/libs/gpi.exp,sha256=KSM6WFCVDOAptlQ5-llEVDXTm4Sh11T7fGTh_Ilfbb8,20272
66
- cocotb/libs/gpi.lib,sha256=_1uXnPu44DJ0JcAzOKE5GeHsq_IXud4bLcpUzxIPExk,33216
67
- cocotb/libs/gpilog.dll,sha256=Mi1Ey5s6LZBdqaxKVLQQM-a-3u2isc8W8_trR1rb97k,16896
68
- cocotb/libs/gpilog.exp,sha256=t538IhvicbLm4FQM747oJJ5iZRACMZRxpbm7nFsTwnc,1631
69
- cocotb/libs/gpilog.lib,sha256=JdNAQPP8fNUmtcWobfM4pjsXsqTU-1pMUfykYRvhcwc,3244
70
- cocotb/libs/pygpilog.dll,sha256=wQNq-UEP1f4jtZfXkwI49XA2zWVOdJL33ZyP_FcODjE,18432
71
- cocotb/libs/pygpilog.exp,sha256=3prC_0LD-0cECbOaFCjof7ps83MdiJDYXHhkqyDwK3E,1042
72
- cocotb/libs/pygpilog.lib,sha256=FNQUCAdRWY2ahNFM7v5Y14leDg-fT-ElYz1Pu0A-UkU,2272
73
- cocotb/share/def/.gitignore,sha256=JYPaHghbqtLFl-9QtOWaAHvoDOhVxEewSYwHgoYYgf8,46
74
- cocotb/share/def/README.md,sha256=dptv3zHQGzMqLt3Zv4XOd5IZeGqQS7Lwcq1XCs3BcR0,380
75
- cocotb/share/def/aldec.def,sha256=ItgxVlRaVuD20jGTN3JpkbHEO8jPfU5XjFlUqDUXzlU,991
76
- cocotb/share/def/aldec.exp,sha256=ILbvUoIq7HZE8bKFS3z8i_H0SA21f8y7cjUELDx1pp4,7938
77
- cocotb/share/def/aldec.lib,sha256=-g2FJzLlPPUwm-91bhKymKzO1DqUIevLWL1AI7U7JaQ,13498
78
- cocotb/share/def/ghdl.def,sha256=ETQh5VI72dWSJi_ig5m163GfLrxScYUamt5BjHjoKsY,705
79
- cocotb/share/def/ghdl.exp,sha256=GSqFRwIUmOhcL-l9hH_iOcj_D4wLdFmv5W47qLHsjFQ,5763
80
- cocotb/share/def/ghdl.lib,sha256=hzJP1TWnIbreIc4hqkfInlZsyrBYtroWj9Rrfor7Fyw,9974
81
- cocotb/share/def/icarus.def,sha256=VRqkgUyzR2sa916Ra56cZVIb4kzbqDlJVWIOc3389qY,698
82
- cocotb/share/def/icarus.exp,sha256=VwOVb1xe4IMewZjg7YlwuogImJ8XC37PCzeXuvjMJDg,5753
83
- cocotb/share/def/icarus.lib,sha256=Qq3vt3GxzJQE26QQkHls6AkzCGvDJ8UA89ESg1hbqXw,9612
84
- cocotb/share/def/modelsim.def,sha256=oXJZhG3kdGN78rZFiqqdXwreTxZG7aBrbpH4UwizcSs,2349
85
- cocotb/share/def/modelsim.exp,sha256=lcFMgWYhCwxYMxHljh_jTxZmQHbjyNnaKoyMwXlqHbk,16647
86
- cocotb/share/def/modelsim.lib,sha256=4eHfTk9IOuzAp2N0668MgUJKkWWXZeD4671-b0Brz4Q,27754
87
- cocotb/share/include/cocotb_utils.h,sha256=v3byzF0uZbks5umkKBe-mgB9J3ShtKwam0_S2vIS10A,4091
88
- cocotb/share/include/embed.h,sha256=IvwKq8mvj9zM9Tx_TRDM7IIR_ZmIZRwahQmuVPFrsc0,2577
89
- cocotb/share/include/exports.h,sha256=RRDg9diMCUUJxdzKX0B6TGmQBNttcoVMBVCCLUUKsrA,677
90
- cocotb/share/include/gpi.h,sha256=dlCQCmb5nVnZNl9_4kCr0_gFPOxDGXsTp-5Mm67mwsQ,10321
91
- cocotb/share/include/gpi_logging.h,sha256=_Z00YAtMqSr5Mk3WSQ0YjQ5nyPvsxA5vmou1G8lX-B4,10553
92
- cocotb/share/include/py_gpi_logging.h,sha256=zuuDIsKCdLOfUwOMv5EzeQWHuM0PaHzYE1kIH6TSWys,672
93
- cocotb/share/include/vhpi_user_ext.h,sha256=VLXbA-oeO83mL1vR0e4Ye0zMe5ijIaXnvT2FRFgsYDY,654
94
- cocotb/share/include/vpi_user_ext.h,sha256=p4nrUI9I7zqWuJMTiGjalG7ylgG4WCs7nuFBs5cJWOs,2426
95
- cocotb/share/lib/verilator/verilator.cpp,sha256=5cALadLVdz8vl2HOlfwXBke-f3WKuOjlrhIMDqeLm94,4294
96
- cocotb/share/makefiles/Makefile.deprecations,sha256=83TZ1sYlXpVL5erEAr1Y0ZknoX-3vVn5gcwHwaAf30k,428
97
- cocotb/share/makefiles/Makefile.inc,sha256=A1_bz2yk5fXATTuuPXhgL6ZdKW7heeIqZU-PFOvS6ro,6668
98
- cocotb/share/makefiles/Makefile.sim,sha256=kbt8uCfI4vuF2EcDLO0HZXcp-XKJya-fOzRSw0EYCWY,5394
99
- cocotb/share/makefiles/simulators/Makefile.activehdl,sha256=Y5mq84jkkUo0DFSOwaP99fdv06w8J5fdflOcnYAOHD8,2728
100
- cocotb/share/makefiles/simulators/Makefile.cvc,sha256=wAf8qdHAeXckTixGmF5zAyWicCky5w0H41illxmD-NE,3995
101
- cocotb/share/makefiles/simulators/Makefile.ghdl,sha256=f0EdUOiEjjCONvQawAmmWfigzEUCt9CaheYT3x_tKW0,3627
102
- cocotb/share/makefiles/simulators/Makefile.icarus,sha256=SJnHXZ8bMTA5nkvwYPm7mkl39x5m9lmYS4LWlsYJA30,3939
103
- cocotb/share/makefiles/simulators/Makefile.ius,sha256=MNML3QPPOYoSg8w4qKRpS4aG2iLpIyaNYxQH4AIUPZw,4565
104
- cocotb/share/makefiles/simulators/Makefile.modelsim,sha256=MQYmRb59nvUkY_f7GXUQVEYXQnU4IWA2-_G0N08StuI,1938
105
- cocotb/share/makefiles/simulators/Makefile.questa,sha256=LAcF1mbNEtPPadAcTvVrIDhaRNnRptzGQNhUJaYhHHM,6531
106
- cocotb/share/makefiles/simulators/Makefile.riviera,sha256=rq14pLdVEqz2jYV-qKL7hZmqFXVXZ32vwYIY-QBVzr0,5972
107
- cocotb/share/makefiles/simulators/Makefile.vcs,sha256=C-jBYLgCBqyKPSaxmOMVX6jUnMyahg8z5poJOtI6M4o,3683
108
- cocotb/share/makefiles/simulators/Makefile.verilator,sha256=277zSbhpq6izwjhHZZGVEIE4fYdEXEBYFiLh7Ron69g,2361
109
- cocotb/share/makefiles/simulators/Makefile.xcelium,sha256=8Q-71JyR25EHx2iip9I9-2L2-WolCnmzFN26Tu-7oBI,5442
110
- cocotb/types/__init__.py,sha256=-M5mR--OWtFZ7Y4pjxB9CF4kmFtroDR7kzz1ba6h0No,1853
111
- cocotb/types/array.py,sha256=JAg5YB84WwERF7S5SK16HvmzCYJgmc5trLATJT3TIqo,11208
112
- cocotb/types/logic.py,sha256=PH5zocv9SpJam9Scc8Cl3uiDtPdtixhbiVLXjJPsPW8,8791
113
- cocotb/types/logic_array.py,sha256=0KBHaAXgvKdgTYdf1q77TzuRdq0gfXUt1SNYAXET2Gg,9330
114
- cocotb/types/range.py,sha256=f25nic3X8jpd14nFU61D3izEOT77zPF_txZkWNrZ7N8,6428
115
- pygpi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
116
- pygpi/entry.py,sha256=LDJ8WK-s9nY_A5GEvPUuJTvnGqZvkhOe7i_yGQmqrI0,972
117
- cocotb-1.7.1.dist-info/LICENSE,sha256=oBp8aKF9rhLjG78uW4zxmiVsjA8Viwwdyj3nSbEXpmc,1570
118
- cocotb-1.7.1.dist-info/METADATA,sha256=3WhIDeghx_dzU_OHkcorjNCaeEcE0UO4NqoDBaVhDNA,6110
119
- cocotb-1.7.1.dist-info/WHEEL,sha256=fVcVlLzi8CGi_Ul8vjMdn8gER25dn5GBg9E6k9z41-Y,100
120
- cocotb-1.7.1.dist-info/entry_points.txt,sha256=Z2JL-ZgU-G5au6uYpkWZz9Pfk7qnh4fcoQJmBxnHSZQ,53
121
- cocotb-1.7.1.dist-info/top_level.txt,sha256=w-hmA_Ca52PldJkt5ya7gRP9tpUXfeJUGLMfXdv5Ez4,393
122
- cocotb-1.7.1.dist-info/RECORD,,