The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Design Languages >> VHDL-AMS >> VHDL AMS simulation help
https://designers-guide.org/forum/YaBB.pl?num=1147166638

Message started by Sudhakar on May 9th, 2006, 2:23am

Title: VHDL AMS simulation help
Post by Sudhakar on May 9th, 2006, 2:23am

1)Roughly how much improvement in the run time can we expect if the
parameters are defined in the generic rather than as constants in the
architectecture, as far as i know if we declare in the generic in the
entity they are done at the compile time instead of the run time.

2)what difference will it make in the following 2 delcarations  ::
            A)  entity xyz is
                       generic(constant:isat:real:=0.0)
                       port..............
                 end entity
             B) entity xyz is
                       generic(isat:real:=0.0)
                       port..............
                 end entity
if u look at the 2 entity definitions in the earlier theres isat defined
as constant in the entity whereas in the later its not. both work fine ,
iam looking into the speed aspect of the circuits so this subtle
difference in speeds do matter to me.



The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.