Y
YK
Guest
Hi
Is there a way to model a pullup on the input of a module without
using any internal signal like the verilog-HDL pullup.
If I model using a pullup map as below:
test_ipd <= pullupmap(TO_X01Z(test))
constant pullupmap : vitalresultzmaptype := ( 'X', 'X', '0', '1',
'H');
I can see that test_ipd is pulled up when test is 'Z'. But is it
possible to model such that pullup can be seen on "test" signal
instead of "test_ipd".
Is there a way to model a pullup on the input of a module without
using any internal signal like the verilog-HDL pullup.
If I model using a pullup map as below:
test_ipd <= pullupmap(TO_X01Z(test))
constant pullupmap : vitalresultzmaptype := ( 'X', 'X', '0', '1',
'H');
I can see that test_ipd is pulled up when test is 'Z'. But is it
possible to model such that pullup can be seen on "test" signal
instead of "test_ipd".