f4pga/flows/common_modules/io_rename: add missing imports
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
77d5eaeb26
commit
820088d955
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue