• Simulate your design before synthesis.
• Avoid combinational loops in processes.
• If a port is declared to be an integer data type, the range should be specified, else the synthesis tool will infer a 32-bit port.
• Avoid mixed clock edges.
– if a large number of both positive and negative edge flip-flops are required they should be placed in different modules.
• For best results:
– use technology primitives (macros) from the target technology libraries wherever possible.
– Try small designs on target technology to find its limitations and strengths.
– Partition the design correctly.
• eliminate glue logic at the top level.
• partition block size based on the logic function, CPU resources and memory.
• separate random logic from structured logic.
• separate timing-sensitive modules from area -sensitive ones.
information shared by www.irvs.info
VLSI IDEA INNOVATORS are an R&D organization who were in to research and development in the electronics field for many number of years .Now we are getting to training process with the syllabus structured in R&D manner . This is the 1st time in India an R&D organization getting in to training process.
Wednesday, February 2, 2011
Synthesis guidelines
Tuesday, February 1, 2011
Design constraints
• Constraining designs:
– constraints are means of communicating our requirements to the synthesis and back-end tools.
• Categories of constraints are :
– Timing constraints.
• maximum frequency
• duty cycle
• input delays
• output delays
– Layout constraints
• Avoid over-constraining the design
• Consequences of over-constraining are:
– Design performance suffers:
• critical timing paths get the best placement and fastest routing options.
• As the number of critical paths increase , the ability to obtain the design performance objectives decrease.
– Run times increase.
information shared by www.irvs.info
– constraints are means of communicating our requirements to the synthesis and back-end tools.
• Categories of constraints are :
– Timing constraints.
• maximum frequency
• duty cycle
• input delays
• output delays
– Layout constraints
• Avoid over-constraining the design
• Consequences of over-constraining are:
– Design performance suffers:
• critical timing paths get the best placement and fastest routing options.
• As the number of critical paths increase , the ability to obtain the design performance objectives decrease.
– Run times increase.
information shared by www.irvs.info
Subscribe to:
Posts (Atom)