aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/achronix/synth_achronix.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+2
| | | | This reverts commit 6008bb7002f874e5c748eaa2050e7b6c17b32745.
* Unify usage of noflatten among architecturesMiodrag Milanovic2019-01-041-2/+2
|
* 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.
* 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)
* Fixed broken Quartus backend on dffeas init value (Error (12170): Illegal ↵c60k282018-03-311-0/+188
value for the POWER_UP parameter. Fixed and tested Cyclone V device