Newbie_barbie
Newbie level 1
- Joined
- Apr 9, 2013
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,291
hi
I'm new to this site and to vhdl coding as well. hope I get some help..
I have to design a system which loads series of input and store it into a register. The input has to be accepted through same pins of FPGA.
For example
My 1st input data(4 bits) is 1010, this data gets stored into reg1
2nd input data is 1111, this has to get concatenated with reg1 previous contents.
3rd input data is 0101, this has to concatenate with reg1 previous contents and so on.
I thought of using for loop but read somewhere that for loop isn't synthesizeable so please help me in writing the code. I need help as soon as possible.
I have a doubt too--
How will FPGA accept data through same pins one after the other. ??????
Regards
I'm new to this site and to vhdl coding as well. hope I get some help..
I have to design a system which loads series of input and store it into a register. The input has to be accepted through same pins of FPGA.
For example
My 1st input data(4 bits) is 1010, this data gets stored into reg1
2nd input data is 1111, this has to get concatenated with reg1 previous contents.
3rd input data is 0101, this has to concatenate with reg1 previous contents and so on.
I thought of using for loop but read somewhere that for loop isn't synthesizeable so please help me in writing the code. I need help as soon as possible.
I have a doubt too--
How will FPGA accept data through same pins one after the other. ??????
Regards