{"id":18383011,"url":"https://github.com/alifarazz/riscimposter","last_synced_at":"2025-10-13T04:40:09.077Z","repository":{"id":129768009,"uuid":"140231233","full_name":"alifarazz/RISCImposter","owner":"alifarazz","description":":shell: low level cycle accurate RISC simulator","archived":false,"fork":false,"pushed_at":"2019-05-11T17:08:26.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-11T23:37:12.095Z","etag":null,"topics":["c11","cycle-accurate","mips","risc","simulator"],"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/alifarazz.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-07-09T04:28:44.000Z","updated_at":"2023-10-11T02:13:47.000Z","dependencies_parsed_at":"2023-04-01T16:23:14.978Z","dependency_job_id":null,"html_url":"https://github.com/alifarazz/RISCImposter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alifarazz/RISCImposter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alifarazz%2FRISCImposter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alifarazz%2FRISCImposter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alifarazz%2FRISCImposter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alifarazz%2FRISCImposter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alifarazz","download_url":"https://codeload.github.com/alifarazz/RISCImposter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alifarazz%2FRISCImposter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013685,"owners_count":26085390,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c11","cycle-accurate","mips","risc","simulator"],"created_at":"2024-11-06T01:09:45.184Z","updated_at":"2025-10-13T04:40:09.052Z","avatar_url":"https://github.com/alifarazz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"RISC Imposter\n########################################\nA general purpose cycle accurate RISC cpu simulator.\n\nThis simulator currently supports MIPS arch. It is designed to support other CPU architectures as well.\n\n\nInstruction Support:\n====================\n\nMIPS:\n-------\n* R type: Add, And, Or, Xor, Slt\n* I type: Beq, Lw, Sw\n* J type: j\n\n\n\nDependencies\n============\n\nImposter needs meson build system and a sane C compiler.\n\n\n\nmacOS\n-----\n\nImposter's dependencies can be installed via `Homebrew \u003chttp://brew.sh/\u003e`_\n:\n\n.. code-block:: bash\n\n    $ brew install clang meson\n\n\n\nLinux\n-----\n\n\nYou need Clang or gcc, plus meson.\n\nThey can be installed using the system package manager, for example:\n\n.. code-block:: bash\n\n    # Debian, Ubuntu, etc.\n    $ apt-get install meson clang\n\n.. code-block:: bash\n\n    # Fedora\n    $ dnf install meson clang\n\n.. code-block:: bash\n\n    # CentOS, RHEL, ...\n    $ yum install meson clang\n\n.. code-block:: bash\n\n    # Arch Linux\n    $ pacman -S meson clang\n\n\n\nWindows:\n--------\n\n\nFirst, ensure that you have a working C compiler.\n\nThen install `meson \u003chttp://mesonbuild.com/\u003e`_\n\n\n\nCompiling\n=========\n\nGo to the root of the project and run:\n\n\n\n.. code-block:: bash\n\n    $ meson build\n    $ cd build/\n    $ ninja\n\n\n\nUsage\n=====\n\nTweak the ``ins.txt`` to include instructions then run Imposter:\n\n.. code-block:: bash\n\n    $ ./imposter\n\n\n\nContribution:\n=============\n\nYou know the drill:\n\n* fork\n* new feature branch\n* do stuff\n* commit\n* push\n* pull request\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falifarazz%2Friscimposter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falifarazz%2Friscimposter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falifarazz%2Friscimposter/lists"}