Docs.rs
  • rust-hdl-core-0.44.2
    • rust-hdl-core 0.44.2
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • samitbasu
    • Dependencies
      • anyhow ^1 normal
      • array-init ^2.0.0 normal
      • crossbeam ^0.8.1 normal
      • embed-doc-image ^0.1.4 normal
      • evalexpr ^6.3.0 normal
      • num-bigint ^0.4.0 normal
      • num-traits ^0.2.14 normal
      • petgraph ^0.6.0 normal
      • rand ^0.8 normal
      • regex ^1.5.4 normal
      • rust-hdl-macros ^0.44.2 normal
      • seq-macro ^0.3.1 normal
      • substring ^1 normal
      • svg ^0.10.0 normal
      • vcd ^0.6.1 normal
    • Versions
    • 21.56% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate rust_hdl_core

  • Version 0.44.2
  • All Items
  • Modules
  • Macros
?
Change settings

Crate rust_hdl_core

source ·

Modules

  • ast
  • bits
    Module that supports arbitrary width bit vectors The [Bits] type is used to capture values with arbitrarily large (but known) bit length
  • block
  • check_connected
  • check_error
  • check_logic_loops
  • check_timing
  • check_write_inputs
  • clock
  • code_writer
  • constant
  • constraint
  • direction
  • logic
  • module_defines
  • named_path
  • path_tools
  • prelude
  • probe
  • signal
  • signed
  • simulate
  • synth
  • timing
  • top_wrap
  • type_descriptor
  • vcd_probe
  • verilog_gen
  • verilog_visitor
  • yosys

Macros

  • clock
    The clock! macro is used to connect a set of devices to a common clock. The macro takes a variable number of arguments:
  • sim_assert
  • sim_assert_eq
  • simple_sim
  • target_path
  • vcd_path
  • wait_clock_cycle
  • wait_clock_cycles
  • wait_clock_false
  • wait_clock_true