[tool,check_dif_status] Better rep of DIF progress This commit enhances the check_dif_status.py script by allowing the user to pass the top level HJSon file, from which we can extract the full list of blocks in the design. This is better than the existing approach where the list of available blocks is computed by looking at the sources in the DIF area. If the DIF sources dont even exist, then it does not get accounted for. This commit adds a `--top-hjson` switch, which is used to pass the top level HJson file (relative to repo_top). If passed, it invokes the `topgen.py` script to get the list of IP blocks in the design. If not passed, it falls back to the current behavior, while throwing a warning stating the the table may not present the full picture. This switch is thus optional (but highly recommended). Signed-off-by: Srikrishna Iyer <sriyer@google.com>

OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).