Skip to content
Snippets Groups Projects
Manifest.py 496 B
Newer Older
action = "simulation"
sim_tool = "modelsim"
top_module = "main"
syn_device = "XC6VLX240T"
fetchto = "../../../ip_cores"
#vlog_opt = "+incdir+../../../sim +incdir+../../../ip_cores/general-cores/sim +incdir+../../../ip_cores/wr-cores/sim"
include_dirs = [ "../../../sim", "../../../sim/wr-hdl" ]

modules = { "local" : [ "../../../modules/wrsw_swcore/mpm" ],
   					"git" : "git://ohwr.org/hdl-core-lib/general-cores.git::proposed_master"
}