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.

How to write a program of dual port RAM using Verilog?

Status
Not open for further replies.

sp3_kapil

Banned
Joined
Jan 2, 2007
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
0
hi .. i am having problem as mentioned below questions

1)how to swap two number with minimum hardware .
2)2's complement of 2 4bit number with 2:1mux.
3)13bit counter with 50%duty cycle.
4)how to write a program of dual port RAM using verilog

plz solve the question or tell me the link
 

Re: some question

1) assume two number are A and B:

A= A ^ B;
B= A ^ B;
A= A ^ B;
 

Re: some question

tell me the good vhdl book for deep knowledge & plz send me the link
 

some question

search for douglas perry and ben cohen
 

Re: some question

HDL chip Design by Douglas Smith
VHDL by Douglas L. Perry
are good books
 

some question

Douglus Perry is good one
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top