Altera_Forum
Honored Contributor
17 years agoI meet some problems when using sopc builder
I use stratix s10f780c6 nios develop kit. use board_setting.tcl which contant in standard verilog example to assign pins.if i use ext_sram,then:
Error: Can't place node ~DATA0~ in location H12 because location already occupied by node data_to_and_from_the_sram[0] Error: Can't fit design in device Error: Quartus II Fitter was unsuccessful. 2 errors, 29 warnings Error: Peak virtual memory: 195 megabytes Error: Processing ended: Thu Nov 26 15:50:18 2009 Error: Elapsed time: 00:00:06 Error: Total CPU time (on all processors): 00:00:05 Error: Quartus II Full Compilation was unsuccessful. 4 errors, 337 warnings if i not use ext_sram then quartus II display i download the *.sof succed.but nios eds display that: There are no Nios II CPUs with debug modules available which match the values specified. Please check that your PLD is correctly configured, downloading a new SOF file if necessary. why?how could i avoid those problems?