X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=lexor.py;h=754fcf134459009e8553edaefa3400107a608035;hb=7e6264a3c76af3bd5349a2e52cbff329d0400ea5;hp=d25ed61334cc6863da7ecdbc442f2a22247768cf;hpb=d6f5b269498d6912bd357f2eb1b3dcfcd49dd23d;p=sv2nmigen.git diff --git a/lexor.py b/lexor.py index d25ed61..754fcf1 100644 --- a/lexor.py +++ b/lexor.py @@ -811,7 +811,7 @@ def t_timescale_end(t): t.type = 'timescale' t.value = code t.lexer.pop_state() - print "match", code + print ("match", code) return t """