Guest
#6117262
Hello there; I have simulated a module with an external temperature sensor(LM75). In the top Level module the port were defined as "inout" type something like this
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
With the above Code my Output was "ZZ" every time and I have to modify the LM75 source Code as well as the i2c Controller Code to get a proper Output Signal. I would like to know if there is any other Approach by not modifying the source Code and only add some Code in the testbench? Thank you.