##// END OF EJS Templates
Data Line second version
Data Line second version

File last commit:

r80:b0b64ad7fab8 martin
r97:5dd8398817e7 martin
Show More
config.in
72 lines | 1.6 KiB | text/plain | TextLexer
martin
Debug projet leon + Projet blanc updated and fixed + Driver C added (gpio,delay)
r80 #
# LEON3 configuration written in linux configuration language
#
# Written by Jiri Gaisler, Gaisler Research
#
# Comments and bug reports to jiri@gaisler.com
#
#
#define_bool CONFIG_MCTRL_RMW y
mainmenu_name "LEON3MP Design Configuration"
mainmenu_option next_comment
comment 'Synthesis '
source lib/techmap/gencomp/tech.in
endmenu
mainmenu_option next_comment
comment 'Clock generation'
source lib/techmap/clocks/clkgen.in
endmenu
source lib/gaisler/leon3/leon3.in
source lib/grlib/amba/amba.in
mainmenu_option next_comment
comment 'Debug Link '
source lib/gaisler/uart/dcom.in
source lib/gaisler/jtag/jtag.in
source lib/gaisler/net/edcl.in
endmenu
mainmenu_option next_comment
comment 'Memory controllers '
source lib/esa/memoryctrl/mctrl.in
source lib/gaisler/memctrl/ssrctrl.in
endmenu
mainmenu_option next_comment
comment 'Peripherals '
mainmenu_option next_comment
comment 'On-chip RAM/ROM '
source lib/gaisler/misc/ahbrom.in
source lib/gaisler/misc/ahbram.in
endmenu
mainmenu_option next_comment
comment 'Ethernet '
source lib/gaisler/greth/greth.in
endmenu
mainmenu_option next_comment
comment 'CAN '
source lib/gaisler/can/can_oc.in
endmenu
mainmenu_option next_comment
comment 'UARTs, timers and irq control '
source lib/gaisler/uart/uart1.in
source lib/gaisler/leon3/irqmp.in
source lib/gaisler/misc/gptimer.in
source lib/gaisler/misc/grgpio.in
endmenu
endmenu
mainmenu_option next_comment
comment 'VHDL Debugging '
source lib/grlib/util/debug.in
endmenu