Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - CODING PROBLEMS

 
Thread Tools Search this Thread
Old 12-06-2003, 10:55 PM   #1
Default CODING PROBLEMS


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
  Reply With Quote
Old 12-08-2003, 05:16 PM   #2
Paul Uiterlinden
 
Posts: n/a
Default Re: CODING PROBLEMS
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
  Reply With Quote
Old 12-10-2003, 09:44 PM   #3
Kumaran Selvaratnam
 
Posts: n/a
Default Re: CODING PROBLEMS
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
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

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




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46