origen_link 0.4.3 → 0.4.4
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.
- checksums.yaml +4 -4
- data/config/version.rb +1 -1
- data/lib/origen_link/vector_based.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a817ec9c46f477440e6afd3f948c3cd24e21ae8f2654829234d44542941cec84
|
|
4
|
+
data.tar.gz: b930196ade30fea90c0799821d3bd317f9486d67ecca4e704f2c6bb760ec8d2f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 179b7390c9dd0ef4c86d16fff56a6a0bb0ad963a397e4f375a1966a27dc2628e000ab8749d5880d282c10b38d193c619da7ef0d58c40d2958922dd3a831d0234
|
|
7
|
+
data.tar.gz: 6f8e9a9f3ea2df0e39684d20f536aec53a83a7773808330cc44c1bbefb10fe24ed8e7bc2a05bd00e51144474d98239e74acbc67a253974a80e03c30ef3932e96
|
data/config/version.rb
CHANGED
|
@@ -245,6 +245,7 @@ module OrigenLink
|
|
|
245
245
|
# The hash of programmed tsets does not contain this tset
|
|
246
246
|
# Check the timing api to see if there is timing info there
|
|
247
247
|
# and send the timing info to the link server
|
|
248
|
+
tset = @previous_tset if tset == ''
|
|
248
249
|
if dut.respond_to?(:timeset)
|
|
249
250
|
tset_prefix = process_timeset(tset)
|
|
250
251
|
else
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: origen_link
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Derouen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: origen
|