# Software Framework

This directory contains the software associated with RISC-V Atom.

## Examples
This subdirectory contains the provided example programs for testing.  
These examples can be compiled and run using the provided makefile (in `sw/examples` directory).

```bash
$ make ex=banner           # compiling the banner example
$ make ex=banner run       # running banner example on atomsim
```


## Lib
This subdirectory contains `libcatom` library.



