- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I need help . I have assignment !!
Write vhdl code for 4 bit bidirectional universal shift register using behavioral style of modeling. https://alteraforum.com/forum/attachment.php?attachmentid=13555&stc=1&thumb=1링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Simple enough, you have the full data sheet describing the functionality.
First write the external module interface, then define all the registers you need. Then write the equations that define how a registers transitions from state to state based on input signals and its current value. You must surely have had some exposure to the VHDL language syntax and semantics so far in you course, I assume?