XG_Kang
New Contributor
4 years agoErrors in Arria 10 device
I have a design using 10AX057N4,and about 70% ALMs are used. In a low-level module in the design , I define one single-bit input port to constant "1", below module is for example not the real design:
module_aaa inst0
(
.a (a), //input port a
.b (1'b1), //input port b, reference to constant 1
.c (c) //output c
);
and for a very low probability , I can find that port b will physically be constant '0' .
Why? what cause this error?