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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [sim/] [bin/] [icarus.scr] - Blame information for rev 42

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

Line No. Rev Author Line
1 41 julius
// This file should be processed by the Makefile before being used
2 22 julius
+incdir+$BENCH_DIR
3
+incdir+$BACKEND_DIR
4
+incdir+$RTL_DIR
5
+incdir+$RTL_DIR/components/uart16550
6
+incdir+$RTL_DIR/components/ethernet
7
+incdir+$RTL_DIR/components/or1k_startup
8
+incdir+$RTL_DIR/components/or1k_top
9 42 julius
+incdir+$RTL_DIR/components/or1200r2
10 22 julius
+incdir+$RTL_DIR/components/tap
11
+incdir+$RTL_DIR/components/smii
12
+incdir+$RTL_DIR/components/debug_if
13
+incdir+$RTL_DIR/components/wb_sdram_ctrl
14
 
15
// Testbench files
16
$BENCH_DIR/orpsoc_testbench.v
17 31 julius
$BENCH_DIR/or1200_monitor.v
18 22 julius
$BENCH_DIR/AT26DFxxx.v
19
$BENCH_DIR/mt48lc16m16a2.v
20
$BENCH_DIR/clk_gen.v
21
 
22 42 julius
// RTL files (top)
23
$RTL_DIR/orpsoc_top.v
24
 
25 22 julius
// Simulation library file
26
$BACKEND_DIR/sim_lib.v
27
 
28
// Interconnect top level file
29
$RTL_DIR/intercon.vm
30
$RTL_DIR/dummy_slave.v
31
 
32
// UART
33
$RTL_DIR/uart_defines.v
34
$RTL_DIR/components/uart16550/uart_tfifo.v
35
$RTL_DIR/components/uart16550/uart_debug_if.v
36
$RTL_DIR/components/uart16550/uart_defines.v
37
$RTL_DIR/components/uart16550/raminfr.v
38
$RTL_DIR/components/uart16550/uart_regs.v
39
$RTL_DIR/components/uart16550/uart_rfifo.v
40
$RTL_DIR/components/uart16550/uart_top.v
41
$RTL_DIR/components/uart16550/uart_transmitter.v
42
$RTL_DIR/components/uart16550/uart_sync_flops.v
43
$RTL_DIR/components/uart16550/uart_receiver.v
44
$RTL_DIR/components/uart16550/uart_wb.v
45
 
46
// Ethernet MAC
47
$RTL_DIR/eth_defines.v
48
$RTL_DIR/components/ethernet/eth_registers.v
49
$RTL_DIR/components/ethernet/eth_maccontrol.v
50
$RTL_DIR/components/ethernet/eth_rxcounters.v
51
$RTL_DIR/components/ethernet/eth_outputcontrol.v
52
$RTL_DIR/components/ethernet/eth_rxethmac.v
53
$RTL_DIR/components/ethernet/eth_transmitcontrol.v
54
$RTL_DIR/components/ethernet/eth_defines.v
55
$RTL_DIR/components/ethernet/eth_txstatem.v
56
$RTL_DIR/components/ethernet/eth_cop.v
57
$RTL_DIR/components/ethernet/eth_txcounters.v
58
$RTL_DIR/components/ethernet/eth_rxaddrcheck.v
59
$RTL_DIR/components/ethernet/eth_spram_256x32.v
60
$RTL_DIR/components/ethernet/eth_crc.v
61
$RTL_DIR/components/ethernet/eth_wishbone.v
62
$RTL_DIR/components/ethernet/eth_miim.v
63
$RTL_DIR/components/ethernet/eth_macstatus.v
64
$RTL_DIR/components/ethernet/eth_clockgen.v
65
$RTL_DIR/components/ethernet/eth_fifo.v
66
$RTL_DIR/components/ethernet/eth_rxstatem.v
67
$RTL_DIR/components/ethernet/eth_top.v
68
$RTL_DIR/components/ethernet/eth_shiftreg.v
69
$RTL_DIR/components/ethernet/eth_receivecontrol.v
70
$RTL_DIR/components/ethernet/eth_txethmac.v
71
$RTL_DIR/components/ethernet/eth_random.v
72
$RTL_DIR/components/ethernet/eth_register.v
73
 
74
// SDRAM controller
75
$RTL_DIR/components/wb_sdram_ctrl/wb_sdram_ctrl_defines.v
76
$RTL_DIR/components/wb_sdram_ctrl/delay.v
77
$RTL_DIR/components/wb_sdram_ctrl/wb_sdram_ctrl_fsm.v
78 42 julius
$RTL_DIR/components/wb_sdram_ctrl/wb_sdram_ctrl_fifo.v
79
$RTL_DIR/components/wb_sdram_ctrl/wb_sdram_ctrl.v
80 22 julius
 
