cocotb 1.7.1__cp36-cp36m-win_amd64.whl → 1.8.0rc1__cp36-cp36m-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.
- cocotb/__init__.py +7 -18
- cocotb/_sim_versions.py +16 -1
- cocotb/_version.py +1 -1
- cocotb/clock.py +8 -3
- cocotb/config.py +2 -1
- cocotb/decorators.py +40 -318
- cocotb/ipython_support.py +3 -1
- cocotb/libs/cocotb.dll +0 -0
- cocotb/libs/cocotb.exp +0 -0
- cocotb/libs/cocotb.lib +0 -0
- cocotb/libs/cocotbfli_modelsim.dll +0 -0
- cocotb/libs/cocotbfli_modelsim.exp +0 -0
- cocotb/libs/cocotbfli_modelsim.lib +0 -0
- cocotb/libs/cocotbutils.dll +0 -0
- cocotb/libs/cocotbutils.exp +0 -0
- cocotb/libs/cocotbutils.lib +0 -0
- cocotb/libs/cocotbvhpi_aldec.dll +0 -0
- cocotb/libs/cocotbvhpi_aldec.exp +0 -0
- cocotb/libs/cocotbvhpi_aldec.lib +0 -0
- cocotb/libs/cocotbvhpi_modelsim.dll +0 -0
- cocotb/libs/cocotbvhpi_modelsim.exp +0 -0
- cocotb/libs/cocotbvhpi_modelsim.lib +0 -0
- cocotb/libs/cocotbvpi_aldec.dll +0 -0
- cocotb/libs/cocotbvpi_aldec.exp +0 -0
- cocotb/libs/cocotbvpi_aldec.lib +0 -0
- cocotb/libs/cocotbvpi_ghdl.dll +0 -0
- cocotb/libs/cocotbvpi_ghdl.exp +0 -0
- cocotb/libs/cocotbvpi_ghdl.lib +0 -0
- cocotb/libs/cocotbvpi_icarus.exp +0 -0
- cocotb/libs/cocotbvpi_icarus.lib +0 -0
- cocotb/libs/cocotbvpi_icarus.vpl +0 -0
- cocotb/libs/cocotbvpi_modelsim.dll +0 -0
- cocotb/libs/cocotbvpi_modelsim.exp +0 -0
- cocotb/libs/cocotbvpi_modelsim.lib +0 -0
- cocotb/libs/embed.dll +0 -0
- cocotb/libs/embed.exp +0 -0
- cocotb/libs/embed.lib +0 -0
- cocotb/libs/gpi.dll +0 -0
- cocotb/libs/gpi.exp +0 -0
- cocotb/libs/gpi.lib +0 -0
- cocotb/libs/gpilog.dll +0 -0
- cocotb/libs/gpilog.exp +0 -0
- cocotb/libs/gpilog.lib +0 -0
- cocotb/libs/pygpilog.dll +0 -0
- cocotb/libs/pygpilog.exp +0 -0
- cocotb/libs/pygpilog.lib +0 -0
- cocotb/regression.py +32 -14
- cocotb/runner.py +541 -454
- cocotb/scheduler.py +35 -18
- cocotb/share/def/aldec.exp +0 -0
- cocotb/share/def/aldec.lib +0 -0
- cocotb/share/def/ghdl.exp +0 -0
- cocotb/share/def/ghdl.lib +0 -0
- cocotb/share/def/icarus.exp +0 -0
- cocotb/share/def/icarus.lib +0 -0
- cocotb/share/def/modelsim.def +2 -0
- cocotb/share/def/modelsim.exp +0 -0
- cocotb/share/def/modelsim.lib +0 -0
- cocotb/share/include/embed.h +1 -2
- cocotb/share/include/gpi.h +10 -15
- cocotb/share/include/vpi_user_ext.h +3 -0
- cocotb/share/lib/verilator/verilator.cpp +8 -4
- cocotb/share/makefiles/Makefile.inc +16 -4
- cocotb/share/makefiles/Makefile.sim +2 -2
- cocotb/share/makefiles/simulators/Makefile.icarus +19 -0
- cocotb/share/makefiles/simulators/Makefile.ius +12 -1
- cocotb/share/makefiles/simulators/Makefile.questa +2 -1
- cocotb/share/makefiles/simulators/Makefile.riviera +4 -0
- cocotb/share/makefiles/simulators/Makefile.vcs +4 -0
- cocotb/share/makefiles/simulators/Makefile.verilator +5 -1
- cocotb/share/makefiles/simulators/Makefile.xcelium +5 -1
- cocotb/simulator.cp36-win_amd64.exp +0 -0
- cocotb/simulator.cp36-win_amd64.lib +0 -0
- cocotb/simulator.cp36-win_amd64.pyd +0 -0
- cocotb/task.py +325 -0
- cocotb/triggers.py +23 -7
- cocotb/types/logic_array.py +34 -3
- {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/METADATA +26 -9
- cocotb-1.8.0rc1.dist-info/RECORD +120 -0
- cocotb/_vendor/find_libpython/__init__.py +0 -358
- cocotb/_vendor/find_libpython/__main__.py +0 -5
- cocotb/_vendor/find_libpython/_version.py +0 -5
- cocotb-1.7.1.dist-info/RECORD +0 -122
- {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/LICENSE +0 -0
- {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/WHEEL +0 -0
- {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/entry_points.txt +0 -0
- {cocotb-1.7.1.dist-info → cocotb-1.8.0rc1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,120 @@
|
|
|
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=c_sANXIqez9-uHsDRjcYbiXfIEFV5fERPy-0EiPwtaw,306
|
|
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=KxdMtIO_wOJrKYJRhC--QQuLoYmxr6h7uLofXxyKYQQ,42042
|
|
21
|
+
cocotb/simulator.cp36-win_amd64.exp,sha256=lSCFohwsKno6mxp6D1nM4ZM-2bECPns6AGWSx0ka1l8,748
|
|
22
|
+
cocotb/simulator.cp36-win_amd64.lib,sha256=PhDYH4viMwpPWYH2LAE1ps4k6sfiB21VbIJ40Fb5Byo,2036
|
|
23
|
+
cocotb/simulator.cp36-win_amd64.pyd,sha256=gzkdDX8fzfl-FUr376qT4u-DLF-gbqdj7IIe80K1Pnc,34304
|
|
24
|
+
cocotb/simulator.cp36-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=Ns9CmZwn1dH1aI0cUTpPLt5vhLVRMxQtbAJm-RFRSGk,23552
|
|
33
|
+
cocotb/libs/cocotb.exp,sha256=Xt5Qhj3Zkt5YLPLcG0hvD15fOA-WoB6FPUfHXxTCcrM,1101
|
|
34
|
+
cocotb/libs/cocotb.lib,sha256=A88vdah7VfZ_ovV3stbSxhO-wfcGhWKaoHU15D29nHE,2358
|
|
35
|
+
cocotb/libs/cocotbfli_modelsim.dll,sha256=9r5h4TJO5Uiy0QGJISjfN5DDfrwSBSEg3t5W9gQBb4c,98304
|
|
36
|
+
cocotb/libs/cocotbfli_modelsim.exp,sha256=dFQpMedewepnuPGV2Ke7P3KosjTSxBvPK2erI4m9RvE,867
|
|
37
|
+
cocotb/libs/cocotbfli_modelsim.lib,sha256=fxQQiVJim1EAt5lafBwAXMzlJQfLnNjP_s8H_aA52c8,2176
|
|
38
|
+
cocotb/libs/cocotbutils.dll,sha256=kWw_5oxlvz_pxPejq3cNObbPnJ9PMNdbiBVmG3fvt6M,12288
|
|
39
|
+
cocotb/libs/cocotbutils.exp,sha256=Q6Wx0Rl2yF4PFhaoBftE9QjkxTSx3S2rZwBmQfE2xTs,966
|
|
40
|
+
cocotb/libs/cocotbutils.lib,sha256=wHZ1lC4WqttFoZBPIqP_mSIQ-9-RHmYGf3eQhhVvF0c,2146
|
|
41
|
+
cocotb/libs/cocotbvhpi_aldec.dll,sha256=eGrYmN6iNhL_aNvCY82rRagu6l9MN2nwl9ht5_YtGzU,89088
|
|
42
|
+
cocotb/libs/cocotbvhpi_aldec.exp,sha256=BD1GWUfpWWs2YpJRncRevJVTHAyyXdqE_1VLwIPQT8A,1065
|
|
43
|
+
cocotb/libs/cocotbvhpi_aldec.lib,sha256=MSQ9cgUHCu3cjNlr_4ZuoM-4TvbPrwov7h2XEhkoEAE,2442
|
|
44
|
+
cocotb/libs/cocotbvhpi_modelsim.dll,sha256=J5exc4Yqraj3P0wgVXupNCRV62ZKlUQlgG4s8cEmMjY,89088
|
|
45
|
+
cocotb/libs/cocotbvhpi_modelsim.exp,sha256=J-f2SlJW2LQ8Nw9fRjm4kSrVJ9EqNcJqmltQFdIobag,1072
|
|
46
|
+
cocotb/libs/cocotbvhpi_modelsim.lib,sha256=-hHWTB-uD55isZLMHWtgTQG_2rhansUvfS6p8TlORvM,2484
|
|
47
|
+
cocotb/libs/cocotbvpi_aldec.dll,sha256=7IzR925e7v93uFthAWRtHhroylTA44ScdInOgEHGnIM,74752
|
|
48
|
+
cocotb/libs/cocotbvpi_aldec.exp,sha256=HQS5V_5QHDL_M0T7PqtLP1m2aXxtQZXZtTjtiFgIroM,1060
|
|
49
|
+
cocotb/libs/cocotbvpi_aldec.lib,sha256=oEliaWtpPQ-gycodC1W1KGatibwSpmye4iayZYPeVhg,2418
|
|
50
|
+
cocotb/libs/cocotbvpi_ghdl.dll,sha256=fSRTxahxOr7BEp6nFZYCeFZXVMLwcbAp9hC-2UYJkak,74752
|
|
51
|
+
cocotb/libs/cocotbvpi_ghdl.exp,sha256=9-oJGZ4QQjDMVXSwdFZxUK-3E-uaackS7dr5wM03Cpg,1059
|
|
52
|
+
cocotb/libs/cocotbvpi_ghdl.lib,sha256=1vXhVqSQGfCouzo_wGxihm10-1OXBIHFhDvHA_NMDs0,2408
|
|
53
|
+
cocotb/libs/cocotbvpi_icarus.exp,sha256=HnlEhod8RVV8E7g5oJJoOnrppYaSXG6vX-VNJdbOTNI,1063
|
|
54
|
+
cocotb/libs/cocotbvpi_icarus.lib,sha256=rAmfB7yOVOpAbDSg1wdxnWEyDd4ZPmyLYGd1vLonHIY,2438
|
|
55
|
+
cocotb/libs/cocotbvpi_icarus.vpl,sha256=hDUS06WgJiu6RcOyQS6jSZo5BqoVkIdJWoKpLTr6gWg,74752
|
|
56
|
+
cocotb/libs/cocotbvpi_modelsim.dll,sha256=kemv9RsTLKFFtaxWrzjRYJhQMiBsiK5lsfWQ8HRneGY,74752
|
|
57
|
+
cocotb/libs/cocotbvpi_modelsim.exp,sha256=vMp6Pcoc0v0YH_VIyjTtWDRxdqq3HSfVLx3G-S1eyWo,1067
|
|
58
|
+
cocotb/libs/cocotbvpi_modelsim.lib,sha256=RxjB0vL84fbwRnAmp-RBVgRkkzVEALu9eQao4F1TPhI,2468
|
|
59
|
+
cocotb/libs/embed.dll,sha256=_vz6i1hE3SLaWbR9acMy9W0g5EAvfg56Q4T7oyBazK4,11776
|
|
60
|
+
cocotb/libs/embed.exp,sha256=eSYxSbqD8JOar4-lmpAzzSyuETrf_0BeAff0_CuUonw,1088
|
|
61
|
+
cocotb/libs/embed.lib,sha256=wCHsyl4vxU3zN9KnNFS9h7n6MsO_RAWUs8t1LuD0-aU,2322
|
|
62
|
+
cocotb/libs/gpi.dll,sha256=ZFFWfhzfPUQqtBPgjwIfA6cySs0RSO4X6USRZV6mNTo,49152
|
|
63
|
+
cocotb/libs/gpi.exp,sha256=M-hROKFpSEwIeID6SceHTPp1sFziuGiL2XMsfc9Hdsk,21023
|
|
64
|
+
cocotb/libs/gpi.lib,sha256=7XS-7w5dyoGRkxcSayKrcNnNm_J5S38C8vgmGLS90tc,34400
|
|
65
|
+
cocotb/libs/gpilog.dll,sha256=G2aMhs9IWJUWngFt5fflbhT0mWvEorl35DS31IVQDWc,16896
|
|
66
|
+
cocotb/libs/gpilog.exp,sha256=XTlnGhzJXoouuI-pBgnoP8C3mcuPIJEFuqzTksOf8DA,1624
|
|
67
|
+
cocotb/libs/gpilog.lib,sha256=TJd8hd0zQ7HHY866Ikkz4ShJOlKUH3SP5pqyAmL_fMI,3244
|
|
68
|
+
cocotb/libs/pygpilog.dll,sha256=xjwB4-olbgYry5XOrlXURlwD-MUqnp909cc_-7JDis0,19968
|
|
69
|
+
cocotb/libs/pygpilog.exp,sha256=dPjOvS0MFANXMGnlsc-yjLnZyngYZdipicqoc-dI6z0,1035
|
|
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=6BTwqXpD2zhOY7diSP8QYoP1HXoap_IcosQG9SLl16I,7938
|
|
75
|
+
cocotb/share/def/aldec.lib,sha256=jswE2NcFB5cmrnUaW1JfTh6U6BcemhQ_zw_oyJNwGiQ,13498
|
|
76
|
+
cocotb/share/def/ghdl.def,sha256=ETQh5VI72dWSJi_ig5m163GfLrxScYUamt5BjHjoKsY,705
|
|
77
|
+
cocotb/share/def/ghdl.exp,sha256=cO1Zl6M5d89H07w2Y2lk5JvDM25G7yjO9zAAxEw-714,5763
|
|
78
|
+
cocotb/share/def/ghdl.lib,sha256=uqbQ8EVP5O7W1EWaWp7a43zsDzajxA5CQ_0cQQS3bSY,9974
|
|
79
|
+
cocotb/share/def/icarus.def,sha256=VRqkgUyzR2sa916Ra56cZVIb4kzbqDlJVWIOc3389qY,698
|
|
80
|
+
cocotb/share/def/icarus.exp,sha256=T1BF2qF6-xmKxnghZhOGLSdKxEnaX-_jKre2RiivQVM,5753
|
|
81
|
+
cocotb/share/def/icarus.lib,sha256=-4LqECly6d4u4fdjscQD698eq8wPNgYkXXq67M2uK9I,9612
|
|
82
|
+
cocotb/share/def/modelsim.def,sha256=_6VexHTDM7geGOfedUCm6CLRpXS4DrcHUlP_BQxL1Nc,2389
|
|
83
|
+
cocotb/share/def/modelsim.exp,sha256=D7GlFNxAhHutpUWaGceqIO1eVyordd6c6GtsmFIFnkI,16913
|
|
84
|
+
cocotb/share/def/modelsim.lib,sha256=zbkqemzH0ct1SV0TNyYG1AbGOY_rXbrWSU2fED-o78o,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.0rc1.dist-info/LICENSE,sha256=oBp8aKF9rhLjG78uW4zxmiVsjA8Viwwdyj3nSbEXpmc,1570
|
|
116
|
+
cocotb-1.8.0rc1.dist-info/METADATA,sha256=UlQoNYoF01IMHdfnfmlAP2iN3HzYOoepzbVWevvw2ng,6792
|
|
117
|
+
cocotb-1.8.0rc1.dist-info/WHEEL,sha256=zukbZftcRdNfJ55Q_RYV9JZ3uVyqWKyq-wDJbmszs_U,101
|
|
118
|
+
cocotb-1.8.0rc1.dist-info/entry_points.txt,sha256=kFnPpuolM06cgf3C7fa5JZS4vzADkrxfr0dmBvgtaYg,54
|
|
119
|
+
cocotb-1.8.0rc1.dist-info/top_level.txt,sha256=w-hmA_Ca52PldJkt5ya7gRP9tpUXfeJUGLMfXdv5Ez4,393
|
|
120
|
+
cocotb-1.8.0rc1.dist-info/RECORD,,
|
|
@@ -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)))
|
cocotb-1.7.1.dist-info/RECORD
DELETED
|
@@ -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.cp36-win_amd64.exp,sha256=A9YFAEGiPUIflbypWvASFTeQzkGKMbDTrdYK9-fdffc,748
|
|
22
|
-
cocotb/simulator.cp36-win_amd64.lib,sha256=-ByRocMI7juLWyFi5i9FWpB0uQ8-0cHChmahskwKepE,2036
|
|
23
|
-
cocotb/simulator.cp36-win_amd64.pyd,sha256=JFTRCizCcmOTqhtRjy6jiqrI3AUvCpaR3qHdEX_RH2Q,34304
|
|
24
|
-
cocotb/simulator.cp36-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=Trpal5FzapslslnuBmN-v4nY-uXnscvx0jNsRcfg5z4,20480
|
|
35
|
-
cocotb/libs/cocotb.exp,sha256=QBKDiU8LZ2ikc0cNtTqAgF3jceJ1xKhCFV0xNhqcH5I,1101
|
|
36
|
-
cocotb/libs/cocotb.lib,sha256=dlegKaqRdXciGuLlB38BGAwVTBbQq3Mr_kVTWjUYH1Y,2358
|
|
37
|
-
cocotb/libs/cocotbfli_modelsim.dll,sha256=jqlT9CP8wdJbynkrVxaO-DlrmXPh4Aal6QNzbsxUKwE,95744
|
|
38
|
-
cocotb/libs/cocotbfli_modelsim.exp,sha256=PvoxwisRFyNHYLdcyRNcElna75crXNmqE41WLI6fqN4,867
|
|
39
|
-
cocotb/libs/cocotbfli_modelsim.lib,sha256=b6TrQFiTNKlP8brkJHjKms7Q10xdCzh6XzUgeNx3IHA,2176
|
|
40
|
-
cocotb/libs/cocotbutils.dll,sha256=2DbvzEmqCRd52DKnNWR11YUqwTcUVVlHM42D_zTnjrc,12288
|
|
41
|
-
cocotb/libs/cocotbutils.exp,sha256=cZlbw72iviv1cIck4Q7Xu3Y11zEtNA2rvW_HgkaQK-g,966
|
|
42
|
-
cocotb/libs/cocotbutils.lib,sha256=3RreawzW8c8BjfjS3sPZ21zMz8lPhjK2-DyTVhfVuOc,2146
|
|
43
|
-
cocotb/libs/cocotbvhpi_aldec.dll,sha256=yf3J3zOlpdXW-01UctaRdIEFbb0BXrPoZLXkeQbH7f8,88064
|
|
44
|
-
cocotb/libs/cocotbvhpi_aldec.exp,sha256=-U_0Yx7PpXHK-7Su5vvlLOh1zl3xpAnnqZZk3moSmrQ,1065
|
|
45
|
-
cocotb/libs/cocotbvhpi_aldec.lib,sha256=4BnR5r5KPjKHPykmUsDJVPbDKHJZfEo9yTJG9AAN3Ug,2442
|
|
46
|
-
cocotb/libs/cocotbvhpi_modelsim.dll,sha256=5ZrdCBd5bIBBos9HWl5R-hNYJ_0QZOLzsJBixdIVYKc,88064
|
|
47
|
-
cocotb/libs/cocotbvhpi_modelsim.exp,sha256=fVFwEgj6HB8EIrqNwrYNfcyrQp2tXbEN1so0CVx4Qlk,1072
|
|
48
|
-
cocotb/libs/cocotbvhpi_modelsim.lib,sha256=CKsUv_a5uhkuoID_2zDF7IaFKO-SvyUjYT7rmE1r1zw,2484
|
|
49
|
-
cocotb/libs/cocotbvpi_aldec.dll,sha256=5CmWiXuJiQxD_qfJjTbSc9ksv5PIaOUd8PlFLzW-M3s,73728
|
|
50
|
-
cocotb/libs/cocotbvpi_aldec.exp,sha256=GajiPY-oihNzqdfwQDrjy6MlvV6h7mYHbgXvYsdtXLg,1060
|
|
51
|
-
cocotb/libs/cocotbvpi_aldec.lib,sha256=UVPBQDStk877NSszu-O9GRcviIGySsNOjXzAWDg6BuA,2418
|
|
52
|
-
cocotb/libs/cocotbvpi_ghdl.dll,sha256=VRfAlxN1A8yJAtsW_dojDmQ69sMDeL1Vq7HQMnH7Y_s,73728
|
|
53
|
-
cocotb/libs/cocotbvpi_ghdl.exp,sha256=P8fVghAKnby6H2oMGADKzCgkJ_LKgGt3bHcG5HxGHpM,1059
|
|
54
|
-
cocotb/libs/cocotbvpi_ghdl.lib,sha256=xx56A3fo8M1nFxsZxu7opmzWbJ796Aon5Sst4QU0bl0,2408
|
|
55
|
-
cocotb/libs/cocotbvpi_icarus.exp,sha256=aQoitGFGBYY-TLz4NRSt3kHBJ-9oJI_HFed1rE7tVdE,1063
|
|
56
|
-
cocotb/libs/cocotbvpi_icarus.lib,sha256=mh-rbVyNzWTeWyaCOZ8znl2hdn31syzeUzI_iGuHQfU,2438
|
|
57
|
-
cocotb/libs/cocotbvpi_icarus.vpl,sha256=6eoc7rPR_E2Jr5h9G24-7ht6I5_2yW9YUW1h-TJmsuQ,73728
|
|
58
|
-
cocotb/libs/cocotbvpi_modelsim.dll,sha256=dKht-1nkGHunA4qT0Tdm2bA05kbVnSCEMLcTJxW5xto,73728
|
|
59
|
-
cocotb/libs/cocotbvpi_modelsim.exp,sha256=46w94uDcX03n8rP7CMUH7NNGb3F0310n_6IXgNl6ROw,1067
|
|
60
|
-
cocotb/libs/cocotbvpi_modelsim.lib,sha256=IZfWEHW8OZemZxIxx8tOaPdw_apzBNCzyiECUWfbUyc,2468
|
|
61
|
-
cocotb/libs/embed.dll,sha256=9IszkdjKsfJ--kgrZSFU_2iZhAz_bLEcMT83EJJ4I9A,11776
|
|
62
|
-
cocotb/libs/embed.exp,sha256=EUJ2TOEj83QVRWH-Ma_a6-QlPUd9KiY0h01oOCLp6Y8,1088
|
|
63
|
-
cocotb/libs/embed.lib,sha256=TGbteN0lWZweNlYKfErMN3sADM3mo-lKzhuQ4ik8dvY,2322
|
|
64
|
-
cocotb/libs/gpi.dll,sha256=lYBHnQyBT9Rwuj64fqBUy9fGHGp6u82vUiMhzZ_owXE,50176
|
|
65
|
-
cocotb/libs/gpi.exp,sha256=4xpx5VwjSvbLc7hC8ll9jUfFLb2vqihoBORx-8TyTA4,20265
|
|
66
|
-
cocotb/libs/gpi.lib,sha256=_1uXnPu44DJ0JcAzOKE5GeHsq_IXud4bLcpUzxIPExk,33216
|
|
67
|
-
cocotb/libs/gpilog.dll,sha256=9zUbt3Zn-3DTr6-Zymn7utU9R-sDDag9fM4hm7xXZ6s,16896
|
|
68
|
-
cocotb/libs/gpilog.exp,sha256=JDSa38lFCn1JDxxWwIZ9xKRQh8J893KICbgvIe6ZyNA,1624
|
|
69
|
-
cocotb/libs/gpilog.lib,sha256=JdNAQPP8fNUmtcWobfM4pjsXsqTU-1pMUfykYRvhcwc,3244
|
|
70
|
-
cocotb/libs/pygpilog.dll,sha256=UXHmX3Ct_tm5gSG2n_dUOBRsYjOKhYwG-RDI5PQvua4,19968
|
|
71
|
-
cocotb/libs/pygpilog.exp,sha256=JRNyBK8wtwIH9eAVObd_bCuGTsincBJ9aGY4xS7rxWo,1035
|
|
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=Y9_SxY0oLlxPCWpLinhl7euyo1ebjtnjNKhrX80ibiA,7938
|
|
77
|
-
cocotb/share/def/aldec.lib,sha256=4sRYJ6_I-kjZDSPI05OCCBMiOUbkwX_YQW2rDBrzj5c,13498
|
|
78
|
-
cocotb/share/def/ghdl.def,sha256=ETQh5VI72dWSJi_ig5m163GfLrxScYUamt5BjHjoKsY,705
|
|
79
|
-
cocotb/share/def/ghdl.exp,sha256=8ouUPvkarSTH8zwYXp1J-6z0JwJjjWbu9UPFrJA5yts,5763
|
|
80
|
-
cocotb/share/def/ghdl.lib,sha256=y666-K3jCx3sB-WWM_JBa-30C-Ayn9bto_cmVxitpSg,9974
|
|
81
|
-
cocotb/share/def/icarus.def,sha256=VRqkgUyzR2sa916Ra56cZVIb4kzbqDlJVWIOc3389qY,698
|
|
82
|
-
cocotb/share/def/icarus.exp,sha256=FDWfKxH4uE9c_OAWgfzeMppg9U-zwrB2ptQSoBiysDI,5753
|
|
83
|
-
cocotb/share/def/icarus.lib,sha256=ToHaotgYerUl9vKeqZ6Oe_Zy0GfUaPaEXC-LAa6L6fE,9612
|
|
84
|
-
cocotb/share/def/modelsim.def,sha256=oXJZhG3kdGN78rZFiqqdXwreTxZG7aBrbpH4UwizcSs,2349
|
|
85
|
-
cocotb/share/def/modelsim.exp,sha256=ZO3OipceiHo4wYjNgu0yFgMrf3g-mmHivB-RXZMPWG8,16647
|
|
86
|
-
cocotb/share/def/modelsim.lib,sha256=Cn45DZfsKlS_uUf3hjSEgm8XIg7xp4BksHyUtBbFxPI,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=B2n9MePbPtPO9_mNYD1OfUzPRuTGsPGM8PiYdj06rXI,6112
|
|
119
|
-
cocotb-1.7.1.dist-info/WHEEL,sha256=zukbZftcRdNfJ55Q_RYV9JZ3uVyqWKyq-wDJbmszs_U,101
|
|
120
|
-
cocotb-1.7.1.dist-info/entry_points.txt,sha256=kFnPpuolM06cgf3C7fa5JZS4vzADkrxfr0dmBvgtaYg,54
|
|
121
|
-
cocotb-1.7.1.dist-info/top_level.txt,sha256=w-hmA_Ca52PldJkt5ya7gRP9tpUXfeJUGLMfXdv5Ez4,393
|
|
122
|
-
cocotb-1.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|