Simple logic circuit using Xilinx ISE 13.1


1. First go to File and then New Project
new page screenshot xilinx


2. Write Project Name and Description, if you want you can change location where your project will be saved. Click Next
project name screenshot


3. In the New Project wizard, select appropriate options. If you are new like me then set the parameters as shown and click next.
new project wizard window


4. A project summary is displayed, click finish.
screenshot no. 4


5. Screen as shown below is displayed, make sure View is selected to Implementation.
screenshot no.5

6. Now right click on not_gate and select New Source.
NOT gate

7. Select VHDL Module in New Source Wizard. Write File name and click next.
New source wizard


8. If you want you can Define ports in wizard, but in present project I will define it in code only. Click next.
Define Module

9. A summary is displayed, click Finish.
Summary display

10. Write your code in the editor window.
editor window


11. Now to create test bench, right click again at not gate and select New Source.
test bench

12. Select VHDL Test Bench from New Source Wizard, write file name and click Next.
VHDL test bench

13. Make sure your VHDL module is associated with test bench. Click Next.
VHDL module

14. A summary is displayed, click Finish.
Summary display

15. Write Test Bench code and click Save.
Test bench code

16. Check syntax for both files i.e. VHDL Module and Test Bench.
check syntax

17. Click on Simulation in the view.
Simulation

18. Double click Behavioral Syntax check.
Behavioral syntax

19. Double click Simulate Behavioral Model.
Simulate behavioral model

20. ISim will run simulation and result will be displayed.
ISim

21. To view schematic click back to Implementation in View and double click View RTL Schematic.
View Schematic

22. A window is opened, click Start with the Explorer Wizard and then click OK.
Explorer wizard

23. Add the desired signals you want to display in Schematic.
desired signals in schematic

24. Schematic will be displayed.
schematic display


No comments:

Post a Comment