Dalsa 1M75-SA User Manual page 47

One megapixel cmos stop action camera family
Hide thumbs Also See for 1M75-SA:
Table of Contents

Advertisement

1M28 and 1M75 User's Manual
Nr. HEX BINARY
158 2BD 1011110101 190 2B3 1100110101 222 2A9 1001010101 254 308
159 17A 0101111010 191 167
Figure 22: Captured picture with active 10bit LFSR
References:
[SMITH00] Douglas J. Smith, "HDL Chip Design", 7. Auflage 2000 Doone Publications,
Madison, AL, S. 179 - 186
ISBN 0-9651934-3-8
Example: VHDL Code
signal REG: STD_LOGIC_VECTOR (9 downto 0);
signal DATAIN: STD_LOGIC;
SR10R: process (ICLK)
begin
with 1.
end process SR10R;
DATAIN
LFSR_OUT <= REG;
DALSA
PRELIMINARY
Nr. HEX BINARY
if (ICLK'event and ICLK='1') then
if (RESET = '1') then
REG <= "0000000001";
else
REG <= REG(8 downto 0) & DATAIN;
end if;
end if;
<= REG(2) xor REG(9);
Nr. HEX BINARY
1110011010 223 153
1100101010 255 211
--
10 bit LFSR
--
reset:shift register is loaded
Nr. HEX BINARY
0001000011
1000100001
03-32-00525-03
47

Advertisement

Table of Contents
loading

This manual is also suitable for:

1m28-sa

Table of Contents