Altera_Forum
Honored Contributor
19 years agocomponent simulation in NIOS IDE
I'have made a design which have 2 slave ports. One of them is connected to the data master port and the second one to the instruction master port. I also have an on chip memory connecter to those ports.
My problem with NIOS IDE is in the configuration of the system library. When I perform simulation with all the data in the on chip ram everything is working great. But now I want to perform some simulation with my component. So I've tryed to change the value for the automatic generation of the linker (I've select my component instead on the on chip memory). But I get an error during compilation which is: Creating generated.x... ERROR - Invalid .stack segment setting: top_otp_0 25 janv. 2007 13:13:45 - (GRAVE) generate: java.lang.IllegalStateException: java.lang.IllegalStateException: java.lang.IllegalStateException: java.lang.IllegalStateException: com.altera.ingenuous.GTFElement.GTFElementErrorException: <error> element in GTF script make: *** [system_description/../obj/generated.x-t] Error 1 I've absolutely no idea of what does it mean... I've made some research on altera website but i found nothing. If some i've an idea of the reason of this error please let me know! thank you all