OpenCores
URL https://opencores.org/ocsvn/ethmac/ethmac/trunk

Subversion Repositories ethmac

[/] [ethmac/] [trunk/] [sim/] [rtl_sim/] [modelsim_sim/] [run/] [tb_eth.do] - Blame information for rev 205

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 186 mohor
#/////////////////////////////////////////////////////////////////////
2
#///                                                              ////
3
#///  tb_eth.do                                                   ////
4
#///                                                              ////
5
#///  This file is part of the Ethernet IP core project           ////
6
#///  http://www.opencores.org/projects/ethmac/                   ////
7
#///                                                              ////
8
#///  Author(s):                                                  ////
9
#///      - Igor Mohor (igorM@opencores.org)                      ////
10
#///                                                              ////
11
#///  All additional information is avaliable in the Readme.txt   ////
12
#///  file.                                                       ////
13
#///                                                              ////
14
#/////////////////////////////////////////////////////////////////////
15
#///                                                              ////
16
#/// Copyright (C) 2001, 2002 Authors                             ////
17
#///                                                              ////
18
#/// This source file may be used and distributed without         ////
19
#/// restriction provided that this copyright statement is not    ////
20
#/// removed from the file and that any derivative work contains  ////
21
#/// the original copyright notice and the associated disclaimer. ////
22
#///                                                              ////
23
#/// This source file is free software; you can redistribute it   ////
24
#/// and/or modify it under the terms of the GNU Lesser General   ////
25
#/// Public License as published by the Free Software Foundation; ////
26
#/// either version 2.1 of the License, or (at your option) any   ////
27
#/// later version.                                               ////
28
#///                                                              ////
29
#/// This source is distributed in the hope that it will be       ////
30
#/// useful, but WITHOUT ANY WARRANTY; without even the implied   ////
31
#/// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR      ////
32
#/// PURPOSE.  See the GNU Lesser General Public License for more ////
33
#/// details.                                                     ////
34
#///                                                              ////
35
#/// You should have received a copy of the GNU Lesser General    ////
36
#/// Public License along with this source; if not, download it   ////
37
#/// from http://www.opencores.org/lgpl.shtml                     ////
38
#///                                                              ////
39
#/////////////////////////////////////////////////////////////////////
40
#/
41
#/ CVS Revision History
42
#/
43
#/ $Log: not supported by cvs2svn $
44 205 mohor
#/ Revision 1.1  2002/09/17 19:10:17  mohor
45
#/ Macro for testbench (DO file).
46 186 mohor
#/
47
#/
48
#/
49 205 mohor
#/
50 186 mohor
 
51
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_clockgen.v}
52
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_crc.v}
53
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_defines.v}
54
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_fifo.v}
55
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_maccontrol.v}
56
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_macstatus.v}
57
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_miim.v}
58
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_outputcontrol.v}
59
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_random.v}
60
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_receivecontrol.v}
61
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_register.v}
62
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_registers.v}
63
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_rxaddrcheck.v}
64
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_rxcounters.v}
65
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_rxethmac.v}
66
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_rxstatem.v}
67
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_shiftreg.v}
68
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_spram_256x32.v}
69
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_top.v}
70
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_transmitcontrol.v}
71
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_txcounters.v}
72
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_txethmac.v}
73
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_txstatem.v}
74
vlog -reportprogress 300 -work work {../../../../rtl/verilog/eth_wishbone.v}
75
vlog -reportprogress 300 -work work {../../../../rtl/verilog/timescale.v}
76
vlog -reportprogress 300 -work work {../../../../bench/verilog/eth_phy.v}
77
vlog -reportprogress 300 -work work {../../../../bench/verilog/eth_phy_defines.v}
78
vlog -reportprogress 300 -work work {../../../../bench/verilog/tb_eth_defines.v}
79
vlog -reportprogress 300 -work work {../../../../bench/verilog/tb_ethernet.v}
80
vlog -reportprogress 300 -work work {../../../../bench/verilog/wb_bus_mon.v}
81
vlog -reportprogress 300 -work work {../../../../bench/verilog/wb_master_behavioral.v}
82
vlog -reportprogress 300 -work work {../../../../bench/verilog/wb_master32.v}
83
vlog -reportprogress 300 -work work {../../../../bench/verilog/wb_model_defines.v}
84
vlog -reportprogress 300 -work work {../../../../bench/verilog/wb_slave_behavioral.v}
85
 
86
 
87
# If you use define ETH_XILINX_RAMB4 switched on, then uncomment the following lines
88
# vlog -reportprogress 300 -work work {C:/Xilinx/verilog/src/glbl.v}
89
# vlog -reportprogress 300 -work work {C:/Xilinx/verilog/src/unisims/RAMB4_S16.v}
90
 
91 205 mohor
# If you use define ETH_VIRTUAL_SILICON_RAM switched on, then uncomment the following lines
92
vlog -reportprogress 300 -work work {../../../../../vs_rams/018/vs_hdsp_256x32.v}
93 186 mohor
 
94
# If you use define ETH_XILINX_RAMB4 switched on, then uncomment the following lines
95
# !ETH_XILINX_RAMB4
96
  vsim work.tb_ethernet
97
#  ETH_XILINX_RAMB4
98 205 mohor
#  vsim work.glbl work.tb_ethernet
99 186 mohor
 
100
 
101
run -all
102
 
103
 

powered by: WebSVN 2.1.0

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