Altera_Forum
Honored Contributor
16 years agoNiosII on StratixII
Hi to everyone,
I have a StratixII NiosII Development Kit Ver 6.0 (this -- > http://www.altera.com/literature/manual/mnl_nios2_board_stratixii_2s60.pdf with EP2S60F672C5 ). With SOPC Builder I made the NiosII ( NiosII/f wihtout MMU, timer, uart, lan91c111, jtag_uart, Flash memory, CompatFlash, Sdram Controller, Avalon-MM Tristate Bridge). After I assigned pin with pin planner (I used this pinout http://www.altera.com/literature/manual/mnl_nios2_board_stratixii_2s60.pdf (http://www.altera.com/literature/manual/mnl_nios2_board_stratixii_2s60.pdf)). Now the problem show up during the fitting :Info: Device migration not selected. If you intend to use device migration later, you may need to change the pin assignments as they may be incompatible with other devices
Info: Device HC220F672M is compatible
Info: Device EP2S15F672C5 is compatible
Info: Device EP2S30F672C5 is compatible
Info: Device EP2S60F672C5ES is compatible
Info: Fitter converted 1 user pins into dedicated programming pins
Info: Pin ~DATA0~ is reserved at location E16
Error: Can't place pins assigned to pin location Pin_E16 (IOC_X26_Y52_N1)
Info: shared_data_bus is assigned to pin location Pin_E16 (IOC_X26_Y52_N1)
Info: Pin ~DATA0~ is assigned to pin location Pin_E16 (IOC_X26_Y52_N1)
Info: Fitter preparation operations ending: elapsed time is 00:00:00
Info: Parallel compilation was enabled but no parallel operations were performed
Error: Quartus II I/O Assignment Analysis was unsuccessful. 1 error, 0 warnings
Error: Peak virtual memory: 236 megabytes
Error: Processing ended: Tue Jun 02 16:06:18 2009
Error: Elapsed time: 00:00:03
Error: Total CPU time (on all processors): 00:00:03If I don't assign shared_data_bus[0] pin the compilation successfull and in pinout file I have : ................
shared_data_bus : B12 : bidir : 3.3-V LVCMOS : : 9 : N
.....................
~DATA0~ / RESERVED_INPUT : E16 : input : 3.3-V LVCMOS : : 3 : N
.....................
can someone tell me what I have to do to assign the pin bus_dati_shared[0] to E16 without any errors ? Sorry for my bad english and thanks in advice.