mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
1a4a6eb445
Libbase should keep its RAM usage to a minimum as it is meant to be executed before the SDRAM is up and running. (Having lots of code is OK though as we XIP from the flash)
6 lines
91 B
C
6 lines
91 B
C
#ifndef __VERSION_H
|
|
#define __VERSION_H
|
|
|
|
#define VERSION "2.0-X"
|
|
|
|
#endif /* __VERSION_H */
|