Re: [myhdl-list] signed bit vectors
Brought to you by:
jandecaluwe
From: David B. <dav...@fr...> - 2005-10-25 08:27:12
|
Yes, but you can also specify the range explicitly: s =3D Signal(intbv(0)[m : n]) s would be a std_logic_vector(m - 1 downto n) in VHDL. David. Selon Matt Ettus <ma...@et...>: > David Brochart wrote: > > Yes you can: > > > > http://www.jandecaluwe.com/Tools/MyHDL/manual/ref-intbv.html > > > > Do you mean that the bitwidth is specified implicitly through the min > and max? > > Matt > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. > Get Certified Today * Register for a JBoss Training Course > Free Certification Exam for All Training Attendees Through End of 2005 > Visit http://www.jboss.com/services/certification for more information > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list > |