A
Andy Peters
Guest
So, what's the point? People still like to use the old Synopsys
libraries and can't be bothered declaring unsigned signals?
libraries and can't be bothered declaring unsigned signals?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It was done because users requested it. So we did it. I helped writeSo, what's the point? People still like to use the old Synopsys
libraries and can't be bothered declaring unsigned signals?
I've never looked at this package. Does it work like the synopsysOn 1/31/2011 11:16 AM, Andy Peters wrote:
So, what's the point? People still like to use the old Synopsys
libraries and can't be bothered declaring unsigned signals?
It was done because users requested it. So we did it. I helped write
it and I thought it was a bit redundant.
Yes, afaik, it defines arithmetic operators that work on slv, andOn Feb 10, 11:19 pm, David Bishop <dbis...@vhdl.org> wrote:
On 1/31/2011 11:16 AM, Andy Peters wrote:
So, what's the point? People still like to use the old Synopsys
libraries and can't be bothered declaring unsigned signals?
It was done because users requested it. So we did it. I helped write
it and I thought it was a bit redundant.
I've never looked at this package. Does it work like the synopsys
library where it provides unsigned arithmetic for the SLV data type?
One of the things I like about the numeric_std library is that I don't
have to type std_logic_vector anymore! I hated that and signed/
unsigned are so much easier on the fingers!
But then I'm currently using Verilog. After a brief trial run I am
finding it is pleasant to work with saving both my fingers and my
brain for the real work I need to get done. I'm not fully conversant
with the language however and may yet find some issues with it that
make me very unhappy. But for now I'm putting aside my VHDL.
Rick
I think using the types unsigned and signed everywhere instead of SLVSo, what's the point? People still like to use the old Synopsys
libraries and can't be bothered declaring unsigned signals?
It was done because users requested it. So we did it. I helped write
it and I thought it was a bit redundant.
I've never looked at this package. Does it work like the synopsys
library where it provides unsigned arithmetic for the SLV data type?
One of the things I like about the numeric_std library is that I don't
have to type std_logic_vector anymore! I hated that and signed/
unsigned are so much easier on the fingers!