aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/xilinx/cells_xtra.sh
Commit message (Collapse)AuthorAgeFilesLines
* move attributes to wiresMarcin Kościelnicki2019-08-131-155/+0
|
* Add clock buffer insertion pass, improve iopadmap.Marcin Kościelnicki2019-08-131-68/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few new attributes are defined for use in cell libraries: - iopad_external_pin: marks PAD cell's external-facing pin. Pad insertion will be skipped for ports that are already connected to such a pin. - clkbuf_sink: marks an input pin as a clock pin, requesting clock buffer insertion. - clkbuf_driver: marks an output pin as a clock buffer output pin. Clock buffer insertion will be skipped for nets that are already driven by such a pin. All three are module attributes that should be set to a comma-separeted list of pin names. Clock buffer insertion itself works as follows: 1. All cell ports, starting from bottom up, can be marked as clock sinks (requesting clock buffer insertion) or as clock buffer outputs. 2. If a wire in a given module is driven by a cell port that is a clock buffer output, it is in turn also considered a clock buffer output. 3. If an input port in a non-top module is connected to a clock sink in a contained cell, it is also in turn considered a clock sink. 4. If a wire in a module is driven by a non-clock-buffer cell, and is also connected to a clock sink port in a contained cell, a clock buffer is inserted in this module. 5. For the top module, a clock buffer is also inserted on input ports connected to clock sinks, optionally with a special kind of input PAD (such as IBUFG for Xilinx). 6. Clock buffer insertion on a given wire is skipped if the clkbuf_inhibit attribute is set on it.
* Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-251-1/+1
|\
| * Add RAM32X1D supportEddie Hung2019-06-241-2/+2
| |
* | TypoEddie Hung2019-05-281-1/+1
| |
* | Add whitebox support to DRAMEddie Hung2019-05-231-2/+2
|/
* Merge remote-tracking branch 'origin' into xc7srlEddie Hung2019-04-201-3/+3
|\
| * Remove BUFGCTRL, BUFHCE and LUT6_2 from cells_xtra.Keith Rothman2019-04-121-3/+3
| | | | | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* | Remove duplicate STARTUPE2Eddie Hung2019-04-031-1/+0
| |
* | Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-03-221-5/+7
|\|
| * xilinx: Add keep attribute where appropriateDavid Shah2019-03-221-6/+7
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-03-141-2/+2
|\|
| * Changes required for VPR place and route synth_xilinx.Keith Rothman2019-03-011-2/+2
| | | | | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* | Remove SRL16/32 from cells_xtraEddie Hung2019-02-281-2/+2
|/
* Add support for Xilinx PS7 blockEddie Hung2018-11-101-0/+1
|
* Add inout ports to cells_xtra.vClifford Wolf2018-10-041-2/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Added black box modules for all the 7-series design elements (as listed in ↵Clifford Wolf2016-03-191-0/+145
ug953)