add undef()
[soc.git] / src / soc / decoder / pseudo / pywriter.py
index 6cf005f059042ccf9581667b0cad746e5c5dd167..5e8c1492465ac0900b1ca8b60d86d5a028efab87 100644 (file)
@@ -23,7 +23,7 @@ from soc.decoder.isa.caller import inject, instruction_info
 from soc.decoder.helpers import (EXTS, EXTS64, EXTZ64, ROTL64, ROTL32, MASK,
                                  ne, eq, gt, ge, lt, le, ltu, gtu, length,
                                  trunc_divs, trunc_rems, MULS, DIVS, MODS,
-                                 EXTS128)
+                                 EXTS128, undef)
 from soc.decoder.selectable_int import SelectableInt
 from soc.decoder.selectable_int import selectconcat as concat
 from soc.decoder.orderedset import OrderedSet