Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

vhdl code for 4 bit bidirectional universal shift register using behavioral style of

Altera_Forum
Honored Contributor II
3,928 Views

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
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
2,473 Views

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?
0 Kudos
Reply