![]() |
|
|
|
#1 |
|
Hi folks,
could any one suggest me what is the hardware taken for implementing a MOD function in VHDL. rgds, praveen praveen |
|
|
|
|
#2 |
|
Posts: n/a
|
On 23 Sep 2003 04:29:09 -0700, (praveen) wrote:
>Hi folks, > > could any one suggest me what is the hardware taken for >implementing a MOD function in VHDL. a <= b mod c If c is a power of 2 (= 2 ** N), a will get the lower N bits of b, with the upper bits zeroed. IOW, there is no logic generated, just connections. Most synthesis tools will issue an error if c is not static, or not a power of 2. Regards, Allan. Allan Herriman |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| equivalent function for itoa in Linux gcc compiler | suse | Software | 0 | 03-06-2009 05:30 AM |
| How to assign a returns value of a javascript function to a hiddenfield in a webpart | Chander | Software | 0 | 12-20-2007 09:14 AM |
| How to call C# function in javascript | visj4u | Software | 2 | 04-23-2007 03:24 PM |
| MS Access not recognising Date() function | tessythampan | Software | 0 | 08-28-2006 11:51 AM |
| I lost the "Help and Support" function from my start menu | Keith | A+ Certification | 1 | 03-14-2005 03:05 PM |