add SelectableInt and selectconcat to imports
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 4 Apr 2020 13:25:37 +0000 (14:25 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 4 Apr 2020 13:25:37 +0000 (14:25 +0100)
src/soc/decoder/pseudo/pywriter.py

index 88746e28d9ae1ad045f9f4d6d84cdef4446cdea6..238ef6464887f8526e1ba9b38c18bbf76b997d61 100644 (file)
@@ -23,6 +23,8 @@ header = """\
 
 from soc.decoder.isa import ISACaller
 from soc.decoder.helpers import (EXTS64, EXTZ64, ROTL64, ROTL32, MASK,)
+from soc.decoder.selectable_int import SelectableInt
+from soc.decoder.selectable_int import selectconcat as concat
 
 class %s(ISACaller):