Forum Discussion
Altera_Forum
Honored Contributor
8 years agoCPU 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 help3 Replies
- Altera_Forum
Honored Contributor
you want to design a cpu from scratch or instantiate one?
- Altera_Forum
Honored 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
Honored Contributor
Hi PietervanderStar,
What difference between that? I don't understand yet.