Do you have a question? Post it now! No Registration Necessary
Subject
- Posted on
Re: power saving condition test ?
- 08-06-2003

Re: power saving condition test ?
set a = 1. e.g
if (a&b) a <= 0;
else if (c) a <= 1;
is certainly not the same as
if (b) a <= 0;
else if (c) a <= 1;
Anyway, synthesis tools are supposed to remove any redundant terms in
equations. As for the power saving, in CMOS, ideally there shouldn't be
additional power consumption if a doesn't change value.
Jim Wu
snipped-for-privacy@yahoo.com

not
Site Timeline
- » Re: FPGAs: basic question: two-level AND-OR vs. two-level OR-AND
- — Next thread in » Field-Programmable Gate Arrays
-
- » Re: Using 3rd Party IP Cores...
- — Previous thread in » Field-Programmable Gate Arrays
-
- » Division Algorithms
- — Newest thread in » Field-Programmable Gate Arrays
-
- » Gowin - This Just Got Real
- — Last Updated thread in » Field-Programmable Gate Arrays
-
- » FPC Buchse gesucht
- — The site's Newest Thread. Posted in » Electronics (German)
-
- » Communist Chinese Military Companies
- — The site's Last Updated Thread. Posted in » Electronics Design
-