Is there still interest in this project?
LindonKelley opened this issue · 3 comments
I have a personal interest in furthering this project a bit and thought I'd ask and possibly open up discussion for some of my own ideas and questions.
I am interested in this project for potential riscv microcontroller emulation. I'm curious to see if it might be possible to use this library/tool for the CPU but have peripherals that I design for it (GPIO, PWM, UART, I2C, SPI, etc). Also, I'm curious about the clock rate... if it is possible to make it fixed (like 1MHz, 8Mhz, 16Mhz, etc).
Also, I'm curious about the clock rate... if it is possible to make it fixed (like 1MHz, 8Mhz, 16Mhz, etc).
You could call Cpu::tick at your choice of some fixed rate.
I'm interested in this for WASM usage, and will maintain a version here: https://github.com/LeoDog896/wessel