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;
Enum istatetype defined in /tmp/build_html/vhdl/sparc/mmu_icache.vhd |
Enum lmd_byteorder defined in /tmp/build_html/vhdl/libs/memdef.vhd |
Constant CFG_BO_BUS defined in /tmp/build_html/vhdl/config.vhd |
Constant CFG_BO_PROC defined in /tmp/build_html/vhdl/config.vhd |
Constant CFG_BO_INSN defined in /tmp/build_html/vhdl/config.vhd |
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