正在加载图片...
A/0 B/0 F/O C/O G/O =0 D/0 Figure 2.A state diagram for the FSM. Design and implement your circuit on the DE2 board as follows. and which fies the t sta h sp VHDL logic feeding the fp-flops.Note that the one-hot code enables youto derive these expressions by inspection ut for the FSM the green LED LEDGo as the output=,and assign the state flip-flop outputs to the red LEDs LEDRsto LEDRo. 4.Simulate the behavior of your circuit 5.0 nt that works prope y as a result of you the output LEDs.Make sure that the FSM p and that it produces the correct output values on LEDGo. 6.Finally,consider a modification of the one-hot code given in Table 1.When an FSM is going to be im- plemented in a FPGA,the circuit cano n be simp ip-flop outputs are 0 whe n th FSM iS i port. 20 E/1 Reset w = 0 D/0 w = 0 C/0 w = 0 B/0 A/0 I/1 1 1 H/0 1 G/0 1 F/0 w = 0 w = 1 1 0 1 1 1 0 0 0 Figure 2. A state diagram for the FSM. Design and implement your circuit on the DE2 board as follows. 1. Create a new Quartus II project for the FSM circuit. Select as the target chip the Cyclone II EP2C35F672C6, which is the FPGA chip on the Altera DE2 board. 2. Write a VHDL file that instantiates the nine flip-flops in the circuit and which specifies the logic expressions that drive the flip-flop input ports. Use only simple assignment statements in your VHDL code to specify the logic feeding the flip-flops. Note that the one-hot code enables you to derive these expressions by inspection. Use the toggle switch SW0 on the Altera DE2 board as an active-low synchronous reset input for the FSM, use SW1 as the w input, and the pushbutton KEY0 as the clock input which is applied manually. Use the green LED LEDG0 as the output z, and assign the state flip-flop outputs to the red LEDs LEDR8 to LEDR0. 3. Include the VHDL file in your project, and assign the pins on the FPGA to connect to the switches and the LEDs, as indicated in the User Manual for the DE2 board. Compile the circuit. 4. Simulate the behavior of your circuit. 5. Once you are confident that the circuit works properly as a result of your simulation, download the circuit into the FPGA chip. Test the functionality of your design by applying the input sequences and observing the output LEDs. Make sure that the FSM properly transitions between states as displayed on the red LEDs, and that it produces the correct output values on LEDG0. 6. Finally, consider a modification of the one-hot code given in Table 1. When an FSM is going to be im￾plemented in an FPGA, the circuit can often be simplified if all flip-flop outputs are 0 when the FSM is in the reset state. This approach is preferable because the FPGA’s flip-flops usually include a clear input port, which can be conveniently used to realize the reset state, but the flip-flops often do not include a set input port. 2
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有