Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21345 Discussions

Error (10028): Can't resolve multiple constant drivers for net "FinalHash[63]" at has

Altera_Forum
Honored Contributor II
1,468 Views

can anyone help me with this error? FinalHash[63:0] is only used once in this always block. i can't find any solution with this error.  

 

Thanks,  

jd
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
701 Views

Error (10028): Can't resolve multiple constant drivers for net "HashFinal[63]" at hashCalc.v(158) 

 

Error (10029): Constant driver at hashCalc.v(3281) 

 

and all the bits in the HashFinal has the same error
0 Kudos
Altera_Forum
Honored Contributor II
701 Views

indeed your HashFinal is assigned in both comb logic block and sequential logic block. check again.

0 Kudos
Altera_Forum
Honored Contributor II
701 Views

so i have to remove it in the sequential logic?

0 Kudos
Altera_Forum
Honored Contributor II
701 Views

 

--- Quote Start ---  

so i have to remove it in the sequential logic? 

--- Quote End ---  

 

I didn't check the code details, but you can't reset a signal in the always block that is assigned outside of it. Neither it makes sense.
0 Kudos
Reply