Commit e882fc3d authored by Denia Bouhired-Ferrag's avatar Denia Bouhired-Ferrag

adds general cores to manifest

parent 2c11f5cf
......@@ -3,7 +3,7 @@ sim_tool = "modelsim"
top_module = "main"
vcom_opt = "-2008 -mixedsvvh l"
vlog_opt = "+incdir+../../ip_cores/masterfip-gw/testbench/top_mt"
vlog_opt = "+incdir+../../ip_cores/masterfip-gw/testbench/top_mt +incdir+../../sim"
# create a fake proasic3 library needed by nanofip
sim_pre_cmd = "vlib ../fake_proasic3; vmap proasic3 ../fake_proasic3"
......@@ -13,7 +13,8 @@ include_dirs = [ "../../sim", "../../sim/include", "../../sim/include/wb" ]
modules = {
"local" : ["../../rtl", "../../top/spec_test",
"../../ip_cores/nanofip-gateware/top" ]}
"local" : ["../../sim/fcm2", "../../rtl", "../../top/spec_test",
"../../ip_cores/nanofip-gateware/top",
"../../ip_cores/general-cores/"]}
#, "../../ip_cores/masterfip-gw/testbench/top_mt"]}
......@@ -27,6 +27,7 @@ add wave -noupdate -expand -group WIC_MAIN /tb_top/harness/DUT/cmp_wic_main/var1
add wave -noupdate -expand -group WIC_MAIN /tb_top/harness/DUT/cmp_wic_main/var1_reg
add wave -noupdate /tb_top/harness/DUT_nf_if/send_data
add wave -noupdate /tb_top/harness/DUT_nf_if/input_data
add wave -position 21 sim:/tb_top/harness/DUT/cmp_wic_main/var3_reg
add wave -noupdate -expand -group WIC_MAIN /tb_top/harness/DUT/cmp_wic_main/state
add wave -noupdate -expand -group WIC_MAIN /tb_top/harness/DUT/cmp_wic_main/update_out
add wave -noupdate -expand -group WIC_MAIN /tb_top/harness/DUT/cmp_wic_main/bckpl_relays_o
......
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