81
// OR1200
82
$RTL_DIR/components/or1200r2/or1200_spram_256x21.v
83
$RTL_DIR/components/or1200r2/or1200_dpram_256x32.v
84
$RTL_DIR/components/or1200r2/or1200_xcv_ram32x8d.v
85
$RTL_DIR/components/or1200r2/or1200_ic_top.v
86
$RTL_DIR/components/or1200r2/or1200_ic_fsm.v
87
$RTL_DIR/components/or1200r2/or1200_spram.v
88
$RTL_DIR/components/or1200r2/or1200_spram_64x24.v
89
$RTL_DIR/components/or1200r2/or1200_qmem_top.v
90
$RTL_DIR/components/or1200r2/or1200_tpram_32x32.v
91
$RTL_DIR/components/or1200r2/or1200_freeze.v
92
$RTL_DIR/components/or1200r2/or1200_spram_512x20.v
93
$RTL_DIR/components/or1200r2/or1200_immu_tlb.v
94
$RTL_DIR/components/or1200r2/or1200_du.v
95
$RTL_DIR/components/or1200r2/or1200_cfgr.v
96
$RTL_DIR/components/or1200r2/or1200_spram_1024x32_bw.v
97
$RTL_DIR/components/or1200r2/or1200_amultp2_32x32.v
98
$RTL_DIR/components/or1200r2/or1200_dc_tag.v
99
$RTL_DIR/components/or1200r2/or1200_sb.v
100
$RTL_DIR/components/or1200r2/or1200_dc_ram.v
101
$RTL_DIR/components/or1200r2/or1200_mult_mac.v
102
$RTL_DIR/components/or1200r2/or1200_wb_biu.v
103
$RTL_DIR/components/or1200r2/or1200_lsu.v
104
$RTL_DIR/components/or1200r2/or1200_iwb_biu.v
105
$RTL_DIR/components/or1200r2/or1200_gmultp2_32x32.v
106
$RTL_DIR/components/or1200r2/or1200_alu.v
107
$RTL_DIR/components/or1200r2/or1200_reg2mem.v
108
$RTL_DIR/components/or1200r2/or1200_ctrl.v
109
$RTL_DIR/components/or1200r2/or1200_dmmu_top.v
110
$RTL_DIR/components/or1200r2/or1200_cpu.v
111
$RTL_DIR/components/or1200r2/or1200_dc_top.v
112
$RTL_DIR/components/or1200r2/or1200_sprs.v
113
$RTL_DIR/components/or1200r2/or1200_wbmux.v
114
$RTL_DIR/components/or1200r2/or1200_spram_32x24.v
115
$RTL_DIR/components/or1200r2/or1200_if.v
116
$RTL_DIR/components/or1200r2/or1200_rf.v
117
$RTL_DIR/components/or1200r2/or1200_spram_2048x32.v
118
$RTL_DIR/components/or1200r2/or1200_genpc.v
119
$RTL_DIR/components/or1200r2/or1200_spram_128x32.v
120
$RTL_DIR/components/or1200r2/or1200_spram_2048x8.v
121
$RTL_DIR/components/or1200r2/or1200_spram_64x14.v
122
$RTL_DIR/components/or1200r2/or1200_top.v
123
$RTL_DIR/components/or1200r2/or1200_spram_1024x32.v
124
$RTL_DIR/components/or1200r2/or1200_rfram_generic.v
125
$RTL_DIR/components/or1200r2/or1200_except.v
126
$RTL_DIR/components/or1200r2/or1200_operandmuxes.v
127
$RTL_DIR/components/or1200r2/or1200_ic_ram.v
128
$RTL_DIR/components/or1200r2/or1200_dc_fsm.v
129
$RTL_DIR/components/or1200r2/or1200_sb_fifo.v
130
$RTL_DIR/components/or1200r2/or1200_ic_tag.v
131
$RTL_DIR/components/or1200r2/or1200_pic.v
132
$RTL_DIR/components/or1200r2/or1200_dmmu_tlb.v
133
$RTL_DIR/components/or1200r2/or1200_immu_top.v
134
$RTL_DIR/components/or1200r2/or1200_pm.v
135
$RTL_DIR/components/or1200r2/or1200_mem2reg.v
136
$RTL_DIR/components/or1200r2/or1200_dpram_32x32.v
137
$RTL_DIR/components/or1200r2/or1200_tt.v
138
$RTL_DIR/components/or1200r2/or1200_spram_2048x32_bw.v
139
$RTL_DIR/components/or1200r2/or1200_spram_64x22.v
140
$RTL_DIR/components/or1200r2/or1200_spram_1024x8.v
141
$RTL_DIR/components/or1k_startup/copyright_OR1K_startup.v
142 42 julius
$RTL_DIR/components/or1k_startup/spi_flash_shift.v
143 22 julius
$RTL_DIR/components/or1k_startup/OR1K_startup_generic.v
144
$RTL_DIR/components/or1k_startup/copyright_spi.v
145
$RTL_DIR/components/or1k_startup/spi_defines.v
146 42 julius
$RTL_DIR/components/or1k_startup/spi_flash_top.v
147
$RTL_DIR/components/or1k_startup/spi_flash_clgen.v
148 22 julius
$RTL_DIR/components/or1k_top/or1k_top.v
149
 
150
 
151
// JTAG TAP
152
$RTL_DIR/components/tap/tap_defines.v
153
$RTL_DIR/components/tap/tap_top.v
154
 
155
$RTL_DIR/components/smii/smii_sync.v
156
$RTL_DIR/components/smii/copyright.v
157
$RTL_DIR/components/smii/generic_buffers.v
158
$RTL_DIR/components/smii/generic_gbuf.v
159
$RTL_DIR/components/smii/smii_txrx.v
160
 
161
// Debug module
162
$RTL_DIR/components/debug_if/dbg_cpu_defines.v
163
$RTL_DIR/components/debug_if/dbg_cpu.v
164
$RTL_DIR/components/debug_if/dbg_cpu_registers.v
165
$RTL_DIR/components/debug_if/dbg_register.v
166
$RTL_DIR/components/debug_if/dbg_wb.v
167
$RTL_DIR/components/debug_if/dbg_top.v
168
$RTL_DIR/components/debug_if/dbg_crc32_d1.v
169
$RTL_DIR/components/debug_if/dbg_defines_old.v
170
$RTL_DIR/components/debug_if/dbg_wb_defines.v
171
$RTL_DIR/components/debug_if/dbg_defines.v
172 42 julius
 

powered by: WebSVN 2.1.0

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