regarding number of LUTs and SLICES

Status
Not open for further replies.

me0414013

Junior Member level 3
Joined
Aug 30, 2012
Messages
28
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
ongole
Activity points
1,504
SIR i tried to implement triple modular reduntant mux4:1... but after repeating the hardware 3 times and passing it through voter also its showing the same number of slices and luts... why is it happening so...? is it all because of rooting algorithm????or is it minimizing the logic...? (since i have to compare area*time for the two muxes)
 

It is likely it is being optimized (minimized) away. You may need to change the optimizer settings although it is typically better to use the right variable types and architecture to prevent this from happening. Most IDEs have an option to produce a report during each step including synthesis. The report will tell you specifically what was deleted if anything.
 

sir can u brief about "right variable types and architecture" ?.... thanks in advance..
 

The details depend on whether you are using VHDL or Verilog, the IDE in use, what the target device is, etc.
You need to find and understand the IDE set up options and how the various data types are handled.
Did you locate and review the synthesis report as suggested?
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…