Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYour second design implements a variable bit enable mask (bena) and puts it into the below line
ram <= (wmask & wdata) | (~wmask & ram); Bit enable is clearly beyond the ram block features and thus can't be inferred. I'm also not sure if Quartus may be able to understand the construct without bit enables, but I won't exclude it.