Koyama-Tsubasa / Advanced_Logic_Synthesis

Coursework of NTHU CS613200 Advanced Logic Synthesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Logic Synthesis

Logic synthesis is a process by which an abstract specification of desired circuit behavior, typically at register transfer level (RTL), is turned into a design implementation in terms of logic gates, typically by a computer program called a synthesis tool. Common examples of this process include synthesis of designs specified in hardware description languages, including VHDL and Verilog. Some synthesis tools generate bitstreams for programmable logic devices such as PALs or FPGAs, while others target the creation of ASICs. Logic synthesis is one aspect of electronic design automation.
This course will cover various aspects of logic optimization including 1.Representations for Boolean Functions 2. Two-Level Logic Minimization 3. Multi-Level Logic Minimization 4. Timing Optimization 5. Technology Mapping 6. Synthesis for Finite State Machines 7. Low Power Design 8. Automatic Test Pattern Generation 9. Synthesis for hardware security

About

Coursework of NTHU CS613200 Advanced Logic Synthesis


Languages

Language:C++ 99.5%Language:Makefile 0.5%