{"id":17448135,"url":"https://github.com/crepopcorn/sta_check_temporary","last_synced_at":"2026-04-12T15:45:43.107Z","repository":{"id":258084179,"uuid":"873359160","full_name":"Crepopcorn/sta_check_temporary","owner":"Crepopcorn","description":"This project is the script for STA report violated path checks temporarily (not final version due to confidentiality).","archived":false,"fork":false,"pushed_at":"2024-10-16T04:40:43.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T03:42:54.382Z","etag":null,"topics":["bash","bash-script","c","checking","linux","perl","python","shell","static-timing-analysis","testing"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Crepopcorn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-16T03:14:18.000Z","updated_at":"2024-10-16T04:40:47.000Z","dependencies_parsed_at":"2024-10-20T00:12:25.487Z","dependency_job_id":null,"html_url":"https://github.com/Crepopcorn/sta_check_temporary","commit_stats":null,"previous_names":["crepopcorn/sta_check_temporary"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crepopcorn%2Fsta_check_temporary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crepopcorn%2Fsta_check_temporary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crepopcorn%2Fsta_check_temporary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crepopcorn%2Fsta_check_temporary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crepopcorn","download_url":"https://codeload.github.com/Crepopcorn/sta_check_temporary/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245966929,"owners_count":20701759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bash-script","c","checking","linux","perl","python","shell","static-timing-analysis","testing"],"created_at":"2024-10-17T20:05:33.705Z","updated_at":"2025-12-30T21:07:25.324Z","avatar_url":"https://github.com/Crepopcorn.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STA Path Violation Checker\n\nThis project provides a temporary solution for checking path violations in STA (Static Timing Analysis) reports. This is not the final version due to confidentiality.\n\n## Overview\n\nThe STA Path Violation Checker automates analysis of STA reports, efficiently identifying paths that violate timing constraints. Capable of handling reports with hundreds to million of violated paths.\n\n## Components\n\n1. **`main.c`**:\n   - Generates random simulated path data for testing.\n\n2. **`check_sta_violations.pl`**:\n   - Parses large STA reports to identify path violations.\n   - Uses parallel processing for improved performance.\n\n3. **`gui_result.py`**:\n   - User-friendly interface to view and filter violation results.\n   - Supports pagination and search features.\n\n4. **`run_analysis.sh`**:\n   - Orchestrates execution of analysis pipeline.\n   - Provides robust logging and error handling.\n  \n5. **`check.c`**:\n   - Check any other violations in STA and show the result.\n\n## Features\n\n- **Scalability**\n- **Parallel Processing**\n- **Interactive GUI**\n- **Comprehensive Logging**\n\n## Requirements\n\n- **Dependencies**:\n  - Perl with `Parallel::ForkManager` module\n  - Python 3 with `PyQt5`\n  - C compiler\n\n## Usage\n\n1. **Set Up**:\n   - Clone the repository:\n     ```bash\n     git clone https://github.com/crepopcorn/sta_check_temporary.git\n     cd sta_check_temporary\n     ```\n\n2. **Compile the C Program** (if applicable):\n   ```bash\n   gcc src/main.c -o bin/generate_sta_report\n   ```\n\n3. **Run the Analysis**:\n   ```bash\n   bash bin/run_analysis.sh\n   ```\n\n4. **View Results**:\n   - Results displayed in PyQt GUI after running analysis.\n  \n## Disclaimer\n\nThis is a temporary implementation for STA report path violation checks. Specific details and functionalities are restricted due to confidentiality.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrepopcorn%2Fsta_check_temporary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrepopcorn%2Fsta_check_temporary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrepopcorn%2Fsta_check_temporary/lists"}