OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [script/] [verilator_run_simulation.sh] - Rev 48

Compare with Previous | Blame | View Log

#!/bin/bash
 
set -e
# Any subsequent commands which fail will cause the shell script to exit immediately
 
script_path=$(pwd)
path=$script_path/..
src_noc_path=$path/rtl/src_noc	
src_modelsim_path=$path/rtl/src_modelsim
src_verilator_path=$path/src_verilator	
comp_path=$path/../mpsoc_work/verilator
work_path=$comp_path/work
obj_dir_path=$work_path/processed_rtl/obj_dir/
 
 
cd $work_path/bin
 
echo "*******************START SIMULATION*************"
./testbench
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.