mirror of
https://github.com/Dasharo/f4pga.git
synced 2026-06-13 19:16:35 -07:00
f4pga/flows/common_modules/io_rename: add missing imports
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user