Semi-ATE / STIL

Standard Tester Interface Library [IEEE1450]
GNU General Public License v2.0
20 stars 7 forks source link

PatternExecBlockParser throws an exception when variable without math operation is used #34

Closed seimit closed 2 years ago

seimit commented 2 years ago

The PatternExecBlockParser throw exception when WFT's period is only given by variable specified in the Spec block like: WaveformTable "wft" { Period 'SetupTime'; Waveforms {...} } where SetupTime is a variable in the Spec block. When the period is a time expression like '50ns' or math operation like "1/SetupTime", the parsers does not throws an exception.