Nettbutikk for bedrifter og skoler

Effective Coding with VHDL

Principles and Best Practice

Innbundet
Engelsk
The MIT Press
Effective Coding with VHDL
Effective Coding with VHDL
  • Forfatter: Ricardo Jasinski
  • Format: Innbundet
  • Antall sider: 624
  • Språk: Engelsk
  • Forlag/Utgiver: SD Books
  • Serienavn: The MIT Press
  • EAN: 9780262034227
  • Utgivelsesår: 2016
  • Bidragsyter: Jasinski, Ricardo
Se flere produktegenskaper
689,-

Kjøp på nett

A guide to applying software design principles and coding practices to VHDL to improve the readability, maintainability, and quality of VHDL code.

This book addresses an often-neglected aspect of the creation of VHDL designs. A VHDL description is also source code, and VHDL designers can use the best practices of software development to write high-quality code and to organize it in a design. This book presents this unique set of skills, teaching VHDL designers of all experience levels how to apply the best design principles and coding practices from the software world to the world of hardware. The concepts introduced here will help readers write code that is easier to understand and more likely to be correct, with improved readability, maintainability, and overall quality.

After a brief review of VHDL, the book presents fundamental design principles for writing code, discussing such topics as design, quality, architecture, modularity, abstraction, and hierarchy. Building