projects
/
c4m-jtag.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0e317
)
svfgrammar: Forgotten SVF statements.
author
Staf Verhaegen
<staf@stafverhaegen.be>
Thu, 1 Apr 2021 11:47:18 +0000
(13:47 +0200)
committer
Staf Verhaegen
<staf@stafverhaegen.be>
Wed, 21 Apr 2021 17:42:15 +0000
(19:42 +0200)
c4m/cocotb/jtag/c4m_jtag_svfgrammar.py
patch
|
blob
|
history
diff --git
a/c4m/cocotb/jtag/c4m_jtag_svfgrammar.py
b/c4m/cocotb/jtag/c4m_jtag_svfgrammar.py
index 3b6a958dd3e4a4d558d066154305c5ee928c2c21..8bc949df9da2c44c2bd747741395c85e45499f4a 100644
(file)
--- a/
c4m/cocotb/jtag/c4m_jtag_svfgrammar.py
+++ b/
c4m/cocotb/jtag/c4m_jtag_svfgrammar.py
@@
-93,4
+93,4
@@
class Trst(Grammar):
class SVFFile(Grammar):
- grammar = ONE_OR_MORE(EmptyLine | Comment | Trst | EndDR | EndIR | SIR | SDR | Runtest | State)
+ grammar = ONE_OR_MORE(EmptyLine | Comment | Trst | EndDR | EndIR | SIR | SDR | Runtest | State
| HDR | HIR | TDR | TIR
)