Replies: 5 comments 2 replies
-
What exactly are you asking is possible? Yes, Ripes has a CLI mode (see https://github.com/mortbopet/Ripes/blob/master/docs/cli.md). Is your question whether or not Ripes can be built in an environment that doesn't support GUIs? |
Beta Was this translation helpful? Give feedback.
-
Dear @mortbopet , I'm planning to explore Ripes to run my RISC-V codes and collect information such as execution time and memory usage. I plan to integrate this with an eJudge (For teaching RISC-V), but eJudge is not compatible with a graphical user interface (GUI). Therefore, my intention is to use Ripes in command line mode (CLI) to perform these tasks. |
Beta Was this translation helpful? Give feedback.
-
Great well, it should be possible! The CLI was initially developed to support a VSCode extension, so it should probably also fit your needs. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much, I will start my tests. |
Beta Was this translation helpful? Give feedback.
-
Dear @mortbopet , I performed some tests in CLI mode, I saw that it is working perfectly on Linux, but it is not possible to make Inputs in CLI mode, correct? I think the problem is related to this TODO: Lines 40 to 49 in 565026f I'll try to compile the code on my Linux machine and try to solve the TODO mentioned, can I? |
Beta Was this translation helpful? Give feedback.
-
Dear developers,
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?
Beta Was this translation helpful? Give feedback.
All reactions