abc9: generate $abc9_holes design instead of <name>$holes
[yosys.git] / techlibs / common / techmap.v
2020-05-14 Eddie HungMerge pull request #2045 from YosysHQ/eddie/fix2042
2020-05-14 Claire WolfMerge pull request #2052 from YosysHQ/claire/verific_memfix
2020-05-14 Claire WolfMerge pull request #2050 from YosysHQ/eddie/opt_clean_fixes
2020-05-14 Claire WolfMerge pull request #2027 from YosysHQ/eddie/verilog_neg...
2020-05-05 Eddie Hungtechlibs/common: more robustness when *_WIDTH = 0
2020-04-10 whitequarkMerge pull request #1603 from whitequark/ice40-ram_style
2020-03-27 Claire WolfMerge pull request #1607 from whitequark/simplify-simpl...
2020-03-12 Miodrag MilanovićMerge pull request #1666 from Xiretza/improve-makefile
2020-03-03 Claire WolfMerge pull request #1681 from YosysHQ/eddie/fix1663
2020-03-03 Claire WolfMerge pull request #1519 from YosysHQ/eddie/submod_po
2020-02-20 Claire WolfMerge pull request #1642 from jjj11x/jjj11x/sv-enum
2020-02-13 N. EngelhardtMerge pull request #1679 from thasti/delay-parsing
2020-02-10 Eddie HungMerge pull request #1670 from rodrigomelo9/master
2020-02-10 N. EngelhardtMerge pull request #1669 from thasti/pyosys-attrs
2020-02-07 Eddie HungMerge pull request #1687 from YosysHQ/eddie/fix_ystests
2020-02-07 Eddie Hungtechmap: fix shiftx2mux decomposition
2020-02-06 Eddie HungMerge pull request #1684 from YosysHQ/eddie/xilinx_arit...
2020-02-06 Eddie Hungshiftx2mux: fix select out of bounds
2020-02-05 Eddie HungMerge pull request #1576 from YosysHQ/eddie/opt_merge_init
2020-02-05 Eddie HungMerge pull request #1650 from YosysHQ/eddie/shiftx2mux
2020-02-05 Eddie HungMerge remote-tracking branch 'origin/master' into eddie...
2020-01-22 Eddie HungExplicitly create separate $mux cells
2020-01-21 Eddie HungFix tests -- when Y_WIDTH is non-pow-2
2020-01-21 Eddie HungMove from +/shiftx2mux.v into +/techmap.v; cleanup
2016-10-11 Clifford WolfAdded $ff and $_FF_ cell types
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-06-17 Clifford WolfImproved support for $sop cells
2016-04-01 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-03-31 Clifford WolfRenamed opt_const to opt_expr
2015-08-16 Clifford WolfAdded $tribuf and $_TBUF_ cell types
2015-08-14 Larry DoolittleAnother block of spelling fixes
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-04-27 Clifford WolfAdded simplemap $lut support
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-12-24 Clifford WolfImprovements in simplemap api, added $ne $nex $eq ...
2014-12-12 Clifford WolfRemoved UTF-8 chars from techmap.v
2014-12-08 Clifford WolfAdded $dffe cell type
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-14 Clifford WolfUsing alumacc in techmap.v
2014-09-08 Clifford WolfAdded $lcu cell type
2014-09-08 Clifford WolfAdded "$fa" cell type
2014-09-07 Clifford WolfUsing maccmap for $macc and $mul techmap
2014-09-06 Clifford WolfVarious bug fixes (related to $macc model testing)
2014-09-06 Clifford WolfAdded $macc SAT model
2014-09-06 Clifford WolfAdded $macc simlib model (also use as techmap rule...
2014-09-04 Clifford WolfRemoved $bu0 cell type
2014-08-31 Clifford WolfAdded $lut support in test_cell, techmap, satgen
2014-08-30 Clifford WolfAdded $alu cell type
2014-08-30 Clifford WolfReplaced $__alu CO/CS outputs with full-width CO output
2014-08-18 Clifford WolfUsing "via_celltype" in $mul carry-save-acc implementation
2014-08-17 Clifford WolfPerformance fix for new $__lcu techmap rule
2014-08-17 Clifford WolfReplaced recursive lcu scheme with bk adder
2014-08-16 Clifford WolfMultiply using a carry-save accumulator
2014-08-16 Clifford WolfChanges in techmap $__alu interface
2014-08-15 Clifford WolfRenamed $_INV_ cell type to $_NOT_
2014-08-14 Clifford WolfSimplified $__arraymul techmap rule
2014-08-14 Clifford WolfRIP $safe_pmux
2014-08-13 Clifford WolfAdded techmap support for actual lookahead carry unit
2014-08-13 Clifford WolfPreparations for lookahead ALU support in techmap.v
2014-08-13 Clifford WolfNew interface for $__alu in techmap.v
2014-08-03 Clifford WolfImplemented recursive techmap
2014-07-31 Clifford WolfRenamed "stdcells.v" to "techmap.v"