##// END OF EJS Templates
Étiquette (MINI-LFR) WFP_MS-0-1-24 ajoutée à la révision fc21de09fe8a
Étiquette (MINI-LFR) WFP_MS-0-1-24 ajoutée à la révision fc21de09fe8a

File last commit:

r14:46dea010b1a4 default
r401:033085805c82 JC
Show More
config.vhd.in
17 lines | 390 B | text/plain | TextLexer
Alexis
Cleaned APB_LCD_DRIVER, added C driver for LCD frame buffer and general purpose APB management(PnP). Added example for implementing APB_LCD_DRIVER on digilent xc3s1600e board.
r14 #include "config.h"
#include "tkconfig.h"
-----------------------------------------------------------------------------
-- LEON3 Demonstration design test bench configuration
-- Copyright (C) 2009 Aeroflex Gaisler
------------------------------------------------------------------------------
library techmap;
use techmap.gencomp.all;
package config is
#include "config.vhd.h"
end;