dipin
Full Member level 4
- Joined
- Jul 16, 2014
- Messages
- 223
- Helped
- 14
- Reputation
- 28
- Reaction score
- 14
- Trophy points
- 18
- Activity points
- 1,731
hi
i am designing an alu using verilog .in alu ,in division, how can i handle divide by zero condition. in this
is not allowed. can i do anything with high impedence state 'z'.
or do i need to use any flags i hardware.
plz help me im confused .in internet they are saying that u need to do it in hard ware
thanks & regards,
i am designing an alu using verilog .in alu ,in division, how can i handle divide by zero condition. in this
Code:
$display("error");
is not allowed. can i do anything with high impedence state 'z'.
or do i need to use any flags i hardware.
plz help me im confused .in internet they are saying that u need to do it in hard ware
thanks & regards,
Last edited by a moderator: