Altera_Forum
Honored Contributor
15 years agoPipeline Bridge
Hi,
i have a problem with the address calculation of the pipeline bridge. I'am using Quartus 10.0 Sp1 and SOPC Builder. To increase the system frequency, i want to use a pipeline bridge tha is connected to a tristate bridge. the tristate bridge is connected to three memories. ( See attachment ) Flash : 0x00000000 .. 0x03ffffff (64 MByte) SRAM : 0x04000000 .. 0x040fffff ( 1 MByte ) FE-RAM : 0x04100000 .. 0x04101fff ( 8 KByte ) The "Base Address" from the Pipeline Bridge is 0x00000000 ! SOPC Calculates the "End Address" 0x07ffffff. Why ? I expect that the "End Address" must have 0x04101fff. Can anyone explain the address calculation of the pipeline bridge ? Thanks,