Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

CPU Design

Altera_Forum
Honored Contributor II
1,339 Views

Hi, 

I want to learn about designing a cpu with rtl coding. I used to implement mips cpu. Now I want to try with other cpu. Which is the good choise to start with? 

Thanks for your help
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
651 Views

you want to design a cpu from scratch or instantiate one?

Altera_Forum
Honored Contributor II
651 Views

Hi PietervanderStar, 

What difference between that? I don't understand yet.
0 Kudos
Altera_Forum
Honored Contributor II
651 Views

If you already have the code and want to use that as a subpart of a larger design you instantiate the subpart. If you do not have th design yet, you need to write all the code yourself (or find it somewhere) and instantie that in your bigger design.

Reply