[Donate]

library ieee;
use ieee.std_logic_1164.all;
use work.memdef.all;

-- $(trans-do-not-touch)
-- PREFIX: cfg_xxx
package config is


-- byte order
constant CFG_BO_BUS  : lmd_byteorder  := lmd_big;
constant CFG_BO_PROC : lmd_byteorder  := lmd_big;
constant CFG_BO_INSN : lmd_byteorder  := lmd_little;

end;


If you have question mail to: Konrad Eisele<eiselekd@web.de>, created: Wed Apr 14 13:07:33 WEDT 2004 ;
This is part of the Core distribution

Valid HTML 4.0!