Fix wrong width assignment to fwd_o.issue_pointer
fwd_o.issue_pointer is TRANS_ID_BITS long, but is assigned issue_pointer which is an array of TRANS_ID_BITS-long elements. Most tools will simply truncate issue_pointer and grab the first element issue_pointer[0], but there is no benefit in not making it explicit.