![]() |
|
|
|||||||
![]() |
VHDL - How widely used is the IEEE numeric_std package? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
We are working on a second edition of "Digital Systems Design Using VHDL".
The present edition uses the std_logic_arith or std_logic_unsigned package for arithmetic operations. We are debating whether to switch to numeric_std for some of the examples in the textbook. Our question is: How widely used is the numeric_std package in practice? -- Charles H. Roth, UT Austin Chuck Roth |
|
|
|
|
#2 |
|
Posts: n/a
|
Chuck Roth wrote:
> We are working on a second edition of "Digital Systems Design Using VHDL". > The present edition uses the std_logic_arith or std_logic_unsigned > package for arithmetic operations. We are debating whether to switch to > numeric_std for some of the examples in the textbook. You should consider changing all of the examples. I'll even check them for you. > Our question is: How > widely used is the numeric_std package in practice? Most of the readers of this newsgroup are advocates of ieee.numeric_std. Count these up and see what you get: http://groups.google.com/groups?q=vh...td_logic_arith -- Mike Treseler Mike Treseler |
|
|
|
#3 |
|
Posts: n/a
|
"Mike Treseler" <> schrieb im Newsbeitrag news:... > Chuck Roth wrote: >> We are working on a second edition of "Digital Systems Design Using >> VHDL". The present edition uses the std_logic_arith or >> std_logic_unsigned package for arithmetic operations. We are debating >> whether to switch to numeric_std for some of the examples in the >> textbook. > > You should consider changing all of the examples. > I'll even check them for you. > >> Our question is: How widely used is the numeric_std package in practice? > > Most of the readers of this newsgroup are > advocates of ieee.numeric_std. FULL ACK Thomas Entner |
|
|
|
#4 |
|
Posts: n/a
|
Chuck,
I would add that the VHDL standards groups are doing things to compel you to move in this direction. The plan for VHDL-2006 is for std_logic_1164 and numeric_std to be included as part of 1076. Another part of the plan is to expand what is locally static to allow array operations. Combine both of these and array operations (from std.standard, std_logic_1164, and numeric_std) within a case statement will be permitted. While this does not prevent people from using std_logic_arith, std_logic_arith is not an IEEE standard and hence operations in this package will not be locally static. Best Regards, Jim Lewis P.S. Current plans for vhdl-2006 is to include a new package called numeric_std_unsigned. > We are working on a second edition of "Digital Systems Design Using VHDL". > The present edition uses the std_logic_arith or std_logic_unsigned > package for arithmetic operations. We are debating whether to switch to > numeric_std for some of the examples in the textbook. Our question is: How > widely used is the numeric_std package in practice? > > -- Charles H. Roth, UT Austin -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~ Jim Lewis Director of Training private.php?do=newpm&u= SynthWorks Design Inc. http://www.SynthWorks.com 1-503-590-4787 Expert VHDL Training for Hardware Design and Verification ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~ Jim Lewis |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| enterprisedb package execution | kanchuparthi.rams | Software | 0 | 05-22-2008 01:59 PM |
| The Practice Test Package Development: A New Service on the Certification Market | David Johnson | A+ Certification | 0 | 01-19-2005 10:52 AM |
| PC Package deals? | jkl | A+ Certification | 0 | 10-28-2004 05:12 PM |