|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Signal
Represents a logical signal (or multiple-bit signal bus) that is typically accessed relative to a clock signal. This interface is the abstract base interface for the four concrete signal types: input, output, input/output, and clock.
| Method Summary | |
|---|---|
ClockSignal |
getClock()
Returns the clock signal that this signal is sampled/driven relative to. |
String |
getName()
Returns the full name of this signal, as specified to the appropriate getSignal() method of DVSimulation. |
int |
getSize()
Returns the width of this signal in bits. |
| Method Detail |
|---|
String getName()
ClockSignal getClock()
this.
int getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||