forked from libre-chip/fayalite
Compare commits
2 commits
e7ee1e862e
...
ffca1a279d
| Author | SHA1 | Date | |
|---|---|---|---|
| ffca1a279d | |||
| d4d9706798 |
1 changed files with 6 additions and 1 deletions
|
|
@ -4884,7 +4884,12 @@ 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()`]
|
||||
/// 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
|
||||
pub struct SimIoForGlobal {
|
||||
global: FormalInput,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue