forked from libre-chip/fayalite
Compare commits
2 commits
ffca1a279d
...
e7ee1e862e
| Author | SHA1 | Date | |
|---|---|---|---|
| e7ee1e862e | |||
| 5c594cbb68 |
1 changed files with 1 additions and 6 deletions
|
|
@ -4884,12 +4884,7 @@ impl<T: Type> ToExpr for TraceAsStringAsInner<T> {
|
|||
}
|
||||
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash)]
|
||||
/// The [`Simulation::io()`] equivalent for a global signal, this is a flipped version of a global signal
|
||||
/// that allows you to e.g. use [`Simulation::write()`] to write to [`formal_global_clock()`].
|
||||
///
|
||||
/// [`Simulation::io()`]: crate::sim::Simulation::io
|
||||
/// [`Simulation::write()`]: crate::sim::Simulation::write
|
||||
/// [`formal_global_clock()`]: crate::formal::formal_global_clock
|
||||
/// The [`Simulation::io()`] equivalent for a global signal, this is a flipped version of a global signal that allows you to e.g. use [`Simulation::write()`] to write to [`formal_global_clock()`]
|
||||
pub struct SimIoForGlobal {
|
||||
global: FormalInput,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue