You are on page 1of 47

Click on above icon on your desktop

Open New Project to write

Programs of this lab.

All programs must be under

same project
Write the functionality of the module
After writing functionality of module

save
Click on Synthesize - XST
Check for Syntax Errors
Double Click to see the logic diagram of module written.
Close to get back to synthesize options for the module written.
Technology level schematic

of the module
Double Click to see the Technology level diagram of module written.
Double Click on LUT box
Close the Technology Schematic

Window to see the synthesize options


Writing a Test bench
Select the module to write

a test bench for that.

Click on New souce


Select Text Fixture to write a test bench
Test bench starting with tb_ before the module is recommended.
Select the module to which this test bech belongs to.
While simulating the design

Sources window should be in

Behavioral Simulation
Select the test bench in sources window and enter test vectors in program window.
Check Syntax to find errors.

Then click on simulate Behavioral Model to see the results


Writing another Program

Sources window should be in

Synthesis / Implimention
Select new source by right clicking

On Device name
Not on Module name.

You might also like