Hdl
  • Textbook
    • CPLD/FPGA经典中文/英文书籍75本(PDF格式)
    • Systems on Silicon
      • The Designer's Guide to VHDL, Volume 3, 3rd
      • The Student's Guide to VHDL Volume 4, 2nd
    • Verilog HDL: A Guide to Digital Design and Synthesis 2nd by Samir Palnitkar
    • Advanced Digital Design with the Verilog HDL
    • Digital Integrated Circuits: A Design Perspective 2nd
    • Fundamentals of Digital Logic with VHDL Design 2nd
    • Fundamentals of Digital Logic and Microcomputer Design 5th
    • Digital Design 5th by Morris Mano
    • Digital Logic and Computer Design 2nd by Morris Mano
    • Digital Design Principles and Practices 4th
    • Verilog by Example: A Concise Introduction for FPGA Design
    • FPGA Prototyping by Verilog Examples
  • combinational logic(whose output is a pure function of the present input only)
  • sequential logic(whose output depends not only on the present input but also on the history of the input)
    • Moore machine(the output depends only on the internal state)
    • Mealy machine(the output depends not only on the internal state, but also on the inputs)
  • Gate-Level Synthesis
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License