====== Internal Contributors ====== Members of the asynchronous VLSI and architecture group have been making numerous contributions to the code base. Some have implemented key pieces of the toolflow; others are regular users and have found innumerable bugs and limitations that triggered improvements to the code base and enhancements to functionality. The contributors have been: * Former and current members of the [[https://avlsi.csl.yale.edu/people.php|AVLSI group]], as well as some of our collaborators. * [[https://www.cs.utexas.edu/~pingali/|Prof. Keshav Pingali]]'s group at UT Austin, who collaborated on some of the core physical design tools. This collaboration was supported by DARPA's Electronics Resurgence Initiative (ERI) as part of the [[https://www.darpa.mil/research/programs/intelligent-design-of-electronic-assets|IDEA]] program. * Students taking ECE 4260/CPSC 4480/ENAS 8760 (Silicon Compilation) at Yale, especially the offerings in 2018 and 2019 during the early development of the current set of tools where we were fixing bugs in the core library on a daily/weekly basis. Specific authors can be determined from the git logs. ====== External Contributors ====== Many individuals have provided assistance either via contributing documentation, asking questions that led to documentation updates, or finding bugs in the writeup. Some directly added to the documentation, (visible in the wiki logs), or contributed to the codebase (visible on Github). Others led to improvements/enhancements in the tools or documentation and are listed below (with their permission). Thank you for your help! * Amirmohammad Nazari, for finding a number of bugs in and identifying limitations of a range of tools including FPGA mapping, logic synthesis, and the ACT simulator. * Moritz Neher, also part of the RobNIC group at the 2026 Telluride Neuromorphic AI workshop, found several subtle errors introduced by the FPGA mapper. * Ruiqi "Richard" Niu, part of the RobNIC group at the 2026 Telluride Neuromorphic AI workshop, who used an open weight model (GLM-5.2) with the [[https://pi.dev/|Pi]] agent harness to find a number of issues with the logic synthesis tools. * Richard Ross, for detailed feedback on documentation that led to innumerable changes and improvements. He also made quite a few suggestions on features/enhancements; for instance, the ''if'' statement in ''chp-txt'' is due to his request.