cocotb 1.9.0rc1__cp311-cp311-win_amd64.whl → 1.9.0rc2__cp311-cp311-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cocotb might be problematic. Click here for more details.
- cocotb/_version.py +1 -1
- cocotb/binary.py +5 -2
- cocotb/libs/cocotb.dll +0 -0
- cocotb/libs/cocotbfli_modelsim.dll +0 -0
- cocotb/libs/cocotbutils.dll +0 -0
- cocotb/libs/cocotbvhpi_aldec.dll +0 -0
- cocotb/libs/cocotbvhpi_modelsim.dll +0 -0
- cocotb/libs/cocotbvpi_aldec.dll +0 -0
- cocotb/libs/cocotbvpi_ghdl.dll +0 -0
- cocotb/libs/cocotbvpi_icarus.vpl +0 -0
- cocotb/libs/cocotbvpi_modelsim.dll +0 -0
- cocotb/libs/embed.dll +0 -0
- cocotb/libs/gpi.dll +0 -0
- cocotb/libs/gpilog.dll +0 -0
- cocotb/libs/pygpilog.dll +0 -0
- 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.exp +0 -0
- cocotb/share/def/modelsim.lib +0 -0
- cocotb/simulator.cp311-win_amd64.pyd +0 -0
- {cocotb-1.9.0rc1.dist-info → cocotb-1.9.0rc2.dist-info}/METADATA +1 -1
- {cocotb-1.9.0rc1.dist-info → cocotb-1.9.0rc2.dist-info}/RECORD +30 -30
- {cocotb-1.9.0rc1.dist-info → cocotb-1.9.0rc2.dist-info}/WHEEL +1 -1
- {cocotb-1.9.0rc1.dist-info → cocotb-1.9.0rc2.dist-info}/LICENSE +0 -0
- {cocotb-1.9.0rc1.dist-info → cocotb-1.9.0rc2.dist-info}/entry_points.txt +0 -0
- {cocotb-1.9.0rc1.dist-info → cocotb-1.9.0rc2.dist-info}/top_level.txt +0 -0
cocotb/_version.py
CHANGED
cocotb/binary.py
CHANGED
|
@@ -569,13 +569,16 @@ class BinaryValue:
|
|
|
569
569
|
if isinstance(other, (BinaryValue, LogicArray)):
|
|
570
570
|
return self.binstr == other.binstr
|
|
571
571
|
elif isinstance(other, int):
|
|
572
|
-
|
|
572
|
+
try:
|
|
573
|
+
return self.integer == other
|
|
574
|
+
except ValueError:
|
|
575
|
+
return False
|
|
573
576
|
elif isinstance(other, str):
|
|
574
577
|
return self.binstr == other
|
|
575
578
|
elif isinstance(other, Logic):
|
|
576
579
|
return self.binstr == str(other)
|
|
577
580
|
else:
|
|
578
|
-
return
|
|
581
|
+
return NotImplemented
|
|
579
582
|
|
|
580
583
|
def __int__(self):
|
|
581
584
|
return self.integer
|
cocotb/libs/cocotb.dll
CHANGED
|
Binary file
|
|
Binary file
|
cocotb/libs/cocotbutils.dll
CHANGED
|
Binary file
|
cocotb/libs/cocotbvhpi_aldec.dll
CHANGED
|
Binary file
|
|
Binary file
|
cocotb/libs/cocotbvpi_aldec.dll
CHANGED
|
Binary file
|
cocotb/libs/cocotbvpi_ghdl.dll
CHANGED
|
Binary file
|
cocotb/libs/cocotbvpi_icarus.vpl
CHANGED
|
Binary file
|
|
Binary file
|
cocotb/libs/embed.dll
CHANGED
|
Binary file
|
cocotb/libs/gpi.dll
CHANGED
|
Binary file
|
cocotb/libs/gpilog.dll
CHANGED
|
Binary file
|
cocotb/libs/pygpilog.dll
CHANGED
|
Binary file
|
cocotb/share/def/aldec.exp
CHANGED
|
Binary file
|
cocotb/share/def/aldec.lib
CHANGED
|
Binary file
|
cocotb/share/def/ghdl.exp
CHANGED
|
Binary file
|
cocotb/share/def/ghdl.lib
CHANGED
|
Binary file
|
cocotb/share/def/icarus.exp
CHANGED
|
Binary file
|
cocotb/share/def/icarus.lib
CHANGED
|
Binary file
|
cocotb/share/def/modelsim.exp
CHANGED
|
Binary file
|
cocotb/share/def/modelsim.lib
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -3,8 +3,8 @@ cocotb/__init__.py,sha256=_NKjtHVLsDKgFPI7oXqNPKxiHt7EO-0XmUkqSLgGI1A,11650
|
|
|
3
3
|
cocotb/_deprecation.py,sha256=zCaBqq6H9GRyKgSij9NvLs6Ku5CIdvKuGW6rLwi1Hhk,1189
|
|
4
4
|
cocotb/_py_compat.py,sha256=Z-6oewHZbG79nO_tILrRrClahxjYaeEShezbcLnJsc4,2754
|
|
5
5
|
cocotb/_sim_versions.py,sha256=sZWOj9odl_yPo92B9k_b1c2XHll4roD-oHnVSqY4VhE,3689
|
|
6
|
-
cocotb/_version.py,sha256=
|
|
7
|
-
cocotb/binary.py,sha256=
|
|
6
|
+
cocotb/_version.py,sha256=ccw4kX_ZLLSkgSsRkkdL84FSh_cTF2OXjSsRRPv-1WQ,306
|
|
7
|
+
cocotb/binary.py,sha256=8hmcvOGTbfbuigXtmqv-XJLGswL7eIcwtle4ZZzTqRU,28101
|
|
8
8
|
cocotb/clock.py,sha256=tyrtalfTCUiBTTfo_4kIGKG5mnCSCq3hLmAxwrmyQyM,6734
|
|
9
9
|
cocotb/config.py,sha256=70EKduzmki3femKYnhjHgVYOyw_abZ8PTxBvOQ9NmGI,9943
|
|
10
10
|
cocotb/decorators.py,sha256=h_mn2iOXybXj-29lt39PdStas5NyTRP9475iu_c-wqA,12059
|
|
@@ -20,7 +20,7 @@ cocotb/runner.py,sha256=MoWErcb45_kNA-OzmrmNEQ4VEgy0pxPnw8oBGPNT7-w,51685
|
|
|
20
20
|
cocotb/scheduler.py,sha256=VT7Dg0Jo6NfbsRtImnNVdox0UEtpxpMEi6jNiBx4tZQ,42138
|
|
21
21
|
cocotb/simulator.cp311-win_amd64.exp,sha256=qpd649jnWp7ew0_uIIvRCsdemvQhh9dcRij0xTRpiwk,759
|
|
22
22
|
cocotb/simulator.cp311-win_amd64.lib,sha256=Jt-9GpeQcuDdb3vRxalLPxrJLuk_VtAqHJ2xsboQqdw,2048
|
|
23
|
-
cocotb/simulator.cp311-win_amd64.pyd,sha256=
|
|
23
|
+
cocotb/simulator.cp311-win_amd64.pyd,sha256=0pFOS0-vVCe9vxv8qtDXK5A_FaYvd1T1tftkuUgOImw,31744
|
|
24
24
|
cocotb/simulator.cp311-win_amd64.pyd.2.config,sha256=JGoavZmGw71REMRGu8DrBlQezZSCkQx7E3GOzGIf9_o,263
|
|
25
25
|
cocotb/task.py,sha256=l51CgFAzBfKQD0snRuROoU24g52fd91wZM8GfSc-CQA,11360
|
|
26
26
|
cocotb/triggers.py,sha256=GP79vYMcH78HjHXfUaHLyOl1uJM8R5XL34i93HSmGHU,36077
|
|
@@ -29,59 +29,59 @@ cocotb/wavedrom.py,sha256=xQ_xG_cdUc4q4hju7Sjys-gFrJCg7RngCPFNI3A4KAA,6187
|
|
|
29
29
|
cocotb/xunit_reporter.py,sha256=DrRM7Fn9LBY2hmtWI0PNFkiULpdNtqNzAk-1aw8Zd80,3632
|
|
30
30
|
cocotb/_vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
31
|
cocotb/_vendor/distutils_version.py,sha256=k4Zipnnw88hyoE5MLBbgcXh9iu7iYGK3K5s97wVpOFE,13185
|
|
32
|
-
cocotb/libs/cocotb.dll,sha256=
|
|
32
|
+
cocotb/libs/cocotb.dll,sha256=ob1_SGc_gWCPhM_Mt1b-bev5eeS08slPBwAfjHgUOaA,26112
|
|
33
33
|
cocotb/libs/cocotb.exp,sha256=qJVcta53fszIsEq-xcxMTYJrg2V56GepzDlS2KYUPoU,1109
|
|
34
34
|
cocotb/libs/cocotb.lib,sha256=usEE7403SjaLyqT6JGejj9VtPlgPecOyQNXUlrrCTbY,2358
|
|
35
|
-
cocotb/libs/cocotbfli_modelsim.dll,sha256
|
|
35
|
+
cocotb/libs/cocotbfli_modelsim.dll,sha256=-38FdPYAYPaSLiQCvvyq4CipV_bAgI-RWgH2kPi18hI,86016
|
|
36
36
|
cocotb/libs/cocotbfli_modelsim.exp,sha256=al-WSPtYrUEC5uV8EwMImVTpvQnvpo8QR-G_EgES6KY,875
|
|
37
37
|
cocotb/libs/cocotbfli_modelsim.lib,sha256=N9aRp6NRKtiD-3q77eg1n-rGc5AoLTU8HeIRw6425AM,2176
|
|
38
|
-
cocotb/libs/cocotbutils.dll,sha256=
|
|
38
|
+
cocotb/libs/cocotbutils.dll,sha256=IznBHfNNjYSvd6-JyUx_z9Tc64TJ4LTbdlI9Zz1a9Jo,11776
|
|
39
39
|
cocotb/libs/cocotbutils.exp,sha256=TBDJCBPhRO0CmpGaLmZtgToU7nDesUxQjLmISS9BOZ8,974
|
|
40
40
|
cocotb/libs/cocotbutils.lib,sha256=nO9bNzNOgDtMzvj5QPpDQvg8VeMWAkg4-mH1u3Gm0kw,2146
|
|
41
|
-
cocotb/libs/cocotbvhpi_aldec.dll,sha256=
|
|
41
|
+
cocotb/libs/cocotbvhpi_aldec.dll,sha256=SOrAL4FlXQIj7eHEmOqFDQzkWbP7uwjURyVm32K3b3I,78848
|
|
42
42
|
cocotb/libs/cocotbvhpi_aldec.exp,sha256=uY29FvR0v1oM4hwVvPi_j5mdS5VETEKVJCB3o8ZW7vE,1073
|
|
43
43
|
cocotb/libs/cocotbvhpi_aldec.lib,sha256=mNOW1OxASgiZLZXuUwDG-ZII1M3ABSdbHINJXpONRFU,2442
|
|
44
|
-
cocotb/libs/cocotbvhpi_modelsim.dll,sha256=
|
|
44
|
+
cocotb/libs/cocotbvhpi_modelsim.dll,sha256=Q-yFXm-jTZbLDq2cMAU5dN18F1cVipbVtVkBVncL0iA,78848
|
|
45
45
|
cocotb/libs/cocotbvhpi_modelsim.exp,sha256=60liRqE4oYGtHRDd027cflukfTvw3JkbO8SVxx43JRk,1080
|
|
46
46
|
cocotb/libs/cocotbvhpi_modelsim.lib,sha256=V-lDPJSDVBrsfCs_129er6Slhkzma7zL0NRGwt9iLjQ,2484
|
|
47
|
-
cocotb/libs/cocotbvpi_aldec.dll,sha256=
|
|
47
|
+
cocotb/libs/cocotbvpi_aldec.dll,sha256=rcMsP2ZnU0OnwrSAFvVO7P8U49dRPbS1cevUOFj1tVI,66560
|
|
48
48
|
cocotb/libs/cocotbvpi_aldec.exp,sha256=0jqFtOKiXFwmzJswGZP0lO5hD0RCddjccDpyBRGYSaI,1068
|
|
49
49
|
cocotb/libs/cocotbvpi_aldec.lib,sha256=XCGmfGJ_iP5Pp1vIAfYnKsRdkDaPG7cqTZnK2y52Ql8,2418
|
|
50
|
-
cocotb/libs/cocotbvpi_ghdl.dll,sha256=
|
|
50
|
+
cocotb/libs/cocotbvpi_ghdl.dll,sha256=rqCtw97pUnupVYlFkEXwVPmaBcbK2H8ccyozVDtQOXQ,66560
|
|
51
51
|
cocotb/libs/cocotbvpi_ghdl.exp,sha256=i3qd2PzNf_XIqmc1jT_gCbnCZLpBBr13XP6Dwi8ecrY,1067
|
|
52
52
|
cocotb/libs/cocotbvpi_ghdl.lib,sha256=DHy-87XasMm-p_IrUCXrr844pliAG0C9M_SHE-w30sQ,2408
|
|
53
53
|
cocotb/libs/cocotbvpi_icarus.exp,sha256=_v_zHnVwVqWnY-jJiNAd-cvN1POVlrGj1h63WrL40OU,1071
|
|
54
54
|
cocotb/libs/cocotbvpi_icarus.lib,sha256=m3_0D_WJy3pObOL5kwCaCpUeZpbS3TschvgTA3oW4KY,2438
|
|
55
|
-
cocotb/libs/cocotbvpi_icarus.vpl,sha256=
|
|
56
|
-
cocotb/libs/cocotbvpi_modelsim.dll,sha256=
|
|
55
|
+
cocotb/libs/cocotbvpi_icarus.vpl,sha256=b99hr1F_vB92pqz2zNNCWUN2HcIstPr-QFo6tB07fJU,66048
|
|
56
|
+
cocotb/libs/cocotbvpi_modelsim.dll,sha256=SN7FhtF35g4QNlGwPWqSq8i0fFTYxaWwaQxq_5WBWwI,66048
|
|
57
57
|
cocotb/libs/cocotbvpi_modelsim.exp,sha256=RRCvGipwnga6tR1od0NLmH62_PGCGwbE_DAcfHLTj1U,1075
|
|
58
58
|
cocotb/libs/cocotbvpi_modelsim.lib,sha256=D9JVZEy6EGRTQewwrQzg3RzGPKDHhv_G4AwoOUt74i0,2468
|
|
59
|
-
cocotb/libs/embed.dll,sha256=
|
|
59
|
+
cocotb/libs/embed.dll,sha256=St73vXVwnKl0uNK85NmFUI0vFfKoH9SOJwEuoyYIQ-Y,12288
|
|
60
60
|
cocotb/libs/embed.exp,sha256=_Kt01kA5HqbOKhb0G8IHGgYmpa0whmcf9ZZHCts1ffk,1096
|
|
61
61
|
cocotb/libs/embed.lib,sha256=jtHZd5D-K4Gsd8wpHgTpICt_aVgH1MaQP0pGa5WV6ik,2322
|
|
62
|
-
cocotb/libs/gpi.dll,sha256=
|
|
62
|
+
cocotb/libs/gpi.dll,sha256=0hP598cgomUqGhasxz7lhQ6MlWVY37aJ5UufWnExEuI,47104
|
|
63
63
|
cocotb/libs/gpi.exp,sha256=FOUnaaffoGGmdMrh9GyNxg3Oez9nZNOXuY9WdkLcVGM,21031
|
|
64
64
|
cocotb/libs/gpi.lib,sha256=R0U1m6QBoT5obk76WTpxASpZ__OSY58ULgFYz7hq-J8,34400
|
|
65
|
-
cocotb/libs/gpilog.dll,sha256=
|
|
65
|
+
cocotb/libs/gpilog.dll,sha256=mpWTWw6-bcsRfN-VWldWOnZQ4v5a6akpi74--JSvxXg,15872
|
|
66
66
|
cocotb/libs/gpilog.exp,sha256=Djqq_iByYteC9GOblc4IGihEC6cDrrgY_2ct2l-9t6k,1632
|
|
67
67
|
cocotb/libs/gpilog.lib,sha256=aSnIU9gPLRes4Sng7KjNOfuezIZfeh6K3IFNpq2JT7Y,3244
|
|
68
|
-
cocotb/libs/pygpilog.dll,sha256=
|
|
68
|
+
cocotb/libs/pygpilog.dll,sha256=pG3RZIUk0JuRiiUo4oOlGXHGHu9-2VawKcOKQUXv2EI,17408
|
|
69
69
|
cocotb/libs/pygpilog.exp,sha256=MaO1UO1I01IkpmmWUMYu5y2EJssB1dNOj3Jo4nP2VBA,1043
|
|
70
70
|
cocotb/libs/pygpilog.lib,sha256=S0tKJusH76vmgBe_f-EkFhOCpuzYbJCZhLTPwP2yA9M,2272
|
|
71
71
|
cocotb/share/def/.gitignore,sha256=JYPaHghbqtLFl-9QtOWaAHvoDOhVxEewSYwHgoYYgf8,46
|
|
72
72
|
cocotb/share/def/README.md,sha256=dptv3zHQGzMqLt3Zv4XOd5IZeGqQS7Lwcq1XCs3BcR0,380
|
|
73
73
|
cocotb/share/def/aldec.def,sha256=ItgxVlRaVuD20jGTN3JpkbHEO8jPfU5XjFlUqDUXzlU,991
|
|
74
|
-
cocotb/share/def/aldec.exp,sha256=
|
|
75
|
-
cocotb/share/def/aldec.lib,sha256=
|
|
74
|
+
cocotb/share/def/aldec.exp,sha256=ttY8toX0adVtYNnypK9FqgMPLSsp4J0uc8NT_eiVZAo,7938
|
|
75
|
+
cocotb/share/def/aldec.lib,sha256=iBqs6YJvf-gCA8UVkRDqOdmb87e8ibBjjBbwPnbCduM,13498
|
|
76
76
|
cocotb/share/def/ghdl.def,sha256=ETQh5VI72dWSJi_ig5m163GfLrxScYUamt5BjHjoKsY,705
|
|
77
|
-
cocotb/share/def/ghdl.exp,sha256=
|
|
78
|
-
cocotb/share/def/ghdl.lib,sha256=
|
|
77
|
+
cocotb/share/def/ghdl.exp,sha256=Mg9cz4gQfTUFCNZmumgWALITdBDtK04PtQ2D8PTE4_0,5763
|
|
78
|
+
cocotb/share/def/ghdl.lib,sha256=Qsoe8zECNKua8NcjQWTEe6hhDY82Ko6c9mE6uGCUtRc,9974
|
|
79
79
|
cocotb/share/def/icarus.def,sha256=VRqkgUyzR2sa916Ra56cZVIb4kzbqDlJVWIOc3389qY,698
|
|
80
|
-
cocotb/share/def/icarus.exp,sha256=
|
|
81
|
-
cocotb/share/def/icarus.lib,sha256=
|
|
80
|
+
cocotb/share/def/icarus.exp,sha256=n1-aPzGrEZRsKNcWQlW1j4TCaTEXh68NicbJTmgj71I,5753
|
|
81
|
+
cocotb/share/def/icarus.lib,sha256=s-FpC9lNdsr2eUxI8igjwQvbpdd3xs3tQxrZHrNQ6wM,9612
|
|
82
82
|
cocotb/share/def/modelsim.def,sha256=_6VexHTDM7geGOfedUCm6CLRpXS4DrcHUlP_BQxL1Nc,2389
|
|
83
|
-
cocotb/share/def/modelsim.exp,sha256=
|
|
84
|
-
cocotb/share/def/modelsim.lib,sha256=
|
|
83
|
+
cocotb/share/def/modelsim.exp,sha256=y0bvURFw1_kzpXBhav3wbAodO1bLk5PbzkMbLK6R6k4,16913
|
|
84
|
+
cocotb/share/def/modelsim.lib,sha256=SdSjXGyDhnkCJnS_I0YAuQRe6FjLPVx6evX3WvHvY2U,28194
|
|
85
85
|
cocotb/share/include/cocotb_utils.h,sha256=v3byzF0uZbks5umkKBe-mgB9J3ShtKwam0_S2vIS10A,4091
|
|
86
86
|
cocotb/share/include/embed.h,sha256=Fw0szHcAsXyrK_APXxZE-t0ttqmA8IUC72XXYO5yPl8,2509
|
|
87
87
|
cocotb/share/include/exports.h,sha256=RRDg9diMCUUJxdzKX0B6TGmQBNttcoVMBVCCLUUKsrA,677
|
|
@@ -113,9 +113,9 @@ cocotb/types/logic_array.py,sha256=0XpStXNA7qY8FIoamb-dnn-IbzIOXIBoxd0tiWMlhVE,1
|
|
|
113
113
|
cocotb/types/range.py,sha256=f25nic3X8jpd14nFU61D3izEOT77zPF_txZkWNrZ7N8,6428
|
|
114
114
|
pygpi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
115
115
|
pygpi/entry.py,sha256=LDJ8WK-s9nY_A5GEvPUuJTvnGqZvkhOe7i_yGQmqrI0,972
|
|
116
|
-
cocotb-1.9.
|
|
117
|
-
cocotb-1.9.
|
|
118
|
-
cocotb-1.9.
|
|
119
|
-
cocotb-1.9.
|
|
120
|
-
cocotb-1.9.
|
|
121
|
-
cocotb-1.9.
|
|
116
|
+
cocotb-1.9.0rc2.dist-info/LICENSE,sha256=oBp8aKF9rhLjG78uW4zxmiVsjA8Viwwdyj3nSbEXpmc,1570
|
|
117
|
+
cocotb-1.9.0rc2.dist-info/METADATA,sha256=-u-s0sjTl5vWeKBhRiS_l2M8R6lRTjg-Xziemyimpms,6969
|
|
118
|
+
cocotb-1.9.0rc2.dist-info/WHEEL,sha256=WYSXpZsvXNiAggUvUzBeRCxUY27Bzz6nBjGWxD02TN4,101
|
|
119
|
+
cocotb-1.9.0rc2.dist-info/entry_points.txt,sha256=Z2JL-ZgU-G5au6uYpkWZz9Pfk7qnh4fcoQJmBxnHSZQ,53
|
|
120
|
+
cocotb-1.9.0rc2.dist-info/top_level.txt,sha256=w-hmA_Ca52PldJkt5ya7gRP9tpUXfeJUGLMfXdv5Ez4,393
|
|
121
|
+
cocotb-1.9.0rc2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|