KMLM List
View email archives for the history of this mailing list.
|
|
|
|
systemc-forum - [Systemc-forum] Casting 2 level types to 4 level types
|
Message Thread:
Previous |
Next
|
- To: systemc <systemc-forum@xxxxxxxxxxx>
- From: Bill Dittenhofer <bill_dittenhofer@xxxxxxxxxxx>
- Date: Wed, 08 Sep 2004 12:18:59 -0600
- Send Email to systemc-forum@osci.kavi.com:
- Send new message
- Reply to this message
|
This is ok inside the model, but causes problems when comparing
an RTL signal with the SystemC signal in a SystemC module. This is due
to the RTL generating X's, Z's of various strengths. When converting this to a 2 value SystemC signal, the X's and Z's get "resolved", usually to a '0'. This causes X's, Z's from the RTL to get missed by the comparator.
It would be desirable to cast the 2 value signal from inside the
model to a 4 value signal. The model doesnt produce X's, Z's, so nothing would be lost. The RTL value could be transported using a 4 valued signal, and X's, Z's would be detected.
Is it possible to cast the 2 valued (model) signal to a 4 valued signal?
|
|
By Date:
Previous |
Next
|
Current Thread
|
By Thread:
Previous |
Next
|
- [Systemc-forum] Casting 2 level types to 4 le, Bill Dittenhofer (you are here)
|
|