Forum Discussion
Altera_Forum
Honored Contributor
8 years agoError(13264): Can't resolve multiple constant drivers for net "s_wr_data[71][239]"
hi, when i compile following code,quartus reported a error—— "Error(13264): Can't resolve multiple constant drivers for net "s_wr_data[71][239]" " this problem puzzled me some time,how do i t...
Altera_Forum
Honored Contributor
8 years agoI can only assume that some of the ranges for s_wr_data in the case statement overlap for different values of i.
each value of i in the generate loop produce parallel always blocks. And assigning the same bit in two always blocks will produce multiple drivers. You havent posted the declarations of the following: i_conv_mod, NUM_BLOCK_k5_LOOP, NUM_BLOCK_k3_LOOP