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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [sim/] [bin/] [icarus.scr] - Diff between revs 42 and 43

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 42 Rev 43
Line 10... Line 10...
+incdir+$RTL_DIR/components/tap
+incdir+$RTL_DIR/components/tap
+incdir+$RTL_DIR/components/smii
+incdir+$RTL_DIR/components/smii
+incdir+$RTL_DIR/components/debug_if
+incdir+$RTL_DIR/components/debug_if
+incdir+$RTL_DIR/components/wb_sdram_ctrl
+incdir+$RTL_DIR/components/wb_sdram_ctrl
 
 
// Testbench files
-y $BENCH_DIR
$BENCH_DIR/orpsoc_testbench.v
-y $BACKEND_DIR
$BENCH_DIR/or1200_monitor.v
-y $RTL_DIR
$BENCH_DIR/AT26DFxxx.v
-y $RTL_DIR/components/uart16550
$BENCH_DIR/mt48lc16m16a2.v
-y $RTL_DIR/components/ethernet
$BENCH_DIR/clk_gen.v
-y $RTL_DIR/components/or1k_startup
 
-y $RTL_DIR/components/or1k_top
 
-y $RTL_DIR/components/or1200r2
 
-y $RTL_DIR/components/tap
 
-y $RTL_DIR/components/smii
 
-y $RTL_DIR/components/debug_if
 
-y $RTL_DIR/components/wb_sdram_ctrl
 
 
// RTL files (top)
// RTL files (top)
$RTL_DIR/orpsoc_top.v
$BENCH_DIR/orpsoc_testbench.v
 
 
// Simulation library file
// Couple of library files
 
$RTL_DIR/components/smii/generic_buffers.v
$BACKEND_DIR/sim_lib.v
$BACKEND_DIR/sim_lib.v
 
 
// Interconnect top level file
 
$RTL_DIR/intercon.vm
 
$RTL_DIR/dummy_slave.v
 
 
 
// UART
 
$RTL_DIR/uart_defines.v
 
$RTL_DIR/components/uart16550/uart_tfifo.v
 
$RTL_DIR/components/uart16550/uart_debug_if.v
 
$RTL_DIR/components/uart16550/uart_defines.v
 
$RTL_DIR/components/uart16550/raminfr.v
 
$RTL_DIR/components/uart16550/uart_regs.v
 
$RTL_DIR/components/uart16550/uart_rfifo.v
 
$RTL_DIR/components/uart16550/uart_top.v
 
$RTL_DIR/components/uart16550/uart_transmitter.v
 
$RTL_DIR/components/uart16550/uart_sync_flops.v
 
$RTL_DIR/components/uart16550/uart_receiver.v
 
$RTL_DIR/components/uart16550/uart_wb.v
 
 
 
// Ethernet MAC
 
$RTL_DIR/eth_defines.v
 
$RTL_DIR/components/ethernet/eth_registers.v
 
$RTL_DIR/components/ethernet/eth_maccontrol.v
 
$RTL_DIR/components/ethernet/eth_rxcounters.v
 
$RTL_DIR/components/ethernet/eth_outputcontrol.v
 
$RTL_DIR/components/ethernet/eth_rxethmac.v
 
$RTL_DIR/components/ethernet/eth_transmitcontrol.v
 
$RTL_DIR/components/ethernet/eth_defines.v
 
$RTL_DIR/components/ethernet/eth_txstatem.v
 
$RTL_DIR/components/ethernet/eth_cop.v
 
$RTL_DIR/components/ethernet/eth_txcounters.v
 
$RTL_DIR/components/ethernet/eth_rxaddrcheck.v
 
$RTL_DIR/components/ethernet/eth_spram_256x32.v
 
$RTL_DIR/components/ethernet/eth_crc.v
 
$RTL_DIR/components/ethernet/eth_wishbone.v
 
$RTL_DIR/components/ethernet/eth_miim.v
 
