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_lint.sh] - Rev 48

Compare with Previous | Blame | View Log

#!/bin/bash
echo "filelist: $1";
export workspace_loc="$1/../.."
verilator --lint-only  --cc  --top-module "noc"   --profile-cfuncs --prefix "Vnoc" -O3  -CFLAGS -O3 -f $1/noc_files.f -y ${workspace_loc}/mpsoc/rtl/src_noc/
 

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.