basha vhdl

Preview:

Citation preview

Date:…………. Exp No:……. Page No:….....

AIM:

SOFTWARE USED:

THEORY:

PROGRAM:

OR Gate:

// Gate Level Modeling

module gate(c, a, b);

input a, b;

output c;

Recommended