Forum Discussion
Altera_Forum
Honored Contributor
19 years agoProblem With Reset,Exception Address Offset
I am lerning how to make new custom logic component and tryed LED_PIO example which is in example designs for Development bords. So I made new Quartus project and made New component with Test_...
Altera_Forum
Honored Contributor
19 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- 2. Offset out of range for exception address on Test_pio_0. maximum ofset is 0x00000002[/b] --- Quote End --- If the only component on the bus (PIO) has only two memory locations, you can not place your exception address to the 32th location as you tried to do. The shortened .h file is probably OK, if you wish only to write into the component and not read from it. IzI