Re: rom to ram compression





Bob Bins wrote:

Anyone know of a good small fast compression routine I could use to compress my 128k rom? I need to have it uncrompress at bootup.

The 128k is nothing. Why would you need to compress it? Even if the compression will reduce the boot image to a half (a very optimistic assumption), would this improvement be worthy?

As for the simple and fast methods of compression, LZSS is my preference. There are the numerous references in the Internet.


Vladimir Vassilevsky
DSP and Mixed Signal Design Consultant
http://www.abvolt.com
.



Relevant Pages

  • Re: compressing Xilinx bitstreams
    ... Compression beyond that may be what you're looking for, ... gobbles up Motorola .s28 files and Xilinx .rbt files and builds a rom ... I'd run out of rom space to store the config bits. ... I'd have to test some actual config files ...
    (sci.electronics.design)
  • Re: rom to ram compression
    ... Look up UPX (and its related compression library). ... I used an LZW like compression on Atari Lynx which ... loads compressed images faster then uncompressed (giving ROM and RAM ...
    (comp.arch.embedded)
  • rom to ram compression
    ... Anyone know of a good small fast compression routine I could use to compress ... my 128k rom? ... I need to have it uncrompress at bootup. ...
    (comp.arch.embedded)