This directory contains the software associated with RISC-V Atom.
This subdirectory contains the provided example programs for testing.
These examples can be compiled and run using the provided makefile (in sw/examples
directory).
$ make ex=banner # compiling the banner example
$ make ex=banner run # running banner example on atomsim
This subdirectory contains libcatom
library.