U
ujku
Guest
HI all,
I want to write the following configuration in verilog or
systemverilog:
2 tristate buffers which drives a certain wire A.
both bufferes have the same enable signal expect that it is inverted
in one of the buffers. additionaly the wire A is puuledup with
something like this
pullup pw(A);
The problem is that this doesnt allow to the buffers to drive a low
level on that wire. In that case i get X on my simulation.
Ayn workaround about this configuration?
Regards
Elvis
I want to write the following configuration in verilog or
systemverilog:
2 tristate buffers which drives a certain wire A.
both bufferes have the same enable signal expect that it is inverted
in one of the buffers. additionaly the wire A is puuledup with
something like this
pullup pw(A);
The problem is that this doesnt allow to the buffers to drive a low
level on that wire. In that case i get X on my simulation.
Ayn workaround about this configuration?
Regards
Elvis