pub struct VcdDumper { /* private fields */ }

Implementations

Uses WireHasher.backref to recover scope information from hashed wires in a circuit. With our circuit pipeline, this is ONLY RELIABLE FOR TOP-LEVEL INPUTS & OUTPUTS because the flattener translates & minimizes all other wires after hashing occurs. Still, it can be useful for diagnosing whether you’re seeing the output you expect when crossing from the boolean to the arithmetic bound, and with changes to the flattener it could be made to work for all wires.

Write a formatted boolean value into the VCD file. Can only be one bit.

Write a 64-bit integer into the VCD file.

Write the end of the data dump section with some extra timing entries to make gtkwave show a wider display.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.