URL
https://opencores.org/ocsvn/spacewire_light/spacewire_light/trunk
Subversion Repositories spacewire_light
[/] [spacewire_light/] [trunk/] [syn/] [spwamba_gr-xc3s1500/] [config.vhd.in] - Rev 5
Compare with Previous | Blame | View Log
#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"
-- SpaceWire Light always enabled (one link)
constant CFG_SPW_EN: integer := 1;
constant CFG_SPW_NUM: integer := 1;
end;