Synthesize Traffic Light Controller design using Constraints and analyse area and Power reports.
Functional Simulation: Incisive Simulator (ncvlog, ncelab, ncsim)
Synthesis: Genus
Synthesis requires three files as follows,
◦ Liberty Files (.lib)
◦ Verilog/VHDL Files (.v or .vhdl or .vhd)
• In your terminal type “gedit input_constraints.sdc” to create an SDC File if you do not have one.
The Liberty files are present in the library path,
• The Available technology nodes are 180nm ,90nm and 45nm.
• In the terminal, initialise the tools with the following commands if a new terminal is being used.
◦ csh
◦ source /cadence/install/cshrc
• The tool used for Synthesis is “Genus”. Hence, type “genus -gui” to open the tool.
• Genus Script file with .tcl file Extension commands are executed one by one to synthesize the netlist.
Synthesis RTL Schematic :
Area report:
Power Report:
Result:
The generic netlist of Traffic Light Controller has been created, and area, power reports have been tabulated and generated using Genus.