mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA

Home Page:https://ripes.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using CLI without UI

PedroLSF opened this issue · comments

Good afternoon

I am developing work that intends to use Ripes through the CLI to test third-party codes, the idea is to execute the code along with a set of inputs, but the environment in which this will be implemented does not support UI/Graphical Interface.

I saw that you have been developing the CLI recently, can you tell me if this is possible?