mirror of
https://github.com/Dasharo/litex.git
synced 2026-03-06 14:58:06 -08:00
litex/build/xilinx/f4pga: update imports
Signed-off-by: umarcor <umartinezcorral@antmicro.com>
This commit is contained in:
@@ -16,10 +16,11 @@ from litex.build.xilinx.vivado import _xdc_separator, _build_xdc
|
||||
from litex.build import tools
|
||||
|
||||
try:
|
||||
from f4pga import Flow, make_flow_config
|
||||
from f4pga.common import set_verbosity_level
|
||||
from f4pga.cache import F4Cache
|
||||
from f4pga.flow_config import ProjectFlowConfig
|
||||
from f4pga.flows.flow import Flow
|
||||
from f4pga.flows.commands import make_flow_config
|
||||
from f4pga.flows.common import set_verbosity_level
|
||||
from f4pga.flows.cache import F4Cache
|
||||
from f4pga.flows.flow_config import ProjectFlowConfig
|
||||
except ModuleNotFoundError as e:
|
||||
raise ModuleNotFoundError("Try getting/updating F4PGA tool (https://github.com/chipsalliance/f4pga/)") from e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user