cocotb 1.7.1__cp310-cp310-win32.whl → 1.8.0rc1__cp310-cp310-win32.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.cp310-win32.exp +0 -0
  73. cocotb/simulator.cp310-win32.lib +0 -0
  74. cocotb/simulator.cp310-win32.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.cp310-win32.exp,sha256=TMN2xUCTzvxzB54kNV4tNc7rqU1oyiXDPefmsrXxg_Y,749
22
- cocotb/simulator.cp310-win32.lib,sha256=eLVjLQMjC04zmVjVYDQ50hJlNgAEuFw_0TnrzIbx8aQ,1992
23
- cocotb/simulator.cp310-win32.pyd,sha256=ICNdpUDlJUQN3Qoa13tDedf8XZ6R2RfjqujwEHuLguo,26112
24
- cocotb/simulator.cp310-win32.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=2AssgTtcHzy1q_DccadY4g-F3c7TDVqb5UmvJyRmKgY,13824
35
- cocotb/libs/cocotb.exp,sha256=Oy2OdmLciw8A0zekvpGnLQEDami10XeAyrK_ooH-H3o,1113
36
- cocotb/libs/cocotb.lib,sha256=ipoXy0ewyDO9rfNQkY2zTUU9CJr3It_5CGjeBpST2tc,2372
37
- cocotb/libs/cocotbfli_modelsim.dll,sha256=7_1DByfh_2v7fZnbI1KIU3VEiIVx4d6s0nux3sSuI3c,67072
38
- cocotb/libs/cocotbfli_modelsim.exp,sha256=NLkGIlXwgGRX33n70uDTY1QSmQQ4_nXoeCaDpsSC3eM,875
39
- cocotb/libs/cocotbfli_modelsim.lib,sha256=MjCxW_giEYjJ306Xl_uBQJzPyh_F11Xbt2ry3fnAW-w,2176
40
- cocotb/libs/cocotbutils.dll,sha256=EmCLOg65ZBQ33EtdGyyABdxxhUOFP3LCJPcnxcng7OQ,9728
41
- cocotb/libs/cocotbutils.exp,sha256=hyjGDs_fPZ6LUUSiG9EaMLt9dO-G_iBJbb-OfXS5jeA,976
42
- cocotb/libs/cocotbutils.lib,sha256=Z-8Wd-rH2JMCEk71jNdSy7VvA0cACSQ6UobyaaOj9tU,2154
43
- cocotb/libs/cocotbvhpi_aldec.dll,sha256=7m8sQeuXOFR0W5olPv7nLUCqd05JCW9hbvJZ8d8gQug,65024
44
- cocotb/libs/cocotbvhpi_aldec.exp,sha256=Oh6bYZyJnDVUSIcmmU7rGeh6LfMaiPtrVUShyhxGzKE,1075
45
- cocotb/libs/cocotbvhpi_aldec.lib,sha256=Xdr_hDaWvYw9D7bBEqSoStNDU40FIHPvv8eumizsC7M,2448
46
- cocotb/libs/cocotbvhpi_modelsim.dll,sha256=vcQvldyHMUx_bCixbuLdq_KL7VGDJdIBxzWhJ6-jCTo,64512
47
- cocotb/libs/cocotbvhpi_modelsim.exp,sha256=ECQ6o96p5hx3ypiwbgcFbgD9pmD61nWkEzDmZiGoWfw,1082
48
- cocotb/libs/cocotbvhpi_modelsim.lib,sha256=0j5xQN2cQZ3gBl6U6d_lD1IB6lAxu4_6sSwd-xZ5GaQ,2492
49
- cocotb/libs/cocotbvpi_aldec.dll,sha256=5IV0e2jng0Z5WjMhbBQ6VkBNqd_T9PXDk3UVxHX_N1M,53760
50
- cocotb/libs/cocotbvpi_aldec.exp,sha256=EqBRUpuahmFTNxBegI92MbvZqyvr7oje1VatsahlfwA,1070
51
- cocotb/libs/cocotbvpi_aldec.lib,sha256=PdGIESAq_v5RF-TE5cRYmtGHkuwdivx0yNyMumw0A6E,2428
52
- cocotb/libs/cocotbvpi_ghdl.dll,sha256=-9Cfqrrxgdjt_EbJknEGF5lY-xb5IPTzHjP90dVvWHg,53760
53
- cocotb/libs/cocotbvpi_ghdl.exp,sha256=QiJNLT1B7HTa611GiYMdfUoDe-a30wnL1ZJzsyKdoa4,1069
54
- cocotb/libs/cocotbvpi_ghdl.lib,sha256=lRqm3IMdn8Vbly7dpXZ8nWBL3Y7n25A4zfOyzMuKHLM,2412
55
- cocotb/libs/cocotbvpi_icarus.exp,sha256=_BpCLfkES-Fm57ORAhtNJurW-E0s-2iN3P4G6N_rzmk,1073
56
- cocotb/libs/cocotbvpi_icarus.lib,sha256=kYXyGAfdBaLowdjCGR_U0b1eOb-VyWEEA4pEBCKvvGE,2442
57
- cocotb/libs/cocotbvpi_icarus.vpl,sha256=qdFtiGB2JJlvFS74zwlJA6w_bQ9SrMOkDxYdTBM4F7U,53760
58
- cocotb/libs/cocotbvpi_modelsim.dll,sha256=XjHt5KHcUn8_AMlIgl0WGCv8v-9hFrhzLrN0gLX_Mzs,53760
59
- cocotb/libs/cocotbvpi_modelsim.exp,sha256=gR4SM6di6Z5bug7JrvzIoTHS9tkW_ibVoBFmCZxXaF0,1077
60
- cocotb/libs/cocotbvpi_modelsim.lib,sha256=6Mev7qoqVz7HHQkJQIt5I62awqWYZGqxe3El-xhIW_g,2472
61
- cocotb/libs/embed.dll,sha256=pbb4TBA1MwDrTewupnC-LCeWP4Y0Wl-7H80ASHOu4EI,10240
62
- cocotb/libs/embed.exp,sha256=WB7Fi-JuxWUFiFu5b-ApJuuCYk1rvasPuonPnTfIIuo,1100
63
- cocotb/libs/embed.lib,sha256=UEBjd_RW7WmNlsPZFfwmaPnBA0ZTTT-Q4d3VPKhjXE4,2336
64
- cocotb/libs/gpi.dll,sha256=luDLVGcuwVOAY5fgjJDRMTXg6k08SWtz15vXYI7ZyD4,39936
65
- cocotb/libs/gpi.exp,sha256=mQmHk46WkiC6F_De57KirgjcXkW5gY_jr9ZIc7A9VdY,19976
66
- cocotb/libs/gpi.lib,sha256=-wtvCEOHc3okxfD2qDBRLj0soLjaNtoe9WdWW8bFzMk,32774
67
- cocotb/libs/gpilog.dll,sha256=yPmynagiHEOecNU4buCXzitNvFAhdnSC3yBFQt96Ass,13824
68
- cocotb/libs/gpilog.exp,sha256=tsZEpPXvLui56fvv4AC7UOzDB7_3mcpfyyeU-Vios1o,1652
69
- cocotb/libs/gpilog.lib,sha256=fQwIO6irnokFOmg85qq9eeG0U78tm7gGINFnOlToa1I,3272
70
- cocotb/libs/pygpilog.dll,sha256=r7YCU6EcaZ8bU1kpHrimkLqnYT-bqBeNuyEqXgbtwlw,15360
71
- cocotb/libs/pygpilog.exp,sha256=s7bcG_SAdddqNBOMyye5sCuVN19jLWybvTaJVNL8ZYc,1045
72
- cocotb/libs/pygpilog.lib,sha256=huVXw3iE6709sf5srnqHhMtJWxiBBO6bgTs_-Uu1XuU,2280
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=hHBBC5VULsVhVgZOAFQBhkWKbymcxiabY7Ie5NTABh4,7802
77
- cocotb/share/def/aldec.lib,sha256=jjvKvFzu5A6Wfy7c1ng78Yw5W_8OLY1E0Plik4sDZY0,13212
78
- cocotb/share/def/ghdl.def,sha256=ETQh5VI72dWSJi_ig5m163GfLrxScYUamt5BjHjoKsY,705
79
- cocotb/share/def/ghdl.exp,sha256=ck67CoTLbszj4YFKTnNgyUFBbbdUQ5ayqTmM6NRXS50,5670
80
- cocotb/share/def/ghdl.lib,sha256=GHJaPkoKmELCIDNi85YlZGuqQIkAAyc4_ZomvfQgF-I,9780
81
- cocotb/share/def/icarus.def,sha256=VRqkgUyzR2sa916Ra56cZVIb4kzbqDlJVWIOc3389qY,698
82
- cocotb/share/def/icarus.exp,sha256=p9UNrSKj7aWn7-lHFUn7Yxif9lVx8hG5sVaTdg_k21I,5664
83
- cocotb/share/def/icarus.lib,sha256=4V3C0KbQH2pLsYs8F1r_-rC8vWC12Y0bSdoiiMLrKic,9412
84
- cocotb/share/def/modelsim.def,sha256=oXJZhG3kdGN78rZFiqqdXwreTxZG7aBrbpH4UwizcSs,2349
85
- cocotb/share/def/modelsim.exp,sha256=u3hyYhD0MhMYxO1vWKKBOl4qurcmWJnBvxawddXZGPE,16368
86
- cocotb/share/def/modelsim.lib,sha256=vb5FsMGimaO2cw53K8zBMOtHgcfBDlYw0KUozYw695o,27128
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=l5uI7e2vYDQsG8-BdAxXE9BLA-oyyyoK5DyD9-hAApg,98
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,,