| 1 |
22 |
julius |
+incdir+$BENCH_DIR
|
| 2 |
|
|
+incdir+$BACKEND_DIR
|
| 3 |
|
|
+incdir+$RTL_DIR
|
| 4 |
|
|
+incdir+$RTL_DIR/components/uart16550
|
| 5 |
|
|
+incdir+$RTL_DIR/components/ethernet
|
| 6 |
|
|
+incdir+$RTL_DIR/components/or1k_startup
|
| 7 |
|
|
+incdir+$RTL_DIR/components/or1k_top
|
| 8 |
|
|
+incdir+$RTL_DIR/components/tap
|
| 9 |
|
|
+incdir+$RTL_DIR/components/smii
|
| 10 |
|
|
+incdir+$RTL_DIR/components/debug_if
|
| 11 |
|
|
+incdir+$RTL_DIR/components/wb_sdram_ctrl
|
| 12 |
|
|
|
| 13 |
|
|
|
| 14 |
|
|
// Testbench files
|
| 15 |
|
|
$BENCH_DIR/orpsoc_testbench.v
|
| 16 |
|
|
$BENCH_DIR/AT26DFxxx.v
|
| 17 |
|
|
$BENCH_DIR/mt48lc16m16a2.v
|
| 18 |
|
|
$BENCH_DIR/clk_gen.v
|
| 19 |
|
|
|
| 20 |
|
|
// Simulation library file
|
| 21 |
|
|
$BACKEND_DIR/sim_lib.v
|
| 22 |
|
|
|
| 23 |
|
|
// RTL files (top)
|
| 24 |
|
|
$RTL_DIR/orp_soc.v
|
| 25 |
|
|
|
| 26 |
|
|
// Interconnect top level file
|
| 27 |
|
|
$RTL_DIR/intercon.vm
|
| 28 |
|
|
$RTL_DIR/dummy_slave.v
|
| 29 |
|
|
|
| 30 |
|
|
// UART
|
| 31 |
|
|
$RTL_DIR/uart_defines.v
|
| 32 |
|
|
$RTL_DIR/components/uart16550/uart_tfifo.v
|
| 33 |
|
|
$RTL_DIR/components/uart16550/uart_debug_if.v
|
| 34 |
|
|
$RTL_DIR/components/uart16550/uart_defines.v
|
| 35 |
|
|
$RTL_DIR/components/uart16550/raminfr.v
|
| 36 |
|
|
$RTL_DIR/components/uart16550/uart_regs.v
|
| 37 |
|
|
$RTL_DIR/components/uart16550/uart_rfifo.v
|
| 38 |
|
|
$RTL_DIR/components/uart16550/uart_top.v
|
| 39 |
|
|
$RTL_DIR/components/uart16550/uart_transmitter.v
|
| 40 |
|
|
$RTL_DIR/components/uart16550/uart_sync_flops.v
|
| 41 |
|
|
$RTL_DIR/components/uart16550/uart_receiver.v
|
| 42 |
|
|
$RTL_DIR/components/uart16550/uart_wb.v
|
| 43 |
|
|
$RTL_DIR/components/uart16550/timescale.v
|
| 44 |
|
|
|
| 45 |
|
|
// Ethernet MAC
|
| 46 |
|
|
$RTL_DIR/eth_defines.v
|
| 47 |
|
|
$RTL_DIR/components/ethernet/eth_registers.v
|
| 48 |
|
|
$RTL_DIR/components/ethernet/eth_maccontrol.v
|
| 49 |
|
|
$RTL_DIR/components/ethernet/eth_rxcounters.v
|
| 50 |
|
|
$RTL_DIR/components/ethernet/eth_outputcontrol.v
|
| 51 |
|
|
$RTL_DIR/components/ethernet/eth_rxethmac.v
|
| 52 |
|
|
//$RTL_DIR/components/ethernet/xilinx_dist_ram_16x32.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 |
|
|
$RTL_DIR/components/ethernet/timescale.v
|
| 74 |
|
|
|
| 75 |
|
|
// SDRAM controller
|
| 76 |
|
|
$RTL_DIR/components/wb_sdram_ctrl/wb_sdram_ctrl_defines.v
|
| 77 |
|
|
$RTL_DIR/components/wb_sdram_ctrl/delay.v
|
| 78 |
|
|
$RTL_DIR/components/wb_sdram_ctrl/wb_sdram_ctrl_top.v
|
| 79 |
|
|
$RTL_DIR/components/wb_sdram_ctrl/wb_sdram_ctrl_fsm.v
|
| 80 |
|
|
$RTL_DIR/components/wb_sdram_ctrl/fifo.v
|
| 81 |
|
|
|
| 82 |
|
|
// OR1200
|
| 83 |
|
|
$RTL_DIR/or1200_defines.v
|
| 84 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_256x21.v
|
| 85 |
|
|
$RTL_DIR/components/or1200r2/or1200_dpram_256x32.v
|
| 86 |
|
|
$RTL_DIR/components/or1200r2/or1200_xcv_ram32x8d.v
|
| 87 |
|
|
$RTL_DIR/components/or1200r2/or1200_ic_top.v
|
| 88 |
|
|
$RTL_DIR/components/or1200r2/or1200_ic_fsm.v
|
| 89 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram.v
|
| 90 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_64x24.v
|
| 91 |
|
|
$RTL_DIR/components/or1200r2/or1200_qmem_top.v
|
| 92 |
|
|
$RTL_DIR/components/or1200r2/or1200_tpram_32x32.v
|
| 93 |
|
|
$RTL_DIR/components/or1200r2/or1200_freeze.v
|
| 94 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_512x20.v
|
| 95 |
|
|
$RTL_DIR/components/or1200r2/or1200_immu_tlb.v
|
| 96 |
|
|
$RTL_DIR/components/or1200r2/or1200_du.v
|
| 97 |
|
|
$RTL_DIR/components/or1200r2/or1200_cfgr.v
|
| 98 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_1024x32_bw.v
|
| 99 |
|
|
$RTL_DIR/components/or1200r2/or1200_amultp2_32x32.v
|
| 100 |
|
|
$RTL_DIR/components/or1200r2/or1200_dc_tag.v
|
| 101 |
|
|
$RTL_DIR/components/or1200r2/or1200_sb.v
|
| 102 |
|
|
$RTL_DIR/components/or1200r2/or1200_dc_ram.v
|
| 103 |
|
|
$RTL_DIR/components/or1200r2/or1200_mult_mac.v
|
| 104 |
|
|
$RTL_DIR/components/or1200r2/or1200_wb_biu.v
|
| 105 |
|
|
$RTL_DIR/components/or1200r2/or1200_lsu.v
|
| 106 |
|
|
$RTL_DIR/components/or1200r2/or1200_iwb_biu.v
|
| 107 |
|
|
$RTL_DIR/components/or1200r2/or1200_gmultp2_32x32.v
|
| 108 |
|
|
$RTL_DIR/components/or1200r2/or1200_alu.v
|
| 109 |
|
|
$RTL_DIR/components/or1200r2/or1200_reg2mem.v
|
| 110 |
|
|
$RTL_DIR/components/or1200r2/or1200_ctrl.v
|
| 111 |
|
|
$RTL_DIR/components/or1200r2/or1200_dmmu_top.v
|
| 112 |
|
|
$RTL_DIR/components/or1200r2/or1200_cpu.v
|
| 113 |
|
|
$RTL_DIR/components/or1200r2/or1200_dc_top.v
|
| 114 |
|
|
$RTL_DIR/components/or1200r2/or1200_sprs.v
|
| 115 |
|
|
//$RTL_DIR/components/or1200r2/or1200_dpram.v
|
| 116 |
|
|
$RTL_DIR/components/or1200r2/or1200_wbmux.v
|
| 117 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_32x24.v
|
| 118 |
|
|
$RTL_DIR/components/or1200r2/or1200_if.v
|
| 119 |
|
|
$RTL_DIR/components/or1200r2/or1200_rf.v
|
| 120 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_2048x32.v
|
| 121 |
|
|
$RTL_DIR/components/or1200r2/or1200_genpc.v
|
| 122 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_128x32.v
|
| 123 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_2048x8.v
|
| 124 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_64x14.v
|
| 125 |
|
|
$RTL_DIR/components/or1200r2/or1200_defines.v
|
| 126 |
|
|
$RTL_DIR/components/or1200r2/or1200_top.v
|
| 127 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_1024x32.v
|
| 128 |
|
|
$RTL_DIR/components/or1200r2/or1200_rfram_generic.v
|
| 129 |
|
|
$RTL_DIR/components/or1200r2/or1200_except.v
|
| 130 |
|
|
$RTL_DIR/components/or1200r2/or1200_operandmuxes.v
|
| 131 |
|
|
$RTL_DIR/components/or1200r2/or1200_ic_ram.v
|
| 132 |
|
|
$RTL_DIR/components/or1200r2/or1200_dc_fsm.v
|
| 133 |
|
|
$RTL_DIR/components/or1200r2/or1200_sb_fifo.v
|
| 134 |
|
|
$RTL_DIR/components/or1200r2/or1200_ic_tag.v
|
| 135 |
|
|
$RTL_DIR/components/or1200r2/or1200_pic.v
|
| 136 |
|
|
$RTL_DIR/components/or1200r2/or1200_dmmu_tlb.v
|
| 137 |
|
|
$RTL_DIR/components/or1200r2/or1200_immu_top.v
|
| 138 |
|
|
$RTL_DIR/components/or1200r2/or1200_pm.v
|
| 139 |
|
|
$RTL_DIR/components/or1200r2/or1200_mem2reg.v
|
| 140 |
|
|
$RTL_DIR/components/or1200r2/or1200_dpram_32x32.v
|
| 141 |
|
|
$RTL_DIR/components/or1200r2/or1200_tt.v
|
| 142 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_2048x32_bw.v
|
| 143 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_64x22.v
|
| 144 |
|
|
$RTL_DIR/components/or1200r2/or1200_spram_1024x8.v
|
| 145 |
|
|
$RTL_DIR/components/or1200r2/timescale.v
|
| 146 |
|
|
$RTL_DIR/components/or1k_startup/copyright_OR1K_startup.v
|
| 147 |
|
|
$RTL_DIR/components/or1k_startup/spi_shift.v
|
| 148 |
|
|
$RTL_DIR/components/or1k_startup/OR1K_startup_generic.v
|
| 149 |
|
|
$RTL_DIR/components/or1k_startup/copyright_spi.v
|
| 150 |
|
|
//$RTL_DIR/components/or1k_startup/OR1K_startup.v
|
| 151 |
|
|
$RTL_DIR/components/or1k_startup/spi_defines.v
|
| 152 |
|
|
//$RTL_DIR/components/or1k_startup/OR1K_startup_rom.v
|
| 153 |
|
|
//$RTL_DIR/components/or1k_startup/spi_flash.v
|
| 154 |
|
|
//$RTL_DIR/components/or1k_startup/flash_wb_32x32.v
|
| 155 |
|
|
$RTL_DIR/components/or1k_startup/spi_top.v
|
| 156 |
|
|
$RTL_DIR/components/or1k_startup/spi_clgen.v
|
| 157 |
|
|
//$RTL_DIR/components/or1k_startup/OR1K_startup_ACTEL.v
|
| 158 |
|
|
//$RTL_DIR/components/or1k_startup/OR1K_startup_ACTEL_IP.v
|
| 159 |
|
|
$RTL_DIR/components/or1k_startup/timescale.v
|
| 160 |
|
|
$RTL_DIR/components/or1k_top/or1k_top.v
|
| 161 |
|
|
|
| 162 |
|
|
|
| 163 |
|
|
// JTAG TAP
|
| 164 |
|
|
$RTL_DIR/components/tap/tap_defines.v
|
| 165 |
|
|
//$RTL_DIR/components/tap/tap.v
|
| 166 |
|
|
$RTL_DIR/components/tap/tap_top.v
|
| 167 |
|
|
$RTL_DIR/components/tap/timescale.v
|
| 168 |
|
|
|
| 169 |
|
|
|
| 170 |
|
|
$RTL_DIR/components/smii/smii_sync.v
|
| 171 |
|
|
$RTL_DIR/components/smii/copyright.v
|
| 172 |
|
|
$RTL_DIR/components/smii/generic_buffers.v
|
| 173 |
|
|
$RTL_DIR/components/smii/generic_gbuf.v
|
| 174 |
|
|
//$RTL_DIR/components/smii/smii.v
|
| 175 |
|
|
//$RTL_DIR/components/smii/smii_ACTEL.v
|
| 176 |
|
|
$RTL_DIR/components/smii/smii_txrx.v
|
| 177 |
|
|
|
| 178 |
|
|
// Debug module
|
| 179 |
|
|
$RTL_DIR/components/debug_if/dbg_cpu_defines.v
|
| 180 |
|
|
$RTL_DIR/components/debug_if/dbg_cpu.v
|
| 181 |
|
|
$RTL_DIR/components/debug_if/dbg_cpu_registers.v
|
| 182 |
|
|
$RTL_DIR/components/debug_if/dbg_register.v
|
| 183 |
|
|
$RTL_DIR/components/debug_if/dbg_wb.v
|
| 184 |
|
|
$RTL_DIR/components/debug_if/dbg_top.v
|
| 185 |
|
|
$RTL_DIR/components/debug_if/dbg_crc32_d1.v
|
| 186 |
|
|
$RTL_DIR/components/debug_if/dbg_defines_old.v
|
| 187 |
|
|
$RTL_DIR/components/debug_if/dbg_wb_defines.v
|
| 188 |
|
|
$RTL_DIR/components/debug_if/dbg_defines.v
|
| 189 |
|
|
$RTL_DIR/components/debug_if/timescale.v
|
| 190 |
|
|
|
| 191 |
|
|
|
| 192 |
|
|
|