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

platform/Manifest.py: skip if no target defined

Allow support of generic platforms
parent a15f56d1
Branches
Tags
1 merge request!25virtex6 phy uses rx_byte_is_aligned
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