aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40/synth_ice40.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Update synth_ice40 -device doc to be relevant for -abc9 onlyEddie Hung2019-06-281-2/+2
|
* Extraneous newlineEddie Hung2019-06-271-1/+0
|
* abc9: Add wire delays to synth_ice40David Shah2019-06-261-2/+10
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Resolve comments from @daveshah1Eddie Hung2019-06-141-1/+1
|
* Make doc consistentEddie Hung2019-06-141-1/+1
|
* Consistent with xilinxEddie Hung2019-06-031-2/+2
|
* Merge remote-tracking branch 'origin/clifford/pmgenstuff' into xc7muxEddie Hung2019-05-021-0/+2
|\
| * Run "peepopt" in generic "synth" pass and "synth_ice40"Clifford Wolf2019-04-301-0/+2
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-05-021-4/+6
|\ \
| * | Cleanup ice40Eddie Hung2019-04-261-4/+6
| |/
* | Convert to use #945Eddie Hung2019-04-211-1/+1
| |
* | ABC_FLOPS -> ABC_MODEL -- only whitebox if ABC_MODEL setEddie Hung2019-04-191-1/+1
| |
* | Fix SB_DFF comb modelEddie Hung2019-04-181-2/+2
| |
* | Use new -wb flag for ABC flowEddie Hung2019-04-181-7/+3
| |
* | Reduce to three devices: hx, lp, uEddie Hung2019-04-171-4/+4
| |
* | Update error messageEddie Hung2019-04-171-1/+1
| |
* | Add "-device" argument to synth_ice40Eddie Hung2019-04-171-2/+13
| |
* | synth_ice40 to use renamed filesEddie Hung2019-04-171-2/+2
| |
* | Revert "Try using an ICE40_CARRY_LUT primitive to avoid ABC issues"Eddie Hung2019-04-171-1/+1
| | | | | | | | This reverts commit a7632ab3326c5247b8152a53808413b259c13253.
* | Try using an ICE40_CARRY_LUT primitive to avoid ABC issuesEddie Hung2019-04-171-1/+1
| |
* | Add ice40 box filesEddie Hung2019-04-161-1/+8
| |
* | Merge branch 'master' into xaigEddie Hung2019-04-081-0/+1
|\|
| * ice40: Run ice40_braminit pass by defaultSylvain Munaut2019-03-081-0/+1
| | | | | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* | Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-02-261-1/+1
|\|
| * Merge pull request #740 from daveshah1/improve_dressClifford Wolf2019-02-221-1/+1
| |\ | | | | | | Improve ABC netname preservation
| | * ice40: Use abc -dress in synth_ice40David Shah2019-02-061-1/+1
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-02-211-3/+28
|\| |
| * | Add "synth_ice40 -dsp"Clifford Wolf2019-02-201-3/+27
| |/ | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* / synth_ice40 to have new -abc9 argEddie Hung2019-02-141-4/+12
|/
* Merge pull request #772 from whitequark/synth_lutClifford Wolf2019-01-021-1/+1
|\ | | | | synth: add k-LUT mode
| * synth_ice40: use 4-LUT coarse synthesis mode.whitequark2019-01-021-1/+1
| |
* | Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-1/+1
|/ | | | | | | | | | | | The initial list of hits was generated with the codespell command below, and each hit was evaluated and fixed manually while taking context into consideration. DIRS="kernel/ frontends/ backends/ passes/ techlibs/" DIRS="${DIRS} libs/ezsat/ libs/subcircuit" codespell $DIRS -S *.o -L upto,iff,thru,synopsys,uint More hits were found by looking through comments and strings manually.
* Rename "fine:" label to "map:" in "synth_ice40"Clifford Wolf2018-12-161-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* synth_ice40: split `map_gates` off `fine`.whitequark2018-12-061-0/+4
|
* synth_ice40: add -noabc option, to use built-in LUT techmapping.whitequark2018-12-051-2/+16
| | | | This should be combined with -relut to get sensible results.
* opt_lut: add -dlogic, to avoid disturbing logic such as carry chains.whitequark2018-12-051-2/+2
|
* synth_ice40: add -relut option, to run ice40_unlut and opt_lut.whitequark2018-12-051-1/+13
|
* ice40: Add option to only use CE if it'd be use by more than X FFsSylvain Munaut2018-11-271-0/+14
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-4/+4
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* Add "synth_ice40 -json"Clifford Wolf2018-06-131-9/+22
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improving vpr output support.Tim 'mithro' Ansell2018-04-181-3/+3
| | | | | | | * Support output BLIF for Xilinx architectures. * Support using .names in BLIF for Xilinx architectures. * Use the same `NO_LUT` define in both `synth_ice40` and `synth_xilinx`.
* synth_ice40: Rework the vpr blif output slightly.Tim 'mithro' Ansell2018-04-181-4/+8
|
* Add "synth_ice40 -nodffe"Clifford Wolf2018-04-161-2/+11
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fix spelling in -vpr help for synth_ice40Tim Ansell2017-12-081-1/+1
|
* Add "synth_ice40 -vpr"Clifford Wolf2017-11-161-5/+27
|
* Fix synth_ice40 doc regarding -top defaultClifford Wolf2017-09-291-1/+1
|
* iCE40 flow is not experimental anymoreClifford Wolf2016-11-011-1/+1
|
* Added "deminout"Clifford Wolf2016-06-191-0/+1
|
* Added synth_ice40 support for latches via logic loopsClifford Wolf2016-05-061-0/+1
|
* Converted synth_greenpak4 to ScriptPassClifford Wolf2016-04-231-3/+2
|