Forum Discussion
Can't find DE1-SoC_Computer system configuration for ARM?
- 4 years ago
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.
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.
Hello Yoshiaki,
Thank you for your response.
I thought that the hardware (FPGA, .qsys) configuration of ARM-based computers and NIOS-II-based computers should be different.
However, it seems that the hardware configuration for both computers is the same but the only operating principle and register maps which are related to the memory are different.
Now it is clear to me.
If it is not the big deal for asking the question, may I ask where can I find the HPS-FPGA bridge offset(0xC0000000) of the memory components in the .qsys file?
(.qsys file only shows that the base address of on-chip SRAM is 08000000, but it should be C8000000 to be used in ARM-based computers. Surely the information is shown in the document that you've attached but I just want to know where can I find the information in the hardware configuration)
Thank you!