abdelazeem201 / LEON2

The LEON2 is a synthesisable VHDL model of a 32-bit processor conforming to the IEEE-1754 (SPARC V8) architecture.
https://www.esa.int/Enabling_Support/Space_Engineering_Technology/Onboard_Computers_and_Data_Handling/Microprocessors
MIT License
5 stars 0 forks source link

what's leon2ft #1

Closed ferryuei closed 1 year ago

ferryuei commented 1 year ago

what's the difference between leon2 and leon2-ft? how can I get leon2-ft source code ?

abdelazeem201 commented 1 year ago

LEON2 processor core LEON2 has the following characteristics:

The GNU LGPL allows a high degree of freedom of intervention on the freely available source code. Configurability is a key project feature and is achieved through VHDL generics. It offers all basic functions of a pipelined in-order processor. It is a fairly sized VHDL project (about 90 files, for the complete LEON2 distribution, including peripheral IP cores)

LEON2-FT processor core

The LEON2-FT processor is the single-event upset fault tolerant (FT) version of the LEON2 processor. Flip-flops are protected by triple modular redundancy and all internal and external memories are protected by EDAC or parity bits.