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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nyep

  1. nyep

    VHDL While Loop Problem

    i've done that already, but i still got the same error statement and could not be able to compile.
  2. nyep

    VHDL While Loop Problem

    I am currently trying to compile and simulate a vhdl ROM file. I am having problem with the while loop, which is used to read the ROM. The following is the vhdl-code: entity mc8051_rom is generic (c_init_file : string := "mc8051_rom.dua"); port (clk : in std_logic; -- clock signal reset : in...
  3. nyep

    How to design a microcontroller using VHDL?

    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.
  4. nyep

    How to design a microcontroller using VHDL?

    No, there are no testbench with the vhdl code. I got the vhdl codes from this site: http://www.aviral.co.uk/8085.html I have tried to contact the author but till now i haven't got any reply from him.
  5. nyep

    How to design a microcontroller using VHDL?

    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.
  6. nyep

    How to design a microcontroller using VHDL?

    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...

Part and Inventory Search

Back
Top