Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Problem in array formation

 
Thread Tools Search this Thread
Old 05-05-2005, 04:57 PM   #1
Default Problem in array formation


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


vedpsingh@gmail.com
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dial Up Problem smackedass A+ Certification 3 02-02-2007 11:59 PM
Re: Virus Problem ** Help!** David BlandIII A+ Certification 1 03-02-2004 06:00 PM
Pioneer DVR3100S problem with Satellite receiver Samsung DCR 9500 Fredrik Bengtsson DVD Video 0 12-12-2003 02:32 PM
Re: Serious Computer Problem hootnholler A+ Certification 1 11-24-2003 12:18 PM
Re: Serious Computer Problem Bret A+ Certification 0 11-19-2003 12:51 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

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