N
Navneet Acharya
Guest
Hi !
I simulated a decoder which has some inputs in high impedence state
it's working fine but i am not getting how will it detect high impedance
state of input during synthesis?
I am using following behavioural statement:
always @(in)
begin
s=1'b0;//select signal or control signal
if(in==1'b0 ||in==1'b1) //detecting whether input is in hi/lo te
begin
s=1'b1;
end
end
Can nebody help me ,I shall be thankful to you.
Regards,
Navneet acharya
M.Tech(VLSI & Embedded System )
I simulated a decoder which has some inputs in high impedence state
it's working fine but i am not getting how will it detect high impedance
state of input during synthesis?
I am using following behavioural statement:
always @(in)
begin
s=1'b0;//select signal or control signal
if(in==1'b0 ||in==1'b1) //detecting whether input is in hi/lo te
begin
s=1'b1;
end
end
Can nebody help me ,I shall be thankful to you.
Regards,
Navneet acharya
M.Tech(VLSI & Embedded System )