$RTL_DIR/components/ethernet/eth_macstatus.v
 
$RTL_DIR/components/ethernet/eth_clockgen.v
 
$RTL_DIR/components/ethernet/eth_fifo.v
 
$RTL_DIR/components/ethernet/eth_rxstatem.v
 
$RTL_DIR/components/ethernet/eth_top.v
 
$RTL_DIR/components/ethernet/eth_shiftreg.v
 
$RTL_DIR/components/ethernet/eth_receivecontrol.v
 
$RTL_DIR/components/ethernet/eth_txethmac.v
 
$RTL_DIR/components/ethernet/eth_random.v
 
$RTL_DIR/components/ethernet/eth_register.v
 
 
 
// SDRAM controller
 
$RTL_DIR/components/wb_sdram_ctrl/wb_sdram_ctrl_defines.v
 
$RTL_DIR/components/wb_sdram_ctrl/delay.v
 
$RTL_DIR/components/wb_sdram_ctrl/wb_sdram_ctrl_fsm.v
 
$RTL_DIR/components/wb_sdram_ctrl/wb_sdram_ctrl_fifo.v
 
$RTL_DIR/components/wb_sdram_ctrl/wb_sdram_ctrl.v
 
 
 
// OR1200
 
$RTL_DIR/components/or1200r2/or1200_spram_256x21.v
 
$RTL_DIR/components/or1200r2/or1200_dpram_256x32.v
 
$RTL_DIR/components/or1200r2/or1200_xcv_ram32x8d.v
 
$RTL_DIR/components/or1200r2/or1200_ic_top.v
 
$RTL_DIR/components/or1200r2/or1200_ic_fsm.v
 
$RTL_DIR/components/or1200r2/or1200_spram.v
 
$RTL_DIR/components/or1200r2/or1200_spram_64x24.v
 
$RTL_DIR/components/or1200r2/or1200_qmem_top.v
 
$RTL_DIR/components/or1200r2/or1200_tpram_32x32.v
 
$RTL_DIR/components/or1200r2/or1200_freeze.v
 
$RTL_DIR/components/or1200r2/or1200_spram_512x20.v
 
$RTL_DIR/components/or1200r2/or1200_immu_tlb.v
 
$RTL_DIR/components/or1200r2/or1200_du.v
 
$RTL_DIR/components/or1200r2/or1200_cfgr.v
 
$RTL_DIR/components/or1200r2/or1200_spram_1024x32_bw.v
 
$RTL_DIR/components/or1200r2/or1200_amultp2_32x32.v
 
$RTL_DIR/components/or1200r2/or1200_dc_tag.v
 
$RTL_DIR/components/or1200r2/or1200_sb.v
 
$RTL_DIR/components/or1200r2/or1200_dc_ram.v
 
$RTL_DIR/components/or1200r2/or1200_mult_mac.v
 
$RTL_DIR/components/or1200r2/or1200_wb_biu.v
 
$RTL_DIR/components/or1200r2/or1200_lsu.v
 
$RTL_DIR/components/or1200r2/or1200_iwb_biu.v
 
$RTL_DIR/components/or1200r2/or1200_gmultp2_32x32.v
 
$RTL_DIR/components/or1200r2/or1200_alu.v
 
$RTL_DIR/components/or1200r2/or1200_reg2mem.v
 
$RTL_DIR/components/or1200r2/or1200_ctrl.v
 
$RTL_DIR/components/or1200r2/or1200_dmmu_top.v
 
$RTL_DIR/components/or1200r2/or1200_cpu.v
 
$RTL_DIR/components/or1200r2/or1200_dc_top.v
 
$RTL_DIR/components/or1200r2/or1200_sprs.v
 
$RTL_DIR/components/or1200r2/or1200_wbmux.v
 
$RTL_DIR/components/or1200r2/or1200_spram_32x24.v
 
