##// END OF EJS Templates
Partially Working BeagleSynth base design, SDRAM still f****** buggy.
Partially Working BeagleSynth base design, SDRAM still f****** buggy.

File last commit:

r168:0b190be76d60 alexis
r265:9504f3e37fb4 alexis
Show More
config.vhd.in
18 lines | 391 B | text/plain | TextLexer
#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;