Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Conversion to RTL

0 views
Skip to first unread message

RSGUPTA

unread,
Nov 2, 2009, 5:30:17 AM11/2/09
to
Hi,
I was wonderring what this template of SystemC code would be, if
written in RTL for Synthesis:
********* Code Snippet 1 ***********
if (condition 1 == true) {
rd_ptr++;
status = "001";
}
else {
wait();
}
*********************************
********* Code Snippet 2 ***********
if (condition 1 == true) {
rd_ptr++;
while (a== false){
wait();
}
}
else {
wait();
}

d_s_klein

unread,
Nov 4, 2009, 10:45:05 AM11/4/09
to

Your instructor is trying to find out if you were paying attention
during lectures.

Were you?

0 new messages