Verilog 2000 data type S

S

suhas

Guest
I came across a piece of code which used constants such as S1d, S09.
reg [1:0] a;
always@......
a<=S1d;
.....

What does S stand for here?

Thanks
 
On 5 Jul 2006 21:22:49 -0700, "suhas" <suhas.chakravarty@gmail.com>
wrote:

I came across a piece of code which used constants such as S1d, S09.
reg [1:0] a;
always@......
a<=S1d;
....

What does S stand for here?
Signed.
 

Welcome to EDABoard.com

Sponsor

Back
Top