Cypress Warp2 ROM Module File Format

B

Brad Smallridge

What I believe I can do is load values of the ROM from the
FONT file. But I can't find the documentation for the format
of this file. Thanks in advance.

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
);
 
B

Brad Smallridge

OK. OK. It's Intel Hex format. The one that starts with :
So does anyone have a font in Intel Hex Format?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top