Lines Matching +full:fpga +full:- +full:based
10 MIPSfpga is an FPGA based development platform by Imagination Technologies
11 As we are dealing with a MIPS core instantiated on an FPGA, specifications
15 Digilent powered by the ARTIX-7 FPGA by Xilinx. Relevant details about
18 - microAptiv UP core m14Kc
19 - 50MHz clock speed
20 - 128Mbyte DDR RAM at 0x0000_0000
21 - 8Kbyte RAM at 0x1000_0000
22 - axi_intc at 0x1020_0000
23 - axi_uart16550 at 0x1040_0000
24 - axi_gpio at 0x1060_0000
25 - axi_i2c at 0x10A0_0000
26 - custom_gpio at 0x10C0_0000
27 - axi_ethernetlite at 0x10E0_0000
28 - 8Kbyte BootRAM at 0x1FC0_0000
29 - 16Mbyte QPI at 0x1D00_0000
32 --------------
34 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
45 If there is, then that is considered as u-boot. u-boot is copied from
46 0x1D40_0000 to memory and the bootram jumps into u-boot code.
52 1- JTAG load the binary and jump into it.
53 2- Load kernel stored in the QSPI flash at 0x1D80_0000
54 3- Load uImage via tftp. Ethernet works in u-boot.