aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/achronix/speedster22i
Commit message (Collapse)AuthorAgeFilesLines
* Test fixes for latest iverilogMiodrag Milanovic2022-09-211-2/+1
|
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-083-3/+3
| | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
* Add force_downto and force_upto wire attributes.Marcelina Kościelnicka2020-05-192-0/+7
| | | | Fixes #2058.
* Remove executable flag from filesMiodrag Milanovic2020-02-153-0/+0
|
* Reduce amount of trailing whitespace in code baseLarry Doolittle2019-02-281-3/+3
|
* Fix cells_sim.v for Achronix FPGAMiodrag Milanovic2019-01-041-1/+1
|
* Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-8/+8
| | | | | | | | | | | | 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.
* Fixed broken Quartus backend on dffeas init value (Error (12170): Illegal ↵c60k282018-03-312-107/+44
| | | | value for the POWER_UP parameter. Fixed and tested Cyclone V device
* Squelch trailing whitespace, including meta-whitespaceLarry Doolittle2018-03-112-5/+5
|
* Organizing Speedster file namesdh732017-11-083-0/+0
|
* Adding Cyclone IV (E, GX), Arria 10, Cyclone V and LPM functions (ALTPLL and ↵dh732017-10-013-0/+280
M9K); M9K is not finished yet. Achronix Speedster also in this commit. Both Arria10 and Speedster-i are still experimental due complexity, but you can experiment around those devices right now