P.S. I need a small bit font too, if anyone has one. Thanks.
U1: mrom -- Read-only Memory
-- include lpm package ( LPMpkg ) from the Cypress library
generic map(
lpm_width => 8,
lpm_widthad => 4,
lpm_numwords => 0, -- optional
lpm_address_control => LPM_REGISTERED, -- optional
lpm_outdata => LPM_REGISTERED, -- optional
lpm_file => "FONT", -- optional
lpm_hint => speed -- optional
)
port map(
address => fontad,
q => fontbits,
inclock => llca,
outclock => llca,
memenab => '1', -- optional
outreg_ar => '0' -- optional
);
"Brad Smallridge" <bsmal...@dslextreme.com> wrote in message
news:vvum4up...@corp.supernews.com...