program successfully but output always high
hi, I am confused by EPM240T100C5,have tried many ways, but still failed, please give me some advices, thanks.
It indicated the programming is successful, but output always stay high. even only assign below used, the output of bits are still at 3.3V.(actually all the inputs are also tested at 3.3v)
output [2:0] bits;
assign bits = 3'b000;
it can be confirmed:
no shorted-circuit between VCC and GND
the VCCIO/VCCINT is at 3.3V
in addition, assign test should easily walk around any ocsilator and reset issue. actually different oscilators, 1M or 48M, is used, but get the same result.
I am confused whether the chip is destroyed or the setting in quartus is incorrect.
from chip side, I tried 4 chips bought from two shops, 3 PCBs used to test,and programing is successful
from quartus side, I shared the same setting with EPM1270T144C5,they both belong to MAXII, from other project, it works there.