Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
7 years ago

CPU Design

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

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi PietervanderStar,

    What difference between that? I don't understand yet.