Add UVM integration guide and SystemVerilog UVM kernel code for CHIron#3
Draft
Add UVM integration guide and SystemVerilog UVM kernel code for CHIron#3
Conversation
…nel usage Agent-Logs-Url: https://github.com/RISMicroDevices/CHIron/sessions/f1043d6e-2536-4bf2-ba6e-61e47b2bf33f Co-authored-by: Kumonda221-CrO3 <10897073+Kumonda221-CrO3@users.noreply.github.com>
…red field, CLOG_ISSUE_E macro, clock syntax Agent-Logs-Url: https://github.com/RISMicroDevices/CHIron/sessions/f1043d6e-2536-4bf2-ba6e-61e47b2bf33f Co-authored-by: Kumonda221-CrO3 <10897073+Kumonda221-CrO3@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Kumonda221-CrO3
March 31, 2026 02:36
View session
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds markdown documentation and a complete SystemVerilog UVM testbench skeleton showing how to use CHIron as the protocol kernel of a UVM-based AMBA CHI verification environment.
Changes
Documentation (
docs/)docs/uvm_integration_guide.md— Comprehensive guide covering:Xact::RouterandXactionAllocatingReadetc.docs/uvm_quickstart.md— 5-minute quickstart: clone → build → connect DUT → run → inspect CLogSystemVerilog UVM Code (
uvm/)chi_pkg.svchi_if.svrn_driver_cbandmonitor_cbclocking blockschi_seq_item.svpack_req()chi_driver.svchi_monitor.svchi_agent.svchi_scoreboard.svchi_coverage.svchi_seq_lib.svchi_env.svchi_test.svchi_read_test,chi_write_test,chi_rand_testchi_top.svrun_test())chi_refmodel_dpi.cppFlitConfiguration/XactionclassesSecurity Summary
No security vulnerabilities found. CodeQL analysis returned 0 alerts. The C++ DPI-C shim validates flit lengths before accessing memory.