Logic Synthesis for FPGA-Based Finite State Machines

Logic Synthesis for FPGA-Based Finite State Machines PDF

Author: Alexander Barkalov

Publisher: Springer

Published: 2015-10-15

Total Pages: 287

ISBN-13: 3319242024

DOWNLOAD EBOOK →

This book discusses control units represented by the model of a finite state machine (FSM). It contains various original methods and takes into account the peculiarities of field-programmable gate arrays (FPGA) chips and a FSM model. It shows that one of the peculiarities of FPGA chips is the existence of embedded memory blocks (EMB). The book is devoted to the solution of problems of logic synthesis and reduction of hardware amount in control units. The book will be interesting and useful for researchers and PhD students in the area of Electrical Engineering and Computer Science, as well as for designers of modern digital systems.

Logic Synthesis for Finite State Machines Based on Linear Chains of States

Logic Synthesis for Finite State Machines Based on Linear Chains of States PDF

Author: Alexander Barkalov

Publisher: Springer

Published: 2017-06-24

Total Pages: 228

ISBN-13: 3319598376

DOWNLOAD EBOOK →

This book discusses Moore finite state machines (FSMs) implemented with field programmable gate arrays (FPGAs) including look-up table (LUT) elements and embedded memory blocks (EMBs). To minimize the number of LUTs in FSM logic circuits, the authors propose replacing a state register with a state counter. They also put forward an approach allowing linear chains of states to be created, which simplifies the system of input memory functions and, therefore, decreases the number of LUTs in the resulting FSM circuit. The authors combine this approach with using EMBs to implement the system of output functions (microoperations). This allows a significant decrease in the number of LUTs, as well as eliminating a lot of interconnections in the FSM logic circuit. As a rule, it also reduces the area occupied by the circuit and diminishes the resulting power dissipation. This book is an interesting and valuable resource for students and postgraduates in the area of computer science, as well as for designers of digital systems that included complex control units

Logic Synthesis for Fpga-Based Mealy Finite State Machines

Logic Synthesis for Fpga-Based Mealy Finite State Machines PDF

Author: Alexander Barkalov

Publisher: CRC Press

Published: 2024-12-04

Total Pages: 0

ISBN-13: 9781032882277

DOWNLOAD EBOOK →

This book is devoted to logic synthesis of field programmable gate array (FPGA)-based circuits of Mealy finite state machines (FSM). Three new methods of state assignment are proposed which allows obtaining FSM circuits required minimum amount of internal chip resources. Logic Synthesis for FPGA-Based Mealy Finite State Machines: Structural Decomposition in Logic Design contains several original synthesis and optimization methods based on structural decomposition of FPGA-based FSM circuits developed by the authors. To optimize FSM circuits, the authors introduce the use three of methods of state assignment: twofold, extended, and composite. These methods allow for creating two-or three level architectures of FSM circuits. The authors also demonstrate how the proposed methods, FSM architectures and synthesis methods can replace known solutions based on either functional decomposition or classical methods of structural decomposition. The authors also show how these architectures have regular systems of interconnections and demonstrate positive features as compared to methods based on functional decomposition including producing circuits with fewer elements, that are faster and consume less power than their counterparts. The book includes experimental results proving efficiency of the proposed solutions and compares the numbers in Look-up Tables (LUTs), showing performance (maximum operating frequency) and power consumption for various methods of state assignment. The audience for this book is students researchers, and engineers specializing in computer science/ engineering, electronics, and telecommunications. It will be especially useful for engineers working with in the scope of algorithms, hardware-based software accelerators and control units, and systems based on the use of FPGA's.

Synthesis and Optimization of FPGA-Based Systems

Synthesis and Optimization of FPGA-Based Systems PDF

Author: Valery Sklyarov

Publisher: Springer Science & Business Media

Published: 2014-03-14

Total Pages: 443

ISBN-13: 3319047086

DOWNLOAD EBOOK →

