Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Problem in array formation

Reply
Thread Tools

Problem in array formation

 
 
vedpsingh@gmail.com
Guest
Posts: n/a
 
      05-05-2005
Hello all !
Please see the codes given below, just compile them and coonect them as
per the following connectivity :

----------------------------------------------------------------------------
clock and reset are the only inputs.

clock16x16:
out_clk => flag_intr of (interlvr_behav)

count_ext => to all count_ext inputs

rom_data_behav:
Q => syst_data of (interlvr_behav)

rom_interlvr_interlvr
Q => PN_seq_index of (interlvr_behav)




----------------------------------------------------------------------------
There are in all 4 codes.

(1)clock16x16 ----------> is just a simple control block

(2)rom_data_behav -------> supplies a 16 bit data for test purpose.

(3)rom_interlvr_interlvr ----> just an indexing data provider

(4)interleaver_behav ------> is the block where my problem exists.
Here, I want to make array's hold_seq1 and hold_seq2

according
to index given by the signal count_ext. The zero'th element in the
array hold_seq1 misses the value !!! and the sequence

coming from syst_data does not get filled up correctly.
So what I want is that the locations from 0 to 13 of array hold_seq
sould have the 0 to 13 value as in the rom_data_behav,

while locations 14 and 15 of hold_seq should have value coming from the
fr_in_ser i.e.

hold_seq(0) <= syst_data0
hold_seq(1) <= syst_data1
hold_seq(1) <= syst_data2
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
const and array of array (of array ...) Mara Guida C Programming 3 09-03-2009 07:54 AM
In word formation, what is "U-bend ", "O-ring" & “S-tube” called? languefang@163.com Perl Misc 1 09-19-2008 03:02 PM
doubly link list formation maruf.syfullah@gmail.com C++ 3 05-18-2007 06:58 PM
Length of Array of Array of Array Tom Perl Misc 3 12-20-2004 05:23 PM
[Ann] Formation of Atlanta Ruby User Group Joey Gibson Ruby 0 01-23-2004 01:38 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57