Skip to content
Snippets Groups Projects
Commit 775bcb71 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski
Browse files

wishbone/wb_lm32: fixed wrong path in manifest

parent 247ca5e8
Branches
Tags
No related merge requests found
......@@ -12,6 +12,6 @@ files = [ "generated/xwb_lm32.vhd",
if(target == "altera"):
files.extend(["platform/generic/lm32_multiplier.v", "platform/altera/jtag_tap.v"]);
elif (target == "xilinx" and syn_device[0:4].upper()=="XC6S"): # Spartan6
files.extend(["platform/xilinx/lm32_multiplier.v", "platform/xilinx/jtag_tap.v"])
files.extend(["platform/spartan6/lm32_multiplier.v", "platform/spartan6/jtag_tap.v"])
else:
files.extend(["platform/generic/lm32_multiplier.v", "platform/generic/jtag_tap.v"]);
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