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. 1 year ago
include Bring in logging functionality for debug builds based on that from rv32esim 1 year 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. 1 year ago
.gitignore Add cmakelists and gitignore 1 year 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. 1 year ago
GPL-2.0 Change license to GPLv3 since I may be referencing MAME source code in the future 1 year ago
GPL-3.0 Change license to GPLv3 since I may be referencing MAME source code in the future 1 year ago
LICENSE Implement vsemu_fetch 1 year ago
README.md Initial commit 1 year ago

README.md

VSEMU

VSmile EMUlator