primitive 0.1.29__py3-none-any.whl → 0.1.30__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.
- primitive/__about__.py +1 -1
- primitive/sim/actions.py +5 -4
- {primitive-0.1.29.dist-info → primitive-0.1.30.dist-info}/METADATA +1 -1
- {primitive-0.1.29.dist-info → primitive-0.1.30.dist-info}/RECORD +7 -7
- {primitive-0.1.29.dist-info → primitive-0.1.30.dist-info}/WHEEL +0 -0
- {primitive-0.1.29.dist-info → primitive-0.1.30.dist-info}/entry_points.txt +0 -0
- {primitive-0.1.29.dist-info → primitive-0.1.30.dist-info}/licenses/LICENSE.txt +0 -0
primitive/__about__.py
CHANGED
primitive/sim/actions.py
CHANGED
@@ -51,9 +51,9 @@ class Sim(BaseAction):
|
|
51
51
|
|
52
52
|
def collect_artifacts(self, source: Path, job_run_id: str) -> None:
|
53
53
|
# Parse VCD artifacts
|
54
|
-
files = find_files_for_extension(source, ".vcd")
|
55
|
-
for file in files:
|
56
|
-
|
54
|
+
# files = find_files_for_extension(source, ".vcd")
|
55
|
+
# for file in files:
|
56
|
+
# self.parse_vcd(path=file)
|
57
57
|
|
58
58
|
# Parse XML artifacts
|
59
59
|
files = find_files_for_extension(source, "results.xml")
|
@@ -64,7 +64,8 @@ class Sim(BaseAction):
|
|
64
64
|
# TODO: Figure out how to track ".log", ".history" files w/ analog stuff involved
|
65
65
|
file_ids = []
|
66
66
|
files = find_files_for_extension(
|
67
|
-
source, ("results.xml", ".vcd", ".vcd.json", ".xml.json")
|
67
|
+
source, # ("results.xml", ".vcd", ".vcd.json", ".xml.json")
|
68
|
+
("results.xml", ".xml.json"),
|
68
69
|
)
|
69
70
|
for file_path in files:
|
70
71
|
try:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: primitive
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.30
|
4
4
|
Project-URL: Documentation, https://github.com//primitivecorp/primitive-cli#readme
|
5
5
|
Project-URL: Issues, https://github.com//primitivecorp/primitive-cli/issues
|
6
6
|
Project-URL: Source, https://github.com//primitivecorp/primitive-cli
|
@@ -1,4 +1,4 @@
|
|
1
|
-
primitive/__about__.py,sha256=
|
1
|
+
primitive/__about__.py,sha256=5NpsJuFCdp_a95MDhywp56Fe66qRXGqHOYZqol1GM5s,129
|
2
2
|
primitive/__init__.py,sha256=bwKdgggKNVssJFVPfKSxqFMz4IxSr54WWbmiZqTMPNI,106
|
3
3
|
primitive/cli.py,sha256=VQPSewC6ouGdEG9W1gllawGJTydpOY0Lzg7LURXcqQg,2374
|
4
4
|
primitive/client.py,sha256=SFPG4H2wJao8euGdnYp-l7dk_fDpWeVn2aT2WNJUAqo,2370
|
@@ -30,7 +30,7 @@ primitive/projects/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
30
30
|
primitive/projects/actions.py,sha256=xhebDUMN9DXWvngWJyJkiijghbZwffy-JIPSsOg8agE,2061
|
31
31
|
primitive/projects/commands.py,sha256=Fqqgpi4cm6zOgkHK--0F0hiiIj32BmgZ-h1MydmWwdE,464
|
32
32
|
primitive/sim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
33
|
-
primitive/sim/actions.py,sha256=
|
33
|
+
primitive/sim/actions.py,sha256=aVOSC-HWiV215GdL0OiefKs5o6XRka464c-4eFLy6Lg,7381
|
34
34
|
primitive/sim/commands.py,sha256=8PaOfL1MO6qxTn7mNVRnBU1X2wa3gk_mlbAhBW6MnI0,591
|
35
35
|
primitive/sim/vcd.py,sha256=mAbGnKWM0qzIUMkuSmO0p3sU25kOqbl31mvCsDSrXeM,22221
|
36
36
|
primitive/utils/actions.py,sha256=HOFrmM3-0A_A3NS84MqrZ6JmQEiiPSoDqEeuu6b_qfQ,196
|
@@ -42,8 +42,8 @@ primitive/utils/printer.py,sha256=f1XUpqi5dkTL3GWvYRUGlSwtj2IxU1q745T4Fxo7Tn4,37
|
|
42
42
|
primitive/utils/shell.py,sha256=-7UjQaBqSGHzEEyX8pNjeYFFP0P3lVnDV0OkgPz1qHU,1050
|
43
43
|
primitive/utils/verible.py,sha256=QYczN1IvxODfj4jeq0nqjFuF0Oi0Zdx-Q32ySOJgcw8,2205
|
44
44
|
primitive/utils/yaml.py,sha256=4UP_9MXHoNb9_SCeUDm9xqYg9sHltqpVhNgsY6GNfb8,527
|
45
|
-
primitive-0.1.
|
46
|
-
primitive-0.1.
|
47
|
-
primitive-0.1.
|
48
|
-
primitive-0.1.
|
49
|
-
primitive-0.1.
|
45
|
+
primitive-0.1.30.dist-info/METADATA,sha256=VKzfezVosD7mHq5yygZsiV9N-3BNSESwoA-C9iAV0N8,1840
|
46
|
+
primitive-0.1.30.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
47
|
+
primitive-0.1.30.dist-info/entry_points.txt,sha256=p1K8DMCWka5FqLlqP1sPek5Uovy9jq8u51gUsP-z334,48
|
48
|
+
primitive-0.1.30.dist-info/licenses/LICENSE.txt,sha256=B8kmQMJ2sxYygjCLBk770uacaMci4mPSoJJ8WoDBY_c,1098
|
49
|
+
primitive-0.1.30.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|