{"id":13713369,"url":"https://github.com/wanchope/riscv_sim","last_synced_at":"2026-01-14T19:31:12.560Z","repository":{"id":217790566,"uuid":"187166387","full_name":"wanchope/riscv_sim","owner":"wanchope","description":"simulate the RSIC-V core to run with the binary file.","archived":false,"fork":false,"pushed_at":"2019-05-27T03:23:54.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T23:37:38.013Z","etag":null,"topics":["go","risc-v","simulation"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wanchope.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":"2019-05-17T07:16:01.000Z","updated_at":"2020-06-16T05:34:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"478d274e-ad34-4e29-9bc6-7b0ca6c932ef","html_url":"https://github.com/wanchope/riscv_sim","commit_stats":null,"previous_names":["wanchope/riscv_sim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wanchope/riscv_sim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanchope%2Friscv_sim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanchope%2Friscv_sim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanchope%2Friscv_sim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanchope%2Friscv_sim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wanchope","download_url":"https://codeload.github.com/wanchope/riscv_sim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanchope%2Friscv_sim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28432621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["go","risc-v","simulation"],"created_at":"2024-08-02T23:01:33.988Z","updated_at":"2026-01-14T19:31:12.541Z","avatar_url":"https://github.com/wanchope.png","language":"Go","funding_links":[],"categories":["Repositories"],"sub_categories":[],"readme":"# riscv_sim\nSimulate the RISC-V core to run with the binary file.\n\n#What to do?\n\nThis project will support following functions:\n1. Recognize the instruction, identify the illegal instruction.\n2. Easy to support new instructions and user defined instructions.\n3. Run as a RISC-V based core.\n4. Run with some sample peripherals, such as UART and interrupt.\n5. Build a unit test framework to test the software with the binary file compiled by RISC-V compiler.\n\n#Why use GO langue?\n1. Use goroutine could easily simulate the interrupt and peripherals.\n2. The GO langue is very similar with the C langue, easy to add new instructions by C programmers.\n3. Easy to do the uint test.\n\n#Unit test\nUse GoConvey to support Go's native testing package.\nget GoConvey as follow:\n\tgo get github.com/smartystreets/goconvey\nrun the goconvey.exe in this directory, then open browser to localhost:8080, tests will be run and\nwe can get the coverage.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanchope%2Friscv_sim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwanchope%2Friscv_sim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanchope%2Friscv_sim/lists"}