The ROHD Devtool provides debugging functionality for hardware designers. Initial proposals and discussions for the devtool can be found at #418.
How to Use the ROHD Devtool:
- Set a breakpoint on your ROHD design.
- When the breakpoint is hit, an URL will be outputted.
- Run the dart devtools command on your terminal.
- A webpage will open, and you can paste the URL into the webpage.
- Look for the tab labeled 'ROHD'.
We welcome contributions to the development of the ROHD Devtool. Please refer to our Contributing doc for guidance on how to get started.
The ROHD Devtool runs in an iframe, which means that the --platform chrome flag is required to ensure tests are run in the browser.
flutter test --platform chrome Optional[test\modules\tree_structure\model_tree_card_test.dart] > test_output.txt
This command will output the test results to a text file named test_output.txt
.