Forum Discussion
Altera_Forum
Honored Contributor
21 years agoWhat cause this problem?
I modify the nios2 cpu and run the program that contains my own defined instruction on linux. After the execution, when I use the command "ls", the following problem will happen and the linux will be...
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by ken@Dec 16 2004, 03:22 PM out of curiousity, what does your custom instruction do? --- Quote End --- Oh, I use the instruction "call 0x600000*" to load a certain number of instructions from main memory into onchip memory. The added hardware component will interpret this instruction and load operation. Maybe the hardware change the state of the CPU and thus make the linux collapsed? Thanks!