$RTL_DIR/components/or1200r2/or1200_if.v
 
$RTL_DIR/components/or1200r2/or1200_rf.v
 
$RTL_DIR/components/or1200r2/or1200_spram_2048x32.v
 
$RTL_DIR/components/or1200r2/or1200_genpc.v
 
$RTL_DIR/components/or1200r2/or1200_spram_128x32.v
 
$RTL_DIR/components/or1200r2/or1200_spram_2048x8.v
 
$RTL_DIR/components/or1200r2/or1200_spram_64x14.v
 
$RTL_DIR/components/or1200r2/or1200_top.v
 
$RTL_DIR/components/or1200r2/or1200_spram_1024x32.v
 
$RTL_DIR/components/or1200r2/or1200_rfram_generic.v
 
$RTL_DIR/components/or1200r2/or1200_except.v
 
$RTL_DIR/components/or1200r2/or1200_operandmuxes.v
 
$RTL_DIR/components/or1200r2/or1200_ic_ram.v
 
$RTL_DIR/components/or1200r2/or1200_dc_fsm.v
 
$RTL_DIR/components/or1200r2/or1200_sb_fifo.v
 
$RTL_DIR/components/or1200r2/or1200_ic_tag.v
 
$RTL_DIR/components/or1200r2/or1200_pic.v
 
$RTL_DIR/components/or1200r2/or1200_dmmu_tlb.v
 
$RTL_DIR/components/or1200r2/or1200_immu_top.v
 
$RTL_DIR/components/or1200r2/or1200_pm.v
 
$RTL_DIR/components/or1200r2/or1200_mem2reg.v
 
$RTL_DIR/components/or1200r2/or1200_dpram_32x32.v
 
$RTL_DIR/components/or1200r2/or1200_tt.v
 
$RTL_DIR/components/or1200r2/or1200_spram_2048x32_bw.v
 
$RTL_DIR/components/or1200r2/or1200_spram_64x22.v
 
$RTL_DIR/components/or1200r2/or1200_spram_1024x8.v
 
$RTL_DIR/components/or1k_startup/copyright_OR1K_startup.v
 
$RTL_DIR/components/or1k_startup/spi_flash_shift.v
 
$RTL_DIR/components/or1k_startup/OR1K_startup_generic.v
 
$RTL_DIR/components/or1k_startup/copyright_spi.v
 
$RTL_DIR/components/or1k_startup/spi_defines.v
 
$RTL_DIR/components/or1k_startup/spi_flash_top.v
 
$RTL_DIR/components/or1k_startup/spi_flash_clgen.v
 
$RTL_DIR/components/or1k_top/or1k_top.v
 
 
 
 
 
// JTAG TAP
 
$RTL_DIR/components/tap/tap_defines.v
 
$RTL_DIR/components/tap/tap_top.v
 
 
 
$RTL_DIR/components/smii/smii_sync.v
 
$RTL_DIR/components/smii/copyright.v
 
$RTL_DIR/components/smii/generic_buffers.v
 
$RTL_DIR/components/smii/generic_gbuf.v
 
$RTL_DIR/components/smii/smii_txrx.v
 
 
 
// Debug module
 
$RTL_DIR/components/debug_if/dbg_cpu_defines.v
 
$RTL_DIR/components/debug_if/dbg_cpu.v
 
$RTL_DIR/components/debug_if/dbg_cpu_registers.v
 
$RTL_DIR/components/debug_if/dbg_register.v
 
$RTL_DIR/components/debug_if/dbg_wb.v
 
$RTL_DIR/components/debug_if/dbg_top.v
 
$RTL_DIR/components/debug_if/dbg_crc32_d1.v
 
$RTL_DIR/components/debug_if/dbg_defines_old.v
 
$RTL_DIR/components/debug_if/dbg_wb_defines.v
 
$RTL_DIR/components/debug_if/dbg_defines.v
 
 
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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