aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/xilinx/cells_sim.v
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge branch 'xc7dsp' of github.com:YosysHQ/yosys into xc7dspEddie Hung2019-08-301-24/+79
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into xc7dspDavid Shah2019-08-301-24/+91
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Add (* clkbuf_sink *) to SRLC16E, reorder ports to match vendorEddie Hung2019-08-281-3/+8
| | | | | |
| | * | | | xilinx: Add SRLC16E primitive.Marcin Kościelnicki2019-08-271-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1331.
| | * | | | Merge branch 'master' into mwk/xilinx_bufgmapEddie Hung2019-08-231-1/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Forgot oneEddie Hung2019-08-231-1/+2
| | | | | |
| | * | | | Merge branch 'master' into mwk/xilinx_bufgmapEddie Hung2019-08-231-11/+22
| | |\| | |
| | | * | | Put abc_* attributes above portEddie Hung2019-08-231-7/+14
| | | | |/ | | | |/|
| | * | | Merge remote-tracking branch 'origin/master' into mwk/xilinx_bufgmapEddie Hung2019-08-231-14/+20
| | |\| |
| | * | | move attributes to wiresMarcin Kościelnicki2019-08-131-33/+42
| | | | |
| | * | | Add clock buffer insertion pass, improve iopadmap.Marcin Kościelnicki2019-08-131-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 xc7dspEddie Hung2019-08-201-8/+20
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Unify abc_carry_{in,out} into abc_carry and use port dir, as @mithroEddie Hung2019-08-191-2/+2
| | |_|/ | |/| |
| * | | Attach abc_scc_break, abc_carry_{in,out} attr to ports not modulesEddie Hung2019-08-161-8/+20
| | |/ | |/|
* | | Add assign PCOUT = P to DSP48E1Eddie Hung2019-08-131-0/+2
| |/ |/|
* | Fix copy-pasta typoEddie Hung2019-08-081-2/+2
| |
* | DSP48E1 sim model: add SIMD testsDavid Shah2019-08-081-1/+1
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | DSP48E1 model: test CE inputsDavid Shah2019-08-081-5/+8
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | DSP48E1 sim model: seq test workingDavid Shah2019-08-081-6/+13
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | DSP48E1 sim model: Comb, no pre-adder, mode workingDavid Shah2019-08-081-2/+3
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | [wip] sim model testingDavid Shah2019-08-081-2/+2
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | [wip] sim model testingDavid Shah2019-08-081-40/+49
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | [wip] DSP48E1 sim model improvementsDavid Shah2019-08-071-6/+82
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | [wip] DSP48E1 sim model improvementsDavid Shah2019-08-061-23/+120
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | [wip] DSP48E1 sim model improvementsDavid Shah2019-08-061-8/+75
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | SignednessEddie Hung2019-07-161-7/+7
| |
* | Merge branch 'xc7dsp' of github.com:YosysHQ/yosys into xc7dspEddie Hung2019-07-161-1/+1
|\ \
| * | xilinx: Add correct signed behaviour to DSP48E1 modelDavid Shah2019-07-161-1/+1
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | Add support for {A,B,P}REG in DSP48E1Eddie Hung2019-07-161-5/+21
|/ /
* / Move DSP48E1 model out of cells_xtra, initial multiply one in cells_simEddie Hung2019-07-151-0/+131
|/
* xilinx: Fix the default values for FDPE/FDSE INIT attributes to match ↵Marcin Kościelnicki2019-07-111-2/+2
| | | | ISE/Vivado.
* Revert "Fix broken MUXFx box, use MUXF7x2 box instead"Eddie Hung2019-07-011-3/+3
| | | | This reverts commit a9a140aa6c84e71edc1a244cfe363400c7e09d90.
* Fix broken MUXFx box, use MUXF7x2 box insteadEddie Hung2019-07-011-3/+3
|
* Fix CARRY4 abc_box_idEddie Hung2019-06-281-1/+1
|
* Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-06-281-2/+2
|\
| * Refactor for one "abc_carry" attribute on moduleEddie Hung2019-06-271-2/+2
| |
| * Merge origin/masterEddie Hung2019-06-271-1/+1
| |
* | Merge remote-tracking branch 'origin/xaig' into xc7muxEddie Hung2019-06-261-3/+3
|\|
| * Add "WE" to dist RAM's abc_scc_breakEddie Hung2019-06-261-3/+3
| |
| * Add RAM32X1D box infoEddie Hung2019-06-251-2/+3
| |
| * Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-251-0/+17
| |\
* | \ Merge remote-tracking branch 'origin/eddie/fix1132' into xc7muxEddie Hung2019-06-261-1/+1
|\ \ \
| * | | Simulation model verilog fixMiodrag Milanovic2019-06-261-1/+1
| | |/ | |/|
* | | Cleanup abc_box_idEddie Hung2019-06-261-5/+5
| | |
* | | Add RAM32X1D box infoEddie Hung2019-06-241-2/+3
| | |
* | | Merge remote-tracking branch 'origin/xaig' into xc7muxEddie Hung2019-06-241-0/+2
|\ \ \ | | |/ | |/|
| * | Add Xilinx dist RAM as comb boxesEddie Hung2019-06-241-0/+2
| | |
* | | Merge remote-tracking branch 'origin/eddie/ram32x1d' into xc7muxEddie Hung2019-06-241-0/+17
|\ \ \ | | |/ | |/|
| * | Add RAM32X1D supportEddie Hung2019-06-241-0/+17
| | |
* | | Merge remote-tracking branch 'origin/xaig' into xc7muxEddie Hung2019-06-221-2/+0
|\ \ \ | | |/ | |/|