This website requires JavaScript.
Explore
Help
Sign In
Hardware
/
litex
mirror of
https://github.com/enjoy-digital/litex.git
Watch
1
Star
0
Fork
You've already forked litex
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2823034a7b
litex
/
common
/
version.h
7 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
Copy some software code from the original Milkymist SoC. 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)
2012-02-03 06:08:17 -05:00
#
ifndef __VERSION_H
#
define __VERSION_H
Common include files
2012-05-16 04:20:04 -04:00
#
define VERSION "2.0"
Copy some software code from the original Milkymist SoC. 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)
2012-02-03 06:08:17 -05:00
#
endif
/* __VERSION_H */