aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/coolrunner2
Commit message (Expand)AuthorAgeFilesLines
* Blackbox all whiteboxes after synthesisgatecat2021-03-171-0/+1
* Use C++11 final/override keywords.whitequark2020-06-183-8/+8
* Add force_downto and force_upto wire attributes.Marcelina Koƛcielnicka2020-05-191-0/+1
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-022-135/+135
* kernel: use more ID::*Eddie Hung2020-04-021-4/+4
* coolrunner2: Attempt to give wires/cells more meaningful namesR. Ou2020-03-022-23/+66
* coolrunner2: Fix invalid multiple fanouts of XOR/OR gatesR. Ou2020-03-021-0/+96
* coolrunner2: Fix packed register+input buffer insertionR. Ou2020-03-021-2/+84
* coolrunner2: Insert many more required feedthrough cellsR. Ou2020-03-013-102/+215
* Merge pull request #1709 from rqou/coolrunner2_counterClaire Wolf2020-02-273-0/+165
|\
| * coolrunner2: Use extract_counter to optimize countersR. Ou2020-02-173-0/+165
* | coolrunner2: Separate and improve buffer cell insertion passR. Ou2020-02-164-54/+163
|/
* synth_*: call 'opt -fast' after 'techmap'Eddie Hung2020-02-051-2/+2
* Update doc that "-retime" calls abc with "-dff -D 1"Eddie Hung2019-12-301-1/+1
* Revert "Revert "synth_* with -retime option now calls abc with -D 1 as well""Eddie Hung2019-12-301-1/+1
* coolrunner2: remove spurious log_pop() call, fixes #1463Martin Pietryka2019-11-231-2/+0
* Fix spacingEddie Hung2019-08-061-3/+3
* Make liberal use of IdString.in()Eddie Hung2019-08-061-14/+8
* Unify usage of noflatten among architecturesMiodrag Milanovic2019-01-041-1/+1
* Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-1/+1
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-202-6/+6
* coolrunner2: Add an ANDTERM/XOR between chained FFsRobert Ou2018-03-311-0/+58
* coolrunner2: Split multi-bit netsRobert Ou2018-03-311-0/+1
* coolrunner2: Add extraction for TFFsRobert Ou2018-03-313-0/+54
* coolrunner2: Move LOC attributes onto the IO cellsRobert Ou2018-01-171-0/+2
* coolrunner2: Finish fixing special-use p-termsRobert Ou2017-09-011-8/+20
* coolrunner2: Generate a feed-through AND term when necessaryRobert Ou2017-09-011-13/+31
* coolrunner2: Initial fixes for special p-termsRobert Ou2017-09-012-1/+81
* coolrunner2: Fix mapping of flip-flopsRobert Ou2017-09-011-1/+0
* coolrunner2: Combine some for loops togetherRobert Ou2017-09-011-16/+14
* coolrunner2: Add INVERT parameter to some BUFGsRobert Ou2017-08-141-2/+6
* coolrunner2: Add FFs with clock enable to cells_sim.vRobert Ou2017-08-141-0/+60
* Fix some c++ clang compiler errorsClifford Wolf2017-07-031-3/+3
* Apply minor coding style changes to coolrunner2 targetClifford Wolf2017-07-032-1/+1
* coolrunner2: Add a few more primitivesRobert Ou2017-06-251-0/+110
* coolrunner2: Initial mapping of latchesRobert Ou2017-06-254-0/+63
* coolrunner2: Initial mapping of DFFsRobert Ou2017-06-254-0/+76
* coolrunner2: Remove redundant INVERT_PTCRobert Ou2017-06-252-4/+1
* coolrunner2: Remove debug printsRobert Ou2017-06-251-2/+0
* coolrunner2: Correctly handle $_NOT_ after $sopRobert Ou2017-06-251-5/+41
* coolrunner2: Also construct the XOR cell in the macrocellRobert Ou2017-06-252-7/+34
* coolrunner2: Initial techmapping for $sopRobert Ou2017-06-254-153/+268
* coolrunner2: Initial commitRobert Ou2017-06-243-0/+223