
Marek Vasut <marex <at> denx.de> writes:
...
Off-topic: Is malta that mipsfpga or is that something else ? Can I synthesise that mipsfpga into some altera FPGA ? If so, which one is a good pick ?
Hi Marek
Malta is a generic MIPS evaluation platform. https://www.linux-mips.org/wiki/MIPS_Malta
MIPSfpga is currently for universities/academics.
A microAptiv core (including verilog source code) is given to academics to play with. The whole pack includes teaching resources, exercises, guides etc.
If you do come under the definition of a University/Academic, do check it out https://community.imgtec.com/university/
Reference designs to run bare metal code runs on both Xilinx/Altera FPGAs.
However, reference designs to run the Linux Kernel are Xilinx specific.
Some more detail here.
https://kernel.org/doc/Documentation/devicetree/bindings/mips/img/xilfpga.tx...
Hope that helps.
Thanks ZubairLK