Free and open source SoC for Scanning Probe Microscopy
Go to file
Peter McGoron 440f144180 fixed fixed point algorithms in python 2022-10-27 17:55:12 -04:00
doc fixed fixed point algorithms in python 2022-10-27 17:55:12 -04:00
firmware add cycle count for each iteration 2022-10-23 14:21:31 -04:00
software add readme and COPYING 2022-09-17 00:35:47 -04:00
.gitignore add .gitignore 2022-07-14 15:48:07 -04:00
COPYING add readme and COPYING 2022-09-17 00:35:47 -04:00
README.md add SPI link 2022-09-17 00:37:42 -04:00

README.md

upsilon

Upsilon is a 100% free and open source STM/AFM controller for FPGAs.

Organization

The project is split into hardware (firmware), kernel (software), and client software (client).

Hardware uses Verilog, LiteX and F4PGA to implement the Soft CPU (Risc-V), hardware communication, PI control loop, image scanning, and tip autoapproach.

Kernel implements the network communication between the hardware and the client software.

The client software receives and interprets data from the hardware.

License

GNU GPL v3.0 or later. Other portions are dual licensed under the CERN OHL-v2-S, or permissive licenses: please view all COPYING files for more legal information.

See also