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.

want a help to make and gate in 16v8b

Status
Not open for further replies.

anan1975

Member level 3
Joined
Aug 10, 2009
Messages
57
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
Noida india
Activity points
1,662
HI
dear all
very new in PLD Pls suggest a very basic process to make a "AND" gate in a PLD like 16V8B with programming syntex, assembler, linker, programmer what ever it is necessary.
Thanks
 

Please explain exactly what you want?
Give full specifications of the PLD (ex. GAL16v8B ?).
What language do you want the code in?
Here is code in ABEL
Code:
MODULE Gate
Title 'Gate'

DECLARATIONS
A pin;
B pin;
C pin istype 'com';

EQUATIONS
C=A*B;

END

You could compile this using ISPLever, and burn the jdec file on your PLD using a PLD Programmer.
 

is there any c compiler is present for this i feel free with c only
Thanks
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top