The book is composed of two parts. The first part introduces the concepts of the design of digital systems using contemporary field-programmable gate arrays (FPGAs). Various design techniques are discussed and illustrated by examples. The operation and effectiveness of these techniques is demonstrated through experiments that use relatively cheap prototyping boards that are widely available. The book begins with easily understandable introductory sections, continues with commonly used digital circuits, and then gradually extends to more advanced topics. The advanced topics include novel techniques where parallelism is applied extensively. These techniques involve not only core reconfigurable logical elements, but also use embedded blocks such as memories and digital signal processing slices and interactions with general-purpose and application-specific computing systems. Fully synthesizable specifications are provided in a hardware-description language (VHDL) and are ready to be tested and incorporated in engineering designs. A number of practical applications are discussed from areas such as data processing and vector-based computations (e.g. Hamming weight counters/comparators). The second part of the book covers the more theoretical aspects of finite state machine synthesis with the main objective of reducing basic FPGA resources, minimizing delays and achieving greater optimization of circuits and systems.

Finite State Machine Logic Synthesis for Complex Programmable Logic Devices

Finite State Machine Logic Synthesis for Complex Programmable Logic Devices PDF

Author: Robert Czerwinski

Publisher: Springer Science & Business Media

Published: 2013-01-12

Total Pages: 182

ISBN-13: 3642361668

DOWNLOAD EBOOK →

This book is a monograph devoted to logic synthesis and optimization for CPLDs. CPLDs' macrocell can also be interpreted as programmable AND-fixed OR structure, well known as PAL-based structure. The question is: what should be done when the number of implicants representing function exceeds the number of product terms available in a logic block. The answer is ... in the book. Logic synthesis and optimization methods dedicated for PAL-based structures are proposed. The methods strive to find the optimum fit for the combinational logic and finite state machines to the structure of the logic device and aim at area and speed optimization. The theoretical background and complete strategies are richly illustrated with examples and figures.

Logic Synthesis for FPGA-Based Control Units

Logic Synthesis for FPGA-Based Control Units PDF

Author: Alexander Barkalov

Publisher: Springer Nature

Published: 2020-01-08

Total Pages: 247

ISBN-13: 3030382958

DOWNLOAD EBOOK →

This book focuses on control units, which are a vital part of modern digital systems, and responsible for the efficiency of controlled systems. The model of a finite state machine (FSM) is often used to represent the behavior of a control unit. As a rule, control units have irregular structures that make it impossible to design their logic circuits using the standard library cells. Design methods depend strongly on such factors as the FSM used, specific features of the logic elements implemented in the FSM logic circuit, and the characteristics of the control algorithm to be interpreted. This book discusses Moore and Mealy FSMs implemented with FPGA chips, including look-up table elements (LUT) and embedded memory blocks (EMB). It is crucial to minimize the number of LUTs and EMBs in an FSM logic circuit, as well as to make the interconnections between the logic elements more regular, and various methods of structural decompositions can be used to solve this problem. These methods are reduced to the presentation of an FSM circuit as a composition of different logic blocks, the majority of which implement systems of intermediate logic functions different (and much simpler) than input memory functions and FSM output functions. The structural decomposition results in multilevel FSM circuits having fewer logic elements than equivalent single-level circuits. The book describes well-known methods of structural decomposition and proposes new ones, examining their impact on the final amount of hardware in an FSM circuit. It is of interest to students and postgraduates in the area of Computer Science, as well as experts involved in designing digital systems with complex control units. The proposed models and design methods open new possibilities for creating logic circuits of control units with an optimal amount of hardware and regular interconnections.

Logic Synthesis for VLSI-Based Combined Finite State Machines

Logic Synthesis for VLSI-Based Combined Finite State Machines PDF

Author: Alexander Barkalov

Publisher: Springer Nature

Published: 2022-11-24

Total Pages: 305

ISBN-13: 3031160274

DOWNLOAD EBOOK →

The book is devoted to design and optimization of control units represented by combined finite state machines (CFSMs). The CFSMs combine features of both Mealy and Moore FSMs. Having states of Moore FSM, they produce output signals of both Mealy and Moore types. To optimize the circuits of CFSMs, we propose to use optimization methods targeting both Mealy and Moore FSMs. The book contains some original synthesis and optimization methods targeting hardware reduction in VLSI-based CFSM circuits. These methods take into account the peculiarities of both a CFSM model and a VLSI chip in use. The optimization is achieved due to combining classical optimization methods with new methods proposed in this book. These new methods are a mixed encoding of collections of microoperations and a twofold state assignment in CFSMs. All proposed methods target reducing the numbers of arguments in systems of Boolean functions representing CFSM circuits. Also, we propose to use classes of pseudoequivalent states of Moore FSMs to reduce the number of product terms in these systems.The book includes a lot of examples which contributes to a better understanding of the features of the synthesis methods under consideration. This is the first book entirely devoted to the problems associated with synthesis and optimization of VLSI-based CFSMs. We hope that the book will be interesting and useful for students and PhD students in the area of Computer Science, as well as for designers of various digital systems. We think that proposed CFSM models enlarge the class of models applied for implementation of control units with modern VLSI chips.

Logic Synthesis for FSM-Based Control Units

Logic Synthesis for FSM-Based Control Units PDF

Author: Alexander Barkalov

Publisher: Springer Science & Business Media

Published: 2009-11-25

Total Pages: 245

ISBN-13: 3642043097

DOWNLOAD EBOOK →

This book presents the hardware implementation of control algorithms represented by graph-schemes of algorithm. It includes new methods of logic synthesis and optimization for logic circuits of Mealy and Moore FSMs oriented on both ASIC and FPLD.

Finite State Machine Datapath Design, Optimization, and Implementation

Finite State Machine Datapath Design, Optimization, and Implementation PDF

Author: Justin Davis

Publisher: Morgan & Claypool Publishers

Published: 2008

Total Pages: 124

ISBN-13: 1598295292

DOWNLOAD EBOOK →

Finite State Machine Datapath Design, Optimization, and Implementation explores the design space of combined FSM/Datapath implementations. The lecture starts by examining performance issues in digital systems such as clock skew and its effect on setup and hold time constraints, and the use of pipelining for increasing system clock frequency. This is followed by definitions for latency and throughput, with associated resource tradeoffs explored in detail through the use of dataflow graphs and scheduling tables applied to examples taken from digital signal processing applications. Also, design issues relating to functionality, interfacing, and performance for different types of memories commonly found in ASICs and FPGAs such as FIFOs, single-ports, and dual-ports are examined. Selected design examples are presented in implementation-neutral Verilog code and block diagrams, with associated design files available as downloads for both Altera Quartus and Xilinx Virtex FPGA platforms. A working knowledge of Verilog, logic synthesis, and basic digital design techniques is required. This lecture is suitable as a companion to the synthesis lecture titled Introduction to Logic Synthesis using Verilog HDL.

Foundations of Embedded Systems

Foundations of Embedded Systems PDF

Author: Alexander Barkalov

Publisher: Springer

Published: 2019-02-04

Total Pages: 167

ISBN-13: 3030119610

DOWNLOAD EBOOK →

This book is devoted to embedded systems (ESs), which can now be found in practically all fields of human activity. Embedded systems are essentially a special class of computing systems designed for monitoring and controlling objects of the physical world. The book begins by discussing the distinctive features of ESs, above all their cybernetic-physical character, and how they can be designed to deliver the required performance with a minimum amount of hardware. In turn, it presents a range of design methodologies. Considerable attention is paid to the hardware implementation of computational algorithms. It is shown that different parts of complex ESs could be implemented using models of finite state machines (FSMs). Also, field-programmable gate arrays (FPGAs) are very often used to implement different hardware accelerators in ESs. The book pays considerable attention to design methods for FPGA-based FSMs, before the closing section turns to programmable logic controllers widely used in industry. This book will be interesting and useful for students and postgraduates in the area of Computer Science, as well as for designers of embedded systems. In addition, it offers a good point of departure for creating embedded systems for various spheres of human activity.