Altera_Forum
Honored Contributor
13 years agoNIOS IDE SOPC design
Sir,
i hv created a SOPC design nios system using nios II (s) , jtag, sdram(16 bit 8MB) ,two 8 bit pios(Switches & LEDs ),timer,pll megafunction using Quartus 7.2 and successfully run hello program and Hello ucos/rtos program on this design using Nios IDE 7.2 . using CycloneII EP2C35F672C6ES Altera's DE2 board. A. However, if I run simple socket server I get following error ../led.c: In function `LED7SegLightshowTask': ../led.c:97: warning: unused variable `led_7_seg_val' Compiling network_utilities.c... ../network_utilities.c: In function `generate_and_store_mac_addr': ../network_utilities.c:221: error: `EXT_FLASH_NAME' undeclared (first use in this function) ../network_utilities.c:221: error: (Each undeclared identifier is reported only once ../network_utilities.c:221: error: for each function it appears in.) ../network_utilities.c: In function `get_board_mac_addr': ../network_utilities.c:250: error: `EXT_FLASH_BASE' undeclared (first use in this function) ../network_utilities.c: In function `FindLastFlashSectorOffset': ../network_utilities.c:321: error: `EXT_FLASH_NAME' undeclared (first use in this function) make: *** [obj/network_utilities.o] Error 1 How do I correct this error B.Similarly , I created another design nios system1 by including seven_seg_pio led_pio lan91c111,as given on altera site(hw design for socket server) However not understanding how to make pin assignments, since it is not available in .csv file.Can you give any help/ready reference Regards