Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST

Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | how to read bmp file in vhdl

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

how to read bmp file in vhdl - suni - 2010-02-20 09:47:00

helo
 i am in B.E.-E&TC,doing project on DIGITAL WATER MARKING TECH.. I
need to convert matlab code in to vhdl for downloading,if not then how
to read bmp file in vhdl?..Can u please help me out..
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: how to read bmp file in vhdl - backhus - 2010-02-22 01:57:00

On 20 Feb., 15:47, suni
<sunitara...@gmail.com> wrote:
> helo
> =A0i am in B.E.-E&TC,doing project on DIGITAL WATER MARKING TECH.. I
> need to convert matlab code in to vhdl for downloading,if not then how
> to read bmp file in vhdl?..Can u please help me out..

Hi,
whatever interface you are going to use, read in the bmp data byte by
byte and follow the format instructions to be able to decode the raw
pixel data.

Remember: VHDL is about hardware design.

Have a nice synthesis.
  Eilert
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: how to read bmp file in vhdl - Martin Thompson - 2010-02-22 06:20:00

suni <s...@gmail.com> writes:

> helo
>  i am in B.E.-E&TC,doing project on DIGITAL WATER MARKING TECH.. I
> need to convert matlab code in to vhdl for downloading,if not then how
> to read bmp file in vhdl?..Can u please help me out..

I'd attempt to read a simpler format than BMP files - try PGM files:
they're a lot easier to read, as the header is simple and there's only
two formats to worry about, rather than the many variations that a BMP
can hide.

Cheers,
Martin


-- 
m...@trw.com 
TRW Conekt - Consultancy in Engineering, Knowledge and Technology
http://www.conekt.net/electronics.html
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.