Hi, I'm having some problems compiling my codes, Im trying to do a 4 bit adder and im confused as to why my codes cant compile and always giving me error on my "4bitaddertb" codes: "No feasible entries for infix operator "=". "Type error resolving infix expression "=" as type std.STANDARD.BOOLEAN." anyone have any idea on where am i going wrong? thanks.
> and always giving me error on my "4bitaddertb" codes:
Related to which line of code?
Beside that minor problem you have a big problem in your code:1 | |
2 | |
3 | |
4 | |
5 | |
Here A_S will be always "0000", except for 0ps (as long as a rising edge lasts) it will be "0001".
Guest
#4877577
Lothar M. wrote: > Related to which line of code? if clk="1" then here it is: if clk='1' then
Reply
Please log in before posting.