Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- to decalre a defauly value, in the port declaration: port ( RSTn : std_logic := '1'; --will connect to '1' if left unconnected --- Quote End --- thanks a lot ! it seems to work.