Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need help for Xilinx ISE Ver 6 . How to run programm in it

Status
Not open for further replies.

moonnightingale

Full Member level 6
Joined
Sep 17, 2009
Messages
362
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,298
Activity points
3,832
I have written this small code in it

module halfadd(sum,cout,a,b);
input a,b;
output sum,cout;
xor(sum,a,b);
and(cout,a,b);
endmodule

How can i run it and give my input as 0 or 1. I used xilinx several years back and now i have forgotten it. There is run option but when i click it it asks for file name
Plz help and and also tell me source where i can learn abt Xilinx Sofware utilization
 

hi
it is easy to run it you go to the project select the new project after you tik mark the test banch and give the name of test. after push the next button the run you project to give high low value their, other wise you installed the modelsim 5.8c ok. it is very helpful to you.
 

i will send it pls see it. and also the madelsim is give simulation.it also useful for you.
 

Attachments

  • New Folder.rar
    155.4 KB · Views: 111
Yes i know Model sim is good software but i have to do my project in Xilinx software..
So i cannot afford to learn two softwares
can u send me some link for learning Xilinx ISE software
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top