A
Andy Luotto
Guest
I am istantiating an ADC with analog input (real type) in a larger SoC
system. Input ports of type 'real' cannot be handled for synthesis so
I wonder how to declare the input, while still maintaining the
behaviour of the ADC at the level of the test bench.
Is the only option to access sthe real signals diving down from the
test bench into the chip hierarchy just exposing a bogus 'logic' port
just to allow structural connectivity?
It looks like $realtobit and bitstoreal does not fit with my needs
I cannot use verilog AMS
thanks
system. Input ports of type 'real' cannot be handled for synthesis so
I wonder how to declare the input, while still maintaining the
behaviour of the ADC at the level of the test bench.
Is the only option to access sthe real signals diving down from the
test bench into the chip hierarchy just exposing a bogus 'logic' port
just to allow structural connectivity?
It looks like $realtobit and bitstoreal does not fit with my needs
I cannot use verilog AMS
thanks