Skip to content
Snippets Groups Projects
Commit 42f57420 authored by Tristan Gingold's avatar Tristan Gingold Committed by Tristan Gingold
Browse files

platform/Manifest.py: skip if no target defined

Allow support of generic platforms
parent f7671d6a
Branches mat_ebm
if target=="altera":
import logging
if 'target' not in globals():
logging.info("'target' is not defined, no platform selected")
elif target=="altera":
modules = {"local" : "altera"}
elif target=="xilinx":
modules = {"local" : "xilinx"}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment