| commit | af72a89791d3db1fb1b65ac9808537bb98df6256 | [log] [tgz] |
|---|---|---|
| author | Maciej Kurc <mkurc@antmicro.com> | Thu Mar 10 19:23:48 2022 +0100 |
| committer | GitHub <noreply@github.com> | Thu Mar 10 19:23:48 2022 +0100 |
| tree | 57d0e630d20e232ee7e4f99149ab18670fb16080 | |
| parent | d14b48598f5633bc4eed170bdf01768b7e723d1a [diff] | |
| parent | db952e9a83008a39932c7511b2995d09c09ff733 [diff] |
Merge pull request #267 from antmicro/k6n10f_install_files Added installation of k6n10f simulation models that were missing
This repository contains plugins for Yosys developed as part of the SymbiFlow project.
Adds several commands that allow for collecting information about cells, nets, pins and ports in the design or a selection of objects. Additionally provides functions to convert selection on TCL lists.
Following commands are added with the plugin:
Writes out the design's fasm features based on the parameter annotations on a design cell.
The plugin adds the following command:
Implements a pass that integrates inverters into cells that have ports with the ‘invertible_pin’ attribute set.
The plugin adds the following command:
Reads the specified parameter on a selected object.
The plugin adds the following command:
QuickLogic IOB plugin annotates IO buffer cells with information from IO placement constraints. Used during synthesis for QuickLogic EOS-S3 architecture.
The plugin adds the following command:
QuickLogic QLF plugin extends Yosys with synthesis support for qlf_k4n8 and qlf_k6n10 architectures.
The plugin adds the following command:
Detailed help on the supported command(s) can be obtained by running help <command_name> in Yosys.
Reads Standard Delay Format (SDC) constraints, propagates these constraints across the design and writes out the complete SDC information.
The plugin adds the following commands:
Reads Xilinx Design Constraints (XDC) files and annotates the specified cells parameters with properties such as:
The plugin adds the following commands:
Reads UHDM files and processes it into yosys AST.
The plugin adds the following commands:
Detailed help on the supported command(s) can be obtained by running help <command_name> in Yosys.