- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
hi every body
im new to vhdl i wanna write a code for this picture but for its N-scale http://i41.tinypic.com/35ksllh.png so i need to have N vectors with different length.N is a parameter. how i should write the code?링크가 복사됨
4 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
just have an array of vectors to the maximum length, and only use the number of bits you need. Bits left unconnected will be removed by the synthesisor.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Another option is to build a recursive component that reduces the width of the input and output vector with each recursion.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- Quote Start --- Another option is to build a recursive component that reduces the width of the input and output vector with each recursion. --- Quote End --- thanks,but how i should do it? and in the main entity how i can use components output since the output has different length!?
