OpenCores
URL https://opencores.org/ocsvn/1000base-x/1000base-x/trunk

Subversion Repositories 1000base-x

[/] [1000base-x/] [trunk/] [testbench/] [scripts/] [sim_ge_1000baseX_tb.sh] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 dwp
#!/bin/bash
2
 
3
TEST_NAME="ge_1000baseX_tb"
4
 
5
if [[ $1 != "" ]]; then
6
  TEST_NAME=$1
7
fi
8
 
9
LIBS="-L ge_1000baseX_lib -L unisims_lib"
10
 
11
TB="ge_1000baseX_tb_lib.ge_1000baseX_tb"
12
 
13
vsim -permit_unmatched_virtual_intf  -gui $TB -Gtest_name=\"$TEST_NAME\" $LIBS &
14
 
15
 

powered by: WebSVN 2.1.0

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