diff --git a/f4pga/flows/common_modules/io_rename.py b/f4pga/flows/common_modules/io_rename.py index c22c728..25c5787 100644 --- a/f4pga/flows/common_modules/io_rename.py +++ b/f4pga/flows/common_modules/io_rename.py @@ -40,6 +40,10 @@ Accepted module parameters: """ +from argparse import Namespace +from types import SimpleNamespace + +from f4pga.flows.common import decompose_depname, resolve_modstr, with_qualifier from f4pga.flows.module import Module, ModuleContext from f4pga.flows.runner import get_module