Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
公告
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.

PIO address space

Altera_Forum
榮譽貢獻者 II
1,225 檢視

Hello! 

 

May be somebody knows, why SOPC Builder determins 0x0F address space for every PIO? Why does PIO need such size of address space? 

 

Tnank you.
0 積分
1 回應
Altera_Forum
榮譽貢獻者 II
538 檢視

Hi Kira, 

 

The PIO is always generated with two address bits. For I/O, 

the registers are 32-bit aligned. So you get 4 regs x 4 bytes 

or 0x10 of address space -- even when some of the registers 

are not implemented (e.g. write-only PIO).  

 

Regards, 

--Scott
回覆