Forum Discussion
Altera_Forum
Honored Contributor
9 years agoYou're right in that map does report
Warning (10034): Output port "b" at a.v(#) has no driver When I change to reg type as you suggest it gets the same as I would suspect since a declaration assignment to a 'reg' type is not continuous - it's just an initial value. It certainly works on ncsim - I can try lint, DC shell and modelsim to see if anybody else complains. Thanks, sysTom