Forum Discussion
Altera_Forum
Honored Contributor
9 years agoMAX 10 10M02SCU169C8G The output port doesn't initialize as I programmed
Hi Guys, I am new in this field so I don't have much experience. I assigned my output port to 0 like this: module acm_top ( ....output bmc_csa_l, output bmc_csb_l, ..... ); ......
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- You can check the FPGA's configuraion pins nStatus, Config_Done value to check the mode of FPGA is user mode or not. --- Quote End --- It turned out I programmed the wrong image. I supposed to programmed .pof file but I programmed .sof file. Stupid me. Thanks for the reply though.