cocotb 1.7.1__cp36-cp36m-win32.whl → 1.8.0rc1__cp36-cp36m-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 (79) 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/modelsim.def +2 -0
  51. cocotb/share/include/embed.h +1 -2
  52. cocotb/share/include/gpi.h +10 -15
  53. cocotb/share/include/vpi_user_ext.h +3 -0
  54. cocotb/share/lib/verilator/verilator.cpp +8 -4
  55. cocotb/share/makefiles/Makefile.inc +16 -4
  56. cocotb/share/makefiles/Makefile.sim +2 -2
  57. cocotb/share/makefiles/simulators/Makefile.icarus +19 -0
  58. cocotb/share/makefiles/simulators/Makefile.ius +12 -1
  59. cocotb/share/makefiles/simulators/Makefile.questa +2 -1
  60. cocotb/share/makefiles/simulators/Makefile.riviera +4 -0
  61. cocotb/share/makefiles/simulators/Makefile.vcs +4 -0
  62. cocotb/share/makefiles/simulators/Makefile.verilator +5 -1
  63. cocotb/share/makefiles/simulators/Makefile.xcelium +5 -1
  64. cocotb/simulator.cp36-win32.exp +0 -0
  65. cocotb/simulator.cp36-win32.lib +0 -0
  66. cocotb/simulator.cp36-win32.pyd +0 -0
  67. cocotb/task.py +325 -0
  68. cocotb/triggers.py +23 -7
  69. cocotb/types/logic_array.py +34 -3
  70. {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/METADATA +26 -9
  71. cocotb-1.8.0rc1.dist-info/RECORD +112 -0
  72. cocotb/_vendor/find_libpython/__init__.py +0 -358
  73. cocotb/_vendor/find_libpython/__main__.py +0 -5
  74. cocotb/_vendor/find_libpython/_version.py +0 -5
  75. cocotb-1.7.1.dist-info/RECORD +0 -114
  76. {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/LICENSE +0 -0
  77. {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/WHEEL +0 -0
  78. {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/entry_points.txt +0 -0
  79. {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,114 +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.cp36-win32.exp,sha256=PdTv73xyl-mMmq6cSinjbMI7TP9ofvwPpqQh8siNWsA,738
22
- cocotb/simulator.cp36-win32.lib,sha256=poQ1xK7ge-9RhMh6OnGunRoR1WhUeeKxh8U0qB6kHeQ,1982
23
- cocotb/simulator.cp36-win32.pyd,sha256=DazsMf5Z6cd8sxwz2bNhhnDXtKCn5r4Mu8g5s2Sv7l4,28160
24
- cocotb/simulator.cp36-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=ZOQdtXePfcXZGD0KLMN8JpGj-rbwNbiI_BPL7DAuJ54,17408
35
- cocotb/libs/cocotb.exp,sha256=j5t5X5BYzeIL_ShK9Bcr6IALXe0H2Yqx_n0Bvzn8l1w,1105
36
- cocotb/libs/cocotb.lib,sha256=ipoXy0ewyDO9rfNQkY2zTUU9CJr3It_5CGjeBpST2tc,2372
37
- cocotb/libs/cocotbfli_modelsim.dll,sha256=bp46Ujbs5lrZtPBuh_ZRuDZgd9kKhQVAblV7GFJyjuU,78336
38
- cocotb/libs/cocotbfli_modelsim.exp,sha256=p7mITyx_q_r5Lyl0N50ha6lkw8iNCSLomTH3w8XkfT4,867
39
- cocotb/libs/cocotbfli_modelsim.lib,sha256=MjCxW_giEYjJ306Xl_uBQJzPyh_F11Xbt2ry3fnAW-w,2176
40
- cocotb/libs/cocotbutils.dll,sha256=ehNH2e3XYSC57pAmx_WssRwCp2sOMr1RBdf5wcEShwU,10240
41
- cocotb/libs/cocotbutils.exp,sha256=eWydfkgG8IZzB2VNqhwrkizbuRl_BpG8nCp_fIUsYSs,968
42
- cocotb/libs/cocotbutils.lib,sha256=Z-8Wd-rH2JMCEk71jNdSy7VvA0cACSQ6UobyaaOj9tU,2154
43
- cocotb/libs/cocotbvhpi_aldec.dll,sha256=ei31I9AYCNB2dXxSgHx8JO8IKj8lv3kKyKw9yNKwVao,74752
44
- cocotb/libs/cocotbvhpi_aldec.exp,sha256=0eah42IwIze0wbptpSw9qkwudTTHge75aIGy6uByRPg,1067
45
- cocotb/libs/cocotbvhpi_aldec.lib,sha256=Xdr_hDaWvYw9D7bBEqSoStNDU40FIHPvv8eumizsC7M,2448
46
- cocotb/libs/cocotbvhpi_modelsim.dll,sha256=6hsLvcn6wAWbwdzZirKZbVAtKQQv-ouL_A9GP82h5fg,74752
47
- cocotb/libs/cocotbvhpi_modelsim.exp,sha256=yDMROIP4bzB_hH1YgGUTmAVuhF483Wf_u3SSF69emes,1074
48
- cocotb/libs/cocotbvhpi_modelsim.lib,sha256=0j5xQN2cQZ3gBl6U6d_lD1IB6lAxu4_6sSwd-xZ5GaQ,2492
49
- cocotb/libs/cocotbvpi_aldec.dll,sha256=4SxtD_lP1hkaDcJgwrbo66lJRhrq8JDt_58ZdPGeFJU,59904
50
- cocotb/libs/cocotbvpi_aldec.exp,sha256=NBuOxSbo4sOg6l38hG_Xqwf0vP1dLfmbufnuNwiwAkk,1062
51
- cocotb/libs/cocotbvpi_aldec.lib,sha256=PdGIESAq_v5RF-TE5cRYmtGHkuwdivx0yNyMumw0A6E,2428
52
- cocotb/libs/cocotbvpi_ghdl.dll,sha256=rwuVz8zZaGsgZt7Ysmbfpyy5iVLQVaMAs0OKDqvMDHQ,59904
53
- cocotb/libs/cocotbvpi_ghdl.exp,sha256=PnKxwThj9z2VT5bTMCIdCYclRm_oqRWbkOxMiNrQkBs,1061
54
- cocotb/libs/cocotbvpi_ghdl.lib,sha256=lRqm3IMdn8Vbly7dpXZ8nWBL3Y7n25A4zfOyzMuKHLM,2412
55
- cocotb/libs/cocotbvpi_icarus.exp,sha256=-QPOfmVP1d9qduKrgivgJEQWpLqIJNMpgqwlIM6YHMo,1065
56
- cocotb/libs/cocotbvpi_icarus.lib,sha256=kYXyGAfdBaLowdjCGR_U0b1eOb-VyWEEA4pEBCKvvGE,2442
57
- cocotb/libs/cocotbvpi_icarus.vpl,sha256=KkzwBeYkMG2xPevWBwS7i1WkNXo7UVUEstx3ARJOyuc,59904
58
- cocotb/libs/cocotbvpi_modelsim.dll,sha256=EJ2Zhgtdzyqn5d7HGVHNJ_iIhsSLOnzCj2Ko65UjUCQ,59904
59
- cocotb/libs/cocotbvpi_modelsim.exp,sha256=xK6RQryaRfnNbf5EJBMMdmHTijowK_SF-R6DIEV6bzc,1069
60
- cocotb/libs/cocotbvpi_modelsim.lib,sha256=6Mev7qoqVz7HHQkJQIt5I62awqWYZGqxe3El-xhIW_g,2472
61
- cocotb/libs/embed.dll,sha256=AenlRMWfQH7qlHhJNXEVqd7XLzC8aBlovUWDNsRgcvA,10240
62
- cocotb/libs/embed.exp,sha256=4K_6yEppq1NaUHjjVyuP8MYmVJ3Wk8aHOKwz5Wd7gJE,1092
63
- cocotb/libs/embed.lib,sha256=UEBjd_RW7WmNlsPZFfwmaPnBA0ZTTT-Q4d3VPKhjXE4,2336
64
- cocotb/libs/gpi.dll,sha256=OeGKtvTK2RbrTRtGJpw_BrPxG_ylAOmR_mEMeyvO3Aw,41984
65
- cocotb/libs/gpi.exp,sha256=NqQfQTt5tzEQ5DOk7YcYJlsaxw23TkiVglsbbeyjvMw,19968
66
- cocotb/libs/gpi.lib,sha256=-wtvCEOHc3okxfD2qDBRLj0soLjaNtoe9WdWW8bFzMk,32774
67
- cocotb/libs/gpilog.dll,sha256=9TsO8W-L9N2BoUuayDTOHT331x7TafE6tCET37JuUdc,13824
68
- cocotb/libs/gpilog.exp,sha256=X26rMeMakhYWAezL3CX-InCwfI8cQrgQOyEJgMyZCKg,1644
69
- cocotb/libs/gpilog.lib,sha256=fQwIO6irnokFOmg85qq9eeG0U78tm7gGINFnOlToa1I,3272
70
- cocotb/libs/pygpilog.dll,sha256=PxNE_NeoCvLIbpWazPyhi3ZUMZKGAfm2mLDX_UbvOQg,17408
71
- cocotb/libs/pygpilog.exp,sha256=MX2XFl_jYoEoVS1JQnCBvVzDPzgdLaCSudzwU-rpgsg,1037
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/ghdl.def,sha256=ETQh5VI72dWSJi_ig5m163GfLrxScYUamt5BjHjoKsY,705
77
- cocotb/share/def/icarus.def,sha256=VRqkgUyzR2sa916Ra56cZVIb4kzbqDlJVWIOc3389qY,698
78
- cocotb/share/def/modelsim.def,sha256=oXJZhG3kdGN78rZFiqqdXwreTxZG7aBrbpH4UwizcSs,2349
79
- cocotb/share/include/cocotb_utils.h,sha256=v3byzF0uZbks5umkKBe-mgB9J3ShtKwam0_S2vIS10A,4091
80
- cocotb/share/include/embed.h,sha256=IvwKq8mvj9zM9Tx_TRDM7IIR_ZmIZRwahQmuVPFrsc0,2577
81
- cocotb/share/include/exports.h,sha256=RRDg9diMCUUJxdzKX0B6TGmQBNttcoVMBVCCLUUKsrA,677
82
- cocotb/share/include/gpi.h,sha256=dlCQCmb5nVnZNl9_4kCr0_gFPOxDGXsTp-5Mm67mwsQ,10321
83
- cocotb/share/include/gpi_logging.h,sha256=_Z00YAtMqSr5Mk3WSQ0YjQ5nyPvsxA5vmou1G8lX-B4,10553
84
- cocotb/share/include/py_gpi_logging.h,sha256=zuuDIsKCdLOfUwOMv5EzeQWHuM0PaHzYE1kIH6TSWys,672
85
- cocotb/share/include/vhpi_user_ext.h,sha256=VLXbA-oeO83mL1vR0e4Ye0zMe5ijIaXnvT2FRFgsYDY,654
86
- cocotb/share/include/vpi_user_ext.h,sha256=p4nrUI9I7zqWuJMTiGjalG7ylgG4WCs7nuFBs5cJWOs,2426
87
- cocotb/share/lib/verilator/verilator.cpp,sha256=5cALadLVdz8vl2HOlfwXBke-f3WKuOjlrhIMDqeLm94,4294
88
- cocotb/share/makefiles/Makefile.deprecations,sha256=83TZ1sYlXpVL5erEAr1Y0ZknoX-3vVn5gcwHwaAf30k,428
89
- cocotb/share/makefiles/Makefile.inc,sha256=A1_bz2yk5fXATTuuPXhgL6ZdKW7heeIqZU-PFOvS6ro,6668
90
- cocotb/share/makefiles/Makefile.sim,sha256=kbt8uCfI4vuF2EcDLO0HZXcp-XKJya-fOzRSw0EYCWY,5394
91
- cocotb/share/makefiles/simulators/Makefile.activehdl,sha256=Y5mq84jkkUo0DFSOwaP99fdv06w8J5fdflOcnYAOHD8,2728
92
- cocotb/share/makefiles/simulators/Makefile.cvc,sha256=wAf8qdHAeXckTixGmF5zAyWicCky5w0H41illxmD-NE,3995
93
- cocotb/share/makefiles/simulators/Makefile.ghdl,sha256=f0EdUOiEjjCONvQawAmmWfigzEUCt9CaheYT3x_tKW0,3627
94
- cocotb/share/makefiles/simulators/Makefile.icarus,sha256=SJnHXZ8bMTA5nkvwYPm7mkl39x5m9lmYS4LWlsYJA30,3939
95
- cocotb/share/makefiles/simulators/Makefile.ius,sha256=MNML3QPPOYoSg8w4qKRpS4aG2iLpIyaNYxQH4AIUPZw,4565
96
- cocotb/share/makefiles/simulators/Makefile.modelsim,sha256=MQYmRb59nvUkY_f7GXUQVEYXQnU4IWA2-_G0N08StuI,1938
97
- cocotb/share/makefiles/simulators/Makefile.questa,sha256=LAcF1mbNEtPPadAcTvVrIDhaRNnRptzGQNhUJaYhHHM,6531
98
- cocotb/share/makefiles/simulators/Makefile.riviera,sha256=rq14pLdVEqz2jYV-qKL7hZmqFXVXZ32vwYIY-QBVzr0,5972
99
- cocotb/share/makefiles/simulators/Makefile.vcs,sha256=C-jBYLgCBqyKPSaxmOMVX6jUnMyahg8z5poJOtI6M4o,3683
100
- cocotb/share/makefiles/simulators/Makefile.verilator,sha256=277zSbhpq6izwjhHZZGVEIE4fYdEXEBYFiLh7Ron69g,2361
101
- cocotb/share/makefiles/simulators/Makefile.xcelium,sha256=8Q-71JyR25EHx2iip9I9-2L2-WolCnmzFN26Tu-7oBI,5442
102
- cocotb/types/__init__.py,sha256=-M5mR--OWtFZ7Y4pjxB9CF4kmFtroDR7kzz1ba6h0No,1853
103
- cocotb/types/array.py,sha256=JAg5YB84WwERF7S5SK16HvmzCYJgmc5trLATJT3TIqo,11208
104
- cocotb/types/logic.py,sha256=PH5zocv9SpJam9Scc8Cl3uiDtPdtixhbiVLXjJPsPW8,8791
105
- cocotb/types/logic_array.py,sha256=0KBHaAXgvKdgTYdf1q77TzuRdq0gfXUt1SNYAXET2Gg,9330
106
- cocotb/types/range.py,sha256=f25nic3X8jpd14nFU61D3izEOT77zPF_txZkWNrZ7N8,6428
107
- pygpi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
108
- pygpi/entry.py,sha256=LDJ8WK-s9nY_A5GEvPUuJTvnGqZvkhOe7i_yGQmqrI0,972
109
- cocotb-1.7.1.dist-info/LICENSE,sha256=oBp8aKF9rhLjG78uW4zxmiVsjA8Viwwdyj3nSbEXpmc,1570
110
- cocotb-1.7.1.dist-info/METADATA,sha256=B2n9MePbPtPO9_mNYD1OfUzPRuTGsPGM8PiYdj06rXI,6112
111
- cocotb-1.7.1.dist-info/WHEEL,sha256=ZX-iFFGFiHZRWPwXowAnONYwAL2TBxDHVbhC1HaSV9Q,97
112
- cocotb-1.7.1.dist-info/entry_points.txt,sha256=kFnPpuolM06cgf3C7fa5JZS4vzADkrxfr0dmBvgtaYg,54
113
- cocotb-1.7.1.dist-info/top_level.txt,sha256=w-hmA_Ca52PldJkt5ya7gRP9tpUXfeJUGLMfXdv5Ez4,393
114
- cocotb-1.7.1.dist-info/RECORD,,