Commit 34b0830c authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez

hdl: Fix testbench Manifest for DIO simulation.

parent 03a1f875
action = "simulation" action = "simulation"
target = "xilinx" target = "xilinx"
syn_device="xc6slx45t"
sim_tool="modelsim"
top_module="main"
fetchto = "../../ip_cores" fetchto = "../../ip_cores"
vlog_opt="+incdir+../../sim" vlog_opt="+incdir+../../sim"
files = [ "main.sv" ] files = [ "main.sv" ]
include_dirs = [ "../../sim", "../../sim/wr-hdl"]
modules = { "local" : "../.." } modules = { "local" : "../.." }
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