VSmile EMUlator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
John Zacarias Jekel a68ec973e1 Restructure vsemu internally to just do decoding and execution in the same place because unlike hardware (what I'm used to) it's not particularly convinient or efficient to think of decode and execution as two seperate blocks. 2 years ago
include Bring in logging functionality for debug builds based on that from rv32esim 2 years ago
src Restructure vsemu internally to just do decoding and execution in the same place because unlike hardware (what I'm used to) it's not particularly convinient or efficient to think of decode and execution as two seperate blocks. 2 years ago
.gitignore Add cmakelists and gitignore 2 years ago
CMakeLists.txt Restructure vsemu internally to just do decoding and execution in the same place because unlike hardware (what I'm used to) it's not particularly convinient or efficient to think of decode and execution as two seperate blocks. 2 years ago
GPL-2.0 Change license to GPLv3 since I may be referencing MAME source code in the future 2 years ago
GPL-3.0 Change license to GPLv3 since I may be referencing MAME source code in the future 2 years ago
LICENSE Implement vsemu_fetch 2 years ago
README.md Initial commit 2 years ago

README.md

VSEMU

VSmile EMUlator