Commit 217869b0 authored by CI's avatar CI

Testbench wr_ep_prbs_checker now run with Riviera-Pro

parent e3b84645
......@@ -4,7 +4,9 @@
#TB_DIRS=wr_minic
#TB_DIRS+=wrc_core
#TB_DIRS+=xwrf_loopback
TB_DIRS+=xwrf_mux
TB_DIRS+=wr_ep_prbs_checker
#TB_DIRS+=xwrf_mux
#TB_DIRS+=wr_streamers/streamers_multi_test
......
......@@ -3,11 +3,12 @@ target = "xilinx"
syn_device = "xc6slx45t"
syn_grade = "-3"
syn_package = "fgg484"
sim_tool = "modelsim"
#sim_tool = "modelsim"
sim_tool = "riviera"
top_module = "main"
#vlog_opt="-mixedsvvh l"
vcom_opt="-mixedsvvh l"
#vcom_opt="-mixedsvvh l"
vcom_opt="-relax -packagevhdlsv"
include_dirs = [ "../../sim" ]
files = [ "main.sv" ]
......
Detected client not running
\ No newline at end of file
$INCLUDE = "$VSIMSALIBRARYCFG"
work = "./work/work.lib" 1649684949227
vsim -L unisim -t 10fs work.main -voptargs="+acc"
set StdArithNoWarnings 1
set NumericStdNoWarnings 1
do wave.do
radix -hexadecimal
#run 50ms
run 10us
wave zoomfull
radix -hexadecimal
vsim -L unisim -t 10fs work.main -voptargs="+acc"
set StdArithNoWarnings 1
set NumericStdNoWarnings 1
radix -hexadecimal
run 1ms
wave zoomfull
radix -hexadecimal
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