Henry
New Contributor
7 years agotemperature sensor to i2c port
I try to use i2c port to read temperature sensor on s10.
I use i2cslave_to_avlmm_bridge to convert i2c signal to avlmm.
and connect avlmm to acl_temperature_s10 slave port.
However, it's hard to meet timing constraint.
the fitter place acl_temperature_s10 far from i2c port.
and there is no pipeline bridge between them.
I want to ask
1. why fitter place acl_temperature_s10 at that place?
is that because temperature sensor diode is locate at there?
but I don't see any diode there, there are only ALMs.
2. How to add pipeline bridge between i2c port and acl_temperature_sensor?