Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Design Logic Circuit

Skill Verifiziert Aktiv
Teil von:Agent Almanac

Design combinational logic circuits from a functional specification through gate-level implementation. Covers AND, OR, NOT, XOR, NAND, NOR gates; NAND/NOR universality conversions; and standard building blocks including multiplexers, decoders, half/full adders, and ripple-carry adders. Use when translating a Boolean function or truth table into a hardware-realizable gate network and verifying it by exhaustive simulation.

Zweck

To enable users to translate functional specifications into hardware-realizable gate networks and verify their correctness through exhaustive simulation.

Funktionen

  • Design combinational logic circuits
  • Implement AND, OR, NOT, XOR, NAND, NOR gates
  • Perform NAND/NOR universality conversions
  • Build standard blocks like adders and multiplexers
  • Verify circuits via exhaustive simulation

Anwendungsfälle

  • Translating Boolean functions or truth tables into gate networks
  • Designing standard combinational building blocks
  • Converting circuits to NAND-only or NOR-only forms
  • Teaching or reviewing digital logic design principles

Nicht-Ziele

  • Designing sequential logic circuits
  • Simulating full CPU architectures
  • Handling complex timing analysis beyond gate-level depth

Workflow

  1. Specify Circuit Function
  2. Derive Minimal Boolean Expression
  3. Map to Gate-Level Schematic
  4. Convert to Universal Gate Basis (Optional)
  5. Verify via Exhaustive Simulation

Praktiken

  • Digital Logic Design
  • Circuit Synthesis
  • Hardware Verification

Installation

/plugin install agent-almanac@pjt222-agent-almanac

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne14
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Simulate Cpu Architecture

100

Design and simulate a minimal CPU from scratch: define an instruction set architecture (ISA), build the datapath (ALU, register file, program counter, memory interface), design the control unit (hardwired or microprogrammed), implement the fetch-decode-execute cycle, and verify by tracing a small program clock cycle by clock cycle. The capstone "computer inside a computer" exercise that composes combinational and sequential building blocks into a complete processor.

Skill
pjt222

Evaluate Boolean Expression

100

Evaluate and simplify Boolean expressions using truth tables, algebraic laws (De Morgan, distributive, absorption, idempotent, consensus), and Karnaugh maps for up to six variables. Use when you need to reduce a Boolean expression to its minimal sum-of-products or product-of-sums form, verify logical equivalence between two expressions, or prepare a minimized function for gate-level implementation.

Skill
pjt222

Qiskit

99

IBM quantum computing framework. Use when targeting IBM Quantum hardware, working with Qiskit Runtime for production workloads, or needing IBM optimization tools. Best for IBM hardware execution, quantum error mitigation, and enterprise quantum computing. For Google hardware use cirq; for gradient-based quantum ML use pennylane; for open quantum system simulations use qutip.

Skill
K-Dense-AI

Qutip

99

Quantum physics simulation library for open quantum systems. Use when studying master equations, Lindblad dynamics, decoherence, quantum optics, or cavity QED. Best for physics research, open system dynamics, and educational simulations. NOT for circuit-based quantum computing—use qiskit, cirq, or pennylane for quantum algorithms and hardware execution.

Skill
K-Dense-AI

Molecular Dynamics

99

Run and analyze molecular dynamics simulations with OpenMM and MDAnalysis. Set up protein/small molecule systems, define force fields, run energy minimization and production MD, analyze trajectories (RMSD, RMSF, contact maps, free energy surfaces). For structural biology, drug binding, and biophysics.

Skill
K-Dense-AI

COBRApy Metabolic Modeling

99

Constraint-based metabolic modeling (COBRA). FBA, FVA, gene knockouts, flux sampling, SBML models, for systems biology and metabolic engineering analysis.

Skill
K-Dense-AI