Any Sequence Counter VHDL Code
VHDL source code for an 'Any Sequence Counter', including code snippet and useful links to VHDL and Verilog resources.
Showing 20 posts (Page 2 of 3)
Advertisement
VHDL source code for an 'Any Sequence Counter', including code snippet and useful links to VHDL and Verilog resources.
Explore the fundamental differences between asynchronous and synchronous counters, focusing on clocking, speed, count sequence, and decoding errors.
Explore the distinctions between Binary Coded Decimal (BCD) and Excess-3 code. Understand their conversion, representation, and applications.
Explore the conversion between binary and Gray code, including logic diagrams, boolean functions, and VHDL/Verilog code examples.
VHDL code for converting binary numbers to Gray code using XOR operations. Efficient implementation for digital design.
Explore Carry Select and Carry Skip adders with VHDL code. Learn their implementations and advantages in digital circuit design.
VHDL source code for a D Flip-Flop implementation, including reset and clock-triggered data capture.
VHDL source code implementation of a D Latch, a fundamental digital logic circuit.
Learn the basics of DeMorgan's Theorem with rules and examples for simplifying logical expressions in Boolean algebra. Includes a handy mnemonic.
Explore Emitter Coupled Logic (ECL) circuits: their key characteristics, implementation using bipolar junction transistors (BJTs), and examples of ECL inverter, NAND, and NOR gates.
Understand the differences between fanout and noise margin in logic gates. Learn their definitions, importance, and calculations for optimal circuit performance.
Explore the design of SR, JK, T, and D flip-flops using LabVIEW Virtual Instruments (VIs) with block diagrams and truth tables.
Verilog HDL implementation of a full adder, including truth table, code, and simulation results.
VHDL source code implementation of a full adder, including equations for Sum and Carry Out.
VHDL source code implementation of a JK Flip-Flop with reset functionality. Includes behavioral architecture and links to other VHDL code examples.
Explore the n-stage Johnson counter with VHDL code, combinational logic, applications, and examples.
Verilog code and test bench for a Shift Left Shift Right Register. Includes module declaration, reset, shift conditions, and explanation.
Explore the differences between SISO, SIPO, PISO, and PIPO shift registers, their configurations, and clock pulse requirements for data input and output.
VHDL source code for a T Flip-Flop implementation, including entity and architecture definitions.
Explore Verilog HDL code implementations for T, D, SR, and JK flip-flops, complete with truth tables and simulation results.
Advertisement