{"id":13605316,"url":"https://github.com/ESEO-Tech/emulsiV","last_synced_at":"2025-04-12T05:32:24.206Z","repository":{"id":42708320,"uuid":"273169717","full_name":"ESEO-Tech/emulsiV","owner":"ESEO-Tech","description":"A visual simulator for teaching computer architecture using the RISC-V instruction set","archived":false,"fork":false,"pushed_at":"2025-04-09T16:18:36.000Z","size":594,"stargazers_count":276,"open_issues_count":8,"forks_count":57,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-09T17:31:47.039Z","etag":null,"topics":["risc-v","simulator"],"latest_commit_sha":null,"homepage":"https://eseo-tech.github.io/emulsiV/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ESEO-Tech.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":"2020-06-18T07:23:02.000Z","updated_at":"2025-04-09T16:17:39.000Z","dependencies_parsed_at":"2024-01-16T23:30:02.342Z","dependency_job_id":"4315c01b-4315-463b-911c-523581b3f58a","html_url":"https://github.com/ESEO-Tech/emulsiV","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESEO-Tech%2FemulsiV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESEO-Tech%2FemulsiV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESEO-Tech%2FemulsiV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESEO-Tech%2FemulsiV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ESEO-Tech","download_url":"https://codeload.github.com/ESEO-Tech/emulsiV/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248524097,"owners_count":21118608,"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":["risc-v","simulator"],"created_at":"2024-08-01T19:00:57.320Z","updated_at":"2025-04-12T05:32:23.850Z","avatar_url":"https://github.com/ESEO-Tech.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\nemulsiV\n==========\n\n[emulsiV](https://eseo-tech.github.io/emulsiV/) is a visual simulator for Virgule,\na minimal CPU core implementation based on the RISC-V architecture.\nThis simulator is intended to be used as a tool for teaching the basics of\ncomputer architecture.\n\nThe user interface shows the structure of the datapath and animates the data\ntransfers between functional units.\nThe execution of a single instruction is decomposed into several steps (fetch,\ndecode, ALU, mem/reg, PC) for educational reasons, but the intent is not to\nreflect a specific sequencer or pipeline implementation.\nIn fact, we don't plan to simulate a pipeline in more detail.\n\nemulsiV is free software and is distributed under the terms of the\n[Mozilla Public License 2.0](https://github.com/ESEO-Tech/emulsiV/blob/master/LICENSE).\nIt is developed by Guillaume Savaton, teacher, researcher and engineer at [ESEO](https://eseo.fr).\n\nRunning the simulator locally\n-----------------------------\n\nDue to the security policies in recent web browsers, some features will only work\nif the simulator is served by a web server.\nWe provide facilities to automate the process.\n\nInstall `npm` and run the following command from the root of the source tree:\n\n```\nnpm install\n```\n\nThis command starts a local web server and opens the simulator in a web browser:\n\n```\nnpm start\n```\n\nDevelopment\n-----------\n\nCheck the JavaScript source code:\n\n```\nnpm run lint\n```\n\nThis command starts a local web server and runs the unit tests from the `test` folder:\n\n```\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FESEO-Tech%2FemulsiV","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FESEO-Tech%2FemulsiV","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FESEO-Tech%2FemulsiV/lists"}