Can't find DE1-SoC_Computer system configuration for ARM?
Hello, I'm trying to build a DE1-SoC Computer system from a university program.
I've installed the university program and checked there are two documents of the computer which is based on ARM and the computer which is based on NIOS II.
However, the system configuration (Quartus project, .qsys files) seems to be only based on NIOS II (The register map of the system is identical to the register map introduced by the document of the doc_Nios).
Can I find the system configuration which is for the ARM core?
Or, is the hardware configuration is same for both ARM and NIOS II?
If so, how can be the address map of both systems differs from each other?
Thank you!
Hello 서박사,
Are you asking us about the following two documents?
Computer Systems for DE1-SoC
DE1-SoC Computer with ARM
DE1-SoC Computer with Nios II
This system is designed so that the address maps from ARM and NIOS are the same.
For example, LED address in the documents above is 0xff200000.
Here is the address map of NiosII in Platform Designer.
We can confirm the address is 0xff200000.
Here is the address map of ARM in Platform designer.
LED address is 0x00. But, the device is connected to H2F light weight bridge. So the actual address is 0xff200000 + 0x00.
I hope it helps.