-
Notifications
You must be signed in to change notification settings - Fork 0
Gemini Dots Test Pattern Compiler
License
geminicomplex/leda
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
________ .__ .__ / _____/ ____ _____ |__| ____ |__| / \ ____/ __ \ / \| |/ \| | \ \_\ \ ___/| | | \ | | \ | \______ /\___ >__|_| /__|___| /__| \/ \/ \/ \/ GEMINI DOTS COMPILER Leda v0.1 =============================================================================== OVERVIEW =============================================================================== Leda is the Dots compiler program for the Gemini Tester. It takes Dots source files and compiles them to Gemini VPU machine code called Stim files. Stim files are loaded into memory and the VPUs running on Castor and Pollux, the two Artix FPGAs, execute them according to the sequence specified in Prgm program files. =============================================================================== DOCS =============================================================================== For Dots syntax and language specification, check out the docs: https://www.geminicomplex.com/docs/dots for board Profiles, check out the docs: https://www.geminicomplex.com/docs/profile =============================================================================== INSTALL =============================================================================== Leda can be compiled on any POSIX operating system with access to a modern compiler like GCC or Clang. To compile and install simply run: 1. git clone https://github.com/geminicomplex/leda 2. make 3. make install =============================================================================== USAGE =============================================================================== leda -p <profile.json> <dots_path ...>
About
Gemini Dots Test Pattern Compiler
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published