Altera_Forum
Honored Contributor
17 years agoProblem with the Compact Flash Controller
Hi, I've got a Nios system compiling just fine with several peripherals, but I've got some output pins stuck at VCC and GND. They're all from the Compact Flash controller in sopcbuilder.
I looked at the file that sopcbuilder generated and saw that these pins were being hardcoded to 1 or 0. Why would this happen? Here's the part that's doing it:assign atasel_n = 1'b0;
assign we_n = 1'b1;
assign rfu = 1'b1;
assign addr = 8'h00;
assign addr = av_ide_address; So some of the pins are just simply hardcoded and also only two bits of the 10 bit address "addr" are being used. Does anyone have any ideas? Thanks, Jon