Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to design a microcontroller using VHDL? 1

Status
Not open for further replies.

nyep

Programmer
Aug 14, 2007
6
DE
hi,

i just started my project, which is to design a microcontroller using VHDL. Can anyone tell me, what are basic steps to design a microcontroller? I only have basic knowlegde in Microcontroller. My Professor have also spoken about a microcontroller soft-core? Can anyone explain to me what exactly is a soft-core?
Any response are highly appreciated.Thanx.
 
Hi Nyep,

A soft-core processor is a microprocessor which can be implemented into the existing technology in the FPGA. This means that it uses the same components as the ones you use while developing VHDL, because the core itself is written in VHDL.

You can find a lot of information at the websites of the two largest manufacturers.

Xilinx Microblaze

Altera Nios

Hope you will find what you need!
Bert
 
hi again...

i have already found in the internet vhdl codes of an intel 8085 microprocessor. Right now I am having dificulties in testing the functionality of the designed microprocessor. Does anyone know how to test it?
Thanx.
 
Didn't the VHDL code for the processor came with a testbench?
 
No, there are no testbench with the vhdl code. I got the vhdl codes from this site: I have tried to contact the author but till now i haven't got any reply from him.
 
hi again..

my professor told me that I need to know and understand the dataflow in intel 8085 micoprocessor before further testing it.
can anybody help explain to me the dataflow of this particular microprocessor. a recommendation for a book would also be great!
thanx in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top