{"id":19311640,"url":"https://github.com/rpigor/tpsim","last_synced_at":"2025-06-28T09:35:01.237Z","repository":{"id":250356821,"uuid":"833773213","full_name":"rpigor/TPSim","owner":"rpigor","description":"TPSim (Timing and Power Simulator) is a gate-level circuit simulator with timing and power estimation capabilities","archived":false,"fork":false,"pushed_at":"2024-10-18T07:00:55.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T02:24:08.793Z","etag":null,"topics":["eda","power-analysis","simulator","timing-analysis","verilog"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rpigor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-25T18:05:14.000Z","updated_at":"2024-10-18T07:00:59.000Z","dependencies_parsed_at":"2024-08-27T23:24:31.283Z","dependency_job_id":"46a28324-347c-4c18-8579-069625b653d1","html_url":"https://github.com/rpigor/TPSim","commit_stats":null,"previous_names":["rpigor/simulator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpigor%2FTPSim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpigor%2FTPSim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpigor%2FTPSim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpigor%2FTPSim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rpigor","download_url":"https://codeload.github.com/rpigor/TPSim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415216,"owners_count":19797599,"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":["eda","power-analysis","simulator","timing-analysis","verilog"],"created_at":"2024-11-10T00:29:39.751Z","updated_at":"2025-02-24T03:42:04.793Z","avatar_url":"https://github.com/rpigor.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TPSim\n\n**TPSim** (Timing and Power Simulator) is a gate-level simulator with timing and power estimation capabilities. It receives a combinatorial Verilog netlist as input and simulates the circuit in an event-driven fashion, using pre-characterized look-up tables to estimate events' delay, energy, and other parameters.\n\n## Build\n\n### Dependencies\n\nThis project mainly depends on Boost (\u003e= 1.80.0). The Verilog parser depends on Flex and Bison. The project also uses Catch2 as the testing framework. On Ubuntu, these libraries can be installed through the following command:\n\n```sh\nsudo apt install libboost-all-dev flex bison\n```\n\n### Steps\n\n1. Navigate to the project folder\n    ```sh\n    cd TPSim\n    ```\n2. Invoke CMake to create the build directory and generate Makefiles\n    ```sh\n    cmake -S . -B build\n    ```\n3. Invoke CMake to build the project\n    ```sh\n    cmake --build build\n    ```\n\n## Run\n\nUsage:\n\n```sh\n./tpsim \u003cverilog file\u003e -s \u003cstimuli file\u003e -l \u003clibrary file\u003e [options]\n```\n\nUse the flag `--help` or `-h` to display all the options.\n\nTests can be executed through `ctest` or the compiled binary `./test`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpigor%2Ftpsim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frpigor%2Ftpsim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpigor%2Ftpsim/lists"}