Reputation: 21
I’m trying to design a simple alu that get two 5-bit number and return the result of adding them or subtract or multiply or divide. With using ICs ,it goes well.However I want to design everything myself. In designing divide I get error : logic race conditions detected during transient analysis
It happens when I tried implementing 4-bit magnitude compartor. This module work properly but in this project came to get error.
I use this module multiple times but just in this part came to get error. Please help me to solve this error!!
Upvotes: 2
Views: 2139