Altera_Forum
Honored Contributor
15 years agoNewbie Verilog question
Hi all,
I have an 18 bit signed register ( reg signed [17:0] acc; ) but wish to only bring the top 8 bits out of the module for (read only) access elsewhere. Can I can use a wire type since the data does not need to be further processed ? Also, how do I make the assignment ? Are there any more appripriate forums for these type of questions ? Thanks, Mark