-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Verilator top level and I2C DPI models
The two DPI models did not model the post-pinmux changes to the I2C buses; there are no longer just two physical I2C buses electrically commoned within the FPGA. Separate the I2C devices into three I2C DPI models representing the physical buses that have devices at present. Tie the other I2C buses inactive, modelling the pullups on the FPGA board. Modify `i2cdpi` so that it properly handles traffic to an address at which there is no connected device.
- Loading branch information
1 parent
5db7c2c
commit fc13b4b
Showing
3 changed files
with
112 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters