![]() |
|
|
|
#1 |
|
I am trying to implement a divider using FSM+D modeling in VHDL. I
have used the bit_vector data type for my variables and port. It helps me in shifting etc. But I am unable to do a bitwise substract operation. Can anyone help me about how to do this. Thanks a lot in advance. waiting Vhdl Learner |
|
|
|
|
#2 |
|
Posts: n/a
|
Vhdl Learner wrote:
> I am trying to implement a divider using FSM+D modeling in VHDL. I > have used the bit_vector data type for my variables and port. It helps > me in shifting etc. But I am unable to do a bitwise substract > operation. Can anyone help me about how to do this. Thanks a lot in > advance. http://www.vhdl.org/vi/comp.lang.vhd...tml#arithmetic > waiting ??? Waiting is not very instructive. Paul. Paul Uiterlinden |
|
|
|
#3 |
|
Posts: n/a
|
Correct me if I am wrong.
Your objective is to get bitwise subtract or the following truth table properties?? x|y|output 0|0|0 0|1|1 1|0|1 1|1|0 This means this is effectively a bitwise xor. check 'xor' function. Good luck Kumaran Paul Uiterlinden wrote: > Vhdl Learner wrote: > >> I am trying to implement a divider using FSM+D modeling in VHDL. I >> have used the bit_vector data type for my variables and port. It helps >> me in shifting etc. But I am unable to do a bitwise substract >> operation. Can anyone help me about how to do this. Thanks a lot in >> advance. > > > http://www.vhdl.org/vi/comp.lang.vhd...tml#arithmetic > >> waiting > > > ??? > Waiting is not very instructive. > > Paul. > Kumaran Selvaratnam |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: The purpose of dvd region coding? | Shouse | DVD Video | 1 | 09-02-2003 05:47 PM |
| Re: Pioneer DVR-105 and Nero Problems | grams@oldtown.com | DVD Video | 1 | 08-12-2003 04:17 AM |
| Re: Pioneer DVR-105 and Nero Problems | Ron | DVD Video | 1 | 08-08-2003 06:33 PM |
| Re: Pioneer DVR-105 and Nero Problems | Flossie | DVD Video | 0 | 08-07-2003 08:11 AM |
| Re: Pioneer DVR-105 and Nero Problems | CAM | DVD Video | 0 | 08-07-2003 02:30 AM |