peakrdl-busdecoder 0.6.3__py3-none-any.whl → 0.6.4__py3-none-any.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.
- peakrdl_busdecoder/exporter.py +0 -2
- peakrdl_busdecoder/module_tmpl.sv +0 -1
- peakrdl_busdecoder/package_tmpl.sv +0 -1
- {peakrdl_busdecoder-0.6.3.dist-info → peakrdl_busdecoder-0.6.4.dist-info}/METADATA +1 -1
- {peakrdl_busdecoder-0.6.3.dist-info → peakrdl_busdecoder-0.6.4.dist-info}/RECORD +9 -9
- {peakrdl_busdecoder-0.6.3.dist-info → peakrdl_busdecoder-0.6.4.dist-info}/WHEEL +0 -0
- {peakrdl_busdecoder-0.6.3.dist-info → peakrdl_busdecoder-0.6.4.dist-info}/entry_points.txt +0 -0
- {peakrdl_busdecoder-0.6.3.dist-info → peakrdl_busdecoder-0.6.4.dist-info}/licenses/LICENSE +0 -0
- {peakrdl_busdecoder-0.6.3.dist-info → peakrdl_busdecoder-0.6.4.dist-info}/top_level.txt +0 -0
peakrdl_busdecoder/exporter.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import os
|
|
2
|
-
from datetime import datetime
|
|
3
2
|
from importlib.metadata import version
|
|
4
3
|
from pathlib import Path
|
|
5
4
|
from typing import TYPE_CHECKING, Any, TypedDict
|
|
@@ -115,7 +114,6 @@ class BusDecoderExporter:
|
|
|
115
114
|
|
|
116
115
|
# Build Jinja template context
|
|
117
116
|
context = { # type: ignore
|
|
118
|
-
"current_date": datetime.now().strftime("%Y-%m-%d"),
|
|
119
117
|
"version": version("peakrdl-busdecoder"),
|
|
120
118
|
"cpuif": self.cpuif,
|
|
121
119
|
"cpuif_decode": DecodeLogicGenerator,
|
|
@@ -3,11 +3,11 @@ peakrdl_busdecoder/__peakrdl__.py,sha256=76kLBbSWVlKkCI5ESiID1aWVcQHr4sK32ujP5kn
|
|
|
3
3
|
peakrdl_busdecoder/decode_logic_gen.py,sha256=q4qSmufJI28eX75A532BOoNfIufljq3gHNLdqKbRqio,6060
|
|
4
4
|
peakrdl_busdecoder/design_scanner.py,sha256=syD6IXAJWYdpq2PQPvUGflPjhR_pO35R46Ld5K5XZHQ,1562
|
|
5
5
|
peakrdl_busdecoder/design_state.py,sha256=_zqgn2dQH2ozK63NwqRvPV7Bty7G-BAESu3yux2cJmI,4926
|
|
6
|
-
peakrdl_busdecoder/exporter.py,sha256=
|
|
6
|
+
peakrdl_busdecoder/exporter.py,sha256=Ozxu73-CCKDBkWYGACHOTX9qsqHhV7vup1wHq1HBKaY,5261
|
|
7
7
|
peakrdl_busdecoder/identifier_filter.py,sha256=poSIS1BMscORxOuDX_nXqvdNzClhKASdAVv9aDM_aqA,3972
|
|
8
8
|
peakrdl_busdecoder/listener.py,sha256=WZ2fma6oSpGGZwuP7Zcv1futWBalaeZeVZD7DX1KQz4,2509
|
|
9
|
-
peakrdl_busdecoder/module_tmpl.sv,sha256=
|
|
10
|
-
peakrdl_busdecoder/package_tmpl.sv,sha256=
|
|
9
|
+
peakrdl_busdecoder/module_tmpl.sv,sha256=g0g7Xij4ol2H_g8sw9o1_lZdMf78eVyt95AROzc__nU,2850
|
|
10
|
+
peakrdl_busdecoder/package_tmpl.sv,sha256=VWPkW7LpZTKuK7BMtpCqLxgyi9u5Fh6fwCRq7ag7BVk,825
|
|
11
11
|
peakrdl_busdecoder/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
peakrdl_busdecoder/struct_gen.py,sha256=UGNdGg-S6u2JRoDExP6Mt5h3bu01fP-gQ15FcwD9gNw,2334
|
|
13
13
|
peakrdl_busdecoder/sv_int.py,sha256=D57h4sgqnQWQtPw80OeDZk_i2_t2aOTsihmASB4NkGo,1788
|
|
@@ -41,9 +41,9 @@ peakrdl_busdecoder/cpuif/axi4lite/axi4_lite_cpuif_flat.py,sha256=47yz1o6yoGFyoIs
|
|
|
41
41
|
peakrdl_busdecoder/cpuif/axi4lite/axi4_lite_interface.py,sha256=EXW-nPJwMF_oCPdJ4XmreiLwhnpqSca9iViosh2rEXM,3721
|
|
42
42
|
peakrdl_busdecoder/cpuif/axi4lite/axi4_lite_tmpl.sv,sha256=ketPrq715LSEs8Ar9ecXgnSe2AUAdQ70oNVmDbXc2Tc,3351
|
|
43
43
|
peakrdl_busdecoder/udps/__init__.py,sha256=gPc74OMVWTIr5vgtFArzbhEyi1OYjllR3ZFwHJ8APaY,106
|
|
44
|
-
peakrdl_busdecoder-0.6.
|
|
45
|
-
peakrdl_busdecoder-0.6.
|
|
46
|
-
peakrdl_busdecoder-0.6.
|
|
47
|
-
peakrdl_busdecoder-0.6.
|
|
48
|
-
peakrdl_busdecoder-0.6.
|
|
49
|
-
peakrdl_busdecoder-0.6.
|
|
44
|
+
peakrdl_busdecoder-0.6.4.dist-info/licenses/LICENSE,sha256=eAMIGRcnsTDZVr4qelHkJ49Rd_IiDY4_MVHU7N0UWSw,7646
|
|
45
|
+
peakrdl_busdecoder-0.6.4.dist-info/METADATA,sha256=O_6RiPtNmfNn-_Fs9vihEuVFEVkSd2AuPG2J6SiHya4,2797
|
|
46
|
+
peakrdl_busdecoder-0.6.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
47
|
+
peakrdl_busdecoder-0.6.4.dist-info/entry_points.txt,sha256=7Xzgt-C2F4cQu1kRLpZa0MbXSFFMC1SWEDnZkY0GH7s,73
|
|
48
|
+
peakrdl_busdecoder-0.6.4.dist-info/top_level.txt,sha256=ZIYuTsl8cYby4g8tNR_JGzbYYTrG9mqYLSBqnY1Gpmk,19
|
|
49
|
+
peakrdl_busdecoder-0.6.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|