Free and open source SoC for Scanning Probe Microscopy
Go to file
Peter McGoron 3416532378 remove random generator 2023-04-03 16:45:59 -04:00
creole@dc1abae13a creole interface 2023-04-03 03:14:19 +00:00
doc add to programmers manual 2023-04-03 04:39:16 +00:00
firmware compile verilog 2023-04-03 15:29:20 -04:00
software remove random generator 2023-04-03 16:45:59 -04:00
.gitignore .gitignore 2023-03-20 13:59:01 -04:00
.gitmodules Revert "roll back to creole master" 2023-04-02 01:56:30 +00:00
COPYING add readme and COPYING 2022-09-17 00:35:47 -04:00
GUIDELINES.md change control_loop to m4 scripts, add common makefile 2023-03-15 18:30:08 +00: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