Module quaigh::sim

source ·
Expand description

Simulation of a logic network. Faster, multi-pattern simulation methods are available internally.

Enums§

  • Representation of a fault, with its type and location

Functions§

  • Simulate a network over multiple timesteps; return the output values
  • Simulate a combinatorial network; return the output values
  • Simulate a combinatorial network, with faults injected; return the output values
  • Simulate a network over multiple timesteps, with faults injected; return the output values