Commit 7b94b276 authored by Tristan Gingold's avatar Tristan Gingold

Add vme16_tb testbench

parent 2736fdff
# Allow the user to override fetchto using:
# hdlmake -p "fetchto='xxx'"
if locals().get('fetchto', None) is None:
fetchto = "../../ip_cores"
top_module="vme16_tb"
target=None
files = [
"vme16_tb.vhd",
]
modules = {
"local": [ "../../rtl", fetchto + "/general-cores" ],
}
action = "simulation"
sim_tool = "ghdl"
sim_top = "vme16_tb"
ghdl_opt = "--std=08 --ieee=synopsys"
# for general-cores
target = None
modules = {
"local": [ ".." ],
}
This diff is collapsed.
Markdown is supported
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