Forum Discussion

MFort6's avatar
MFort6
Icon for New Contributor rankNew Contributor
5 years ago

Error (12014): Net "key_Qk_shift_i[5]", which fans out to "mod16:generate_block_identifier[4].f1|x[1]", cannot be assigned more than one value

genvar i,j; generate for (i=0; i<=25; i=i+4) begin : generate_block_identifier // <-- example block name mod16 f1 ( key_Qk_shift_i[i+3:i], new_salt_Or[i+3:i], input_data[i+3:i], r_out[i+3:i]...