R
romi
Guest
According to the LRM, how should the flag variable below by treated by
a synthesis tool since it is not initialized. Could the tool choose 0
or 1, but not don't care, i.e. one load couldn't be treated as a
constant 0 and another a constant 1?
const logic flag;
Thanks!
a synthesis tool since it is not initialized. Could the tool choose 0
or 1, but not don't care, i.e. one load couldn't be treated as a
constant 0 and another a constant 1?
const logic flag;
Thanks!