An open API service indexing awesome lists of open source software.

https://github.com/wokwi/verispell

SPELL implementation in Verilog
https://github.com/wokwi/verispell

Last synced: 11 days ago
JSON representation

SPELL implementation in Verilog

Awesome Lists containing this project

README

          

# veriSPELL in

SPELL is a minimal, stack-based programming language created for [The Skull CTF](https://skullctf.com).

The language is defined by [a cryptic piece of Arduino code](https://skullctf.com/spell).

This aims to implements a microcontroller that can execute SPELL code directly.

## Tool installation

Ubuntu setup:

```bash
sudo apt install make iverilog gtk-wave python3-pip
pip install -r requirements.txt
```

For code formatting, also install [verible](https://github.com/chipsalliance/verible).

## Copyright

Copyright (C) 2021, Uri Shaked.