Open Juninho99 opened 5 months ago
That's a good catch!
The current method of modeling at PLL level by direct overrides from cocotb is failing to account for the logic in pll*.sv_ RTL. That results in failing sim, which our earlier DV lead tried to fix by patching RTL for what in reality were modeling issues.
Creation of Standalone MMCM Model
Description
We need to create a standalone MMCM (Mixed-Mode Clock Manager) model and make some adjustments to the current design by removing the Python parts related to the testbench for the PLL RTL blocks. The following tasks have been identified for this improvement:
Tasks