{"id":16012565,"url":"https://github.com/aksiksi/procsim","last_synced_at":"2025-04-05T02:42:09.282Z","repository":{"id":143186829,"uuid":"85274608","full_name":"aksiksi/procsim","owner":"aksiksi","description":"A 5-stage CPU pipeline simulator based on the well-known Tomasulo algorithm.","archived":false,"fork":false,"pushed_at":"2017-04-09T18:51:55.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T22:57:02.335Z","etag":null,"topics":["computer-architecture","cpp11","georgia-tech","pipelining","tomasulo"],"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/aksiksi.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":"2017-03-17T05:34:20.000Z","updated_at":"2021-06-11T09:24:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"6aa9a2c8-095a-4765-a9d4-055a06c10cea","html_url":"https://github.com/aksiksi/procsim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aksiksi%2Fprocsim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aksiksi%2Fprocsim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aksiksi%2Fprocsim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aksiksi%2Fprocsim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aksiksi","download_url":"https://codeload.github.com/aksiksi/procsim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280177,"owners_count":20912965,"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":["computer-architecture","cpp11","georgia-tech","pipelining","tomasulo"],"created_at":"2024-10-08T14:04:03.463Z","updated_at":"2025-04-05T02:42:09.261Z","avatar_url":"https://github.com/aksiksi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Tomasulo Pipeline\n\nThis code was written for Project 2 of ECE6100 at Georgia Tech. It is written in C++11, which is supported by most modern compilers.\n\n## Building\n\nNavigate to root directory, and run `make`.\n\nTested with:\n\n* LLVM 7.3.0 on OS X 10.11.3\n* Ubuntu\n* Fedora\n\n## Running\n\nAfter building, an executable called `procsim` will be in the root directory.\n\nThe program takes the following arguments:\n\n* `-f`: number of instructions fetched per cycle\n* `-j`: number of k0 function units (FUs)\n* `-k`: number of k1 FUs\n* `-l`: number of k2 FUs\n* `-r`: number of result buses (RBs)\n* `-i`: input trace file\n\nExample: `procsim -f 4 -j 3 -k 2 -l 1 -r 2 -i gcc.100k.trace`\n\nThe output file will have the same name but with the extension `.out` and written to the same directory. In the example above, `gcc.100k.trace.out`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faksiksi%2Fprocsim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faksiksi%2Fprocsim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faksiksi%2Fprocsim/lists"}