# rubyphi **Repository Path**: twohaha/rubyphi ## Basic Information - **Project Name**: rubyphi - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-08 - **Last Updated**: 2024-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rubyphi: Automatic Verification of Ruby Protocol with Murphi Rubyphi is an automated verification tool that automatically translates cache coherence protocols defined in [Gem5](https://www.gem5.org/)'s [Ruby](https://www.gem5.org/documentation/learning_gem5/part3/MSIintro/) system into a file recognized by the model checking tool Murphi. Then Murphi can detect errors in Ruby protocols and provide the input that triggers the error. ## Supported Protocols - [MESI_Two_Level](https://www.gem5.org/documentation/general_docs/ruby/MESI_Two_Level/) - [MI_example](https://www.gem5.org/documentation/general_docs/ruby/MI_example/) ## Bug Report We will update the bugs discovered through Rubyphi in the following table.
| Bug ID | Protocol | Description | Gem5 Issue/PR |
|---|---|---|---|
| 1 | MI | Unhandled events DMA_READ & DMA_WRITE in M_DRDI |
issue 1210
PR 1236 |
| 2 | MI | Unhandled event PUTX_NotOwner in {M_DWR, M_DRD, M_DRDI, M_DWRI} |