moonnightingale
Full Member level 6
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
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