Pekka Jääskeläinen (TAU) via llvm-dev
2019-Apr-12 15:49 UTC
[llvm-dev] TTA-based Co-Design Environment (TCE) v1.19 released
TTA-based Co-Design Environment (TCE) is an open application-specific instruction-set processor (ASIP) toolset for design and programming of customized co-processors (typically programmable accelerators). It is based on the energy efficient Transport Triggered Architecture (TTA) processor template. The toolset provides a complete retargetable co-design flow from high- level language programs down to FPGA/ASIC synthesizable processor RTL (VHDL and Verilog generation supported) and parallel program binaries. Processor customization points include the register files, function units, supported operations, and the interconnection network. This release adds support for LLVM 8 and improves the usability of the Processor Designer tool. Download ======= Get the release via git by cloning the release branch: git clone -b release-1.19 https://github.com/cpc/tce.git tce-1.19 Acknowledgements =============== The Customized Parallel Computing research group of Tampere University, Finland likes to thank the Academy of Finland (funding decision 297548), ECSEL JU project FitOptiVis (project number 783162) and HSA Foundation for funding most of the development work in this release. Much appreciated! Links ==== TCE download page: http://openasip.org/download.html This announcement: http://openasip.org/downloads/ANNOUNCEMENT Change log: http://openasip.org/downloads/CHANGES Install info: http://openasip.org/downloads/INSTALL -- Pekka