Chargement…
Chargement…
The module drives a MCP9600 thermocouple sensor via I2C. The I2C driver is provided as read-only. A FSM manages raw data reading and temperature calculation with a configurable pause between cycles.
| Signal | Direction | Width | Description |
|---|---|---|---|
clk | Input | 1 bit | Clock |
reset_n | Input | 1 bit | reset_n |
ena | Input | 1 bit | ena |
addr | Input | N bits | addr |
rw | Input | 1 bit | rw |
data_wr | Input | N bits | data_wr |
busy | Output | 1 bit | busy |
data_rd | Output | N bits | data_rd |
sda | Input/Output | 1 bit | sda |
scl | Input/Output | 1 bit | scl |