aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump versiongithub-actions[bot]2021-08-111-1/+1
|
* Bump versiongithub-actions[bot]2021-08-101-1/+1
|
* Refactor common parts of SAT-using optimizations into a helper.Marcelina Kościelnicka2021-08-091-1/+2
| | | | | | | | | | | | | This also aligns the functionality: - in all cases, the onehot attribute is used to create appropriate constraints (previously, opt_dff didn't do it at all, and share created one-hot constraints based on $pmux presence alone, which is unsound) - in all cases, shift and mul/div/pow cells are now skipped when importing the SAT problem (previously only memory_share did this) — this avoids creating clauses for hard cells that are unlikely to help with proving the UNSATness needed for optimization
* Bump versiongithub-actions[bot]2021-08-081-1/+1
|
* Bump versiongithub-actions[bot]2021-08-071-1/+1
|
* Bump versiongithub-actions[bot]2021-08-051-1/+1
|
* Bump versiongithub-actions[bot]2021-08-041-1/+1
|
* Bump versiongithub-actions[bot]2021-08-031-1/+1
|
* Bump versiongithub-actions[bot]2021-08-021-1/+1
|
* Bump versiongithub-actions[bot]2021-07-311-1/+1
|
* Bump versiongithub-actions[bot]2021-07-301-1/+1
|
* Bump versiongithub-actions[bot]2021-07-291-1/+1
|
* Bump versiongithub-actions[bot]2021-07-281-1/+1
|
* Bump versiongithub-actions[bot]2021-07-271-1/+1
|
* Update to latest Verific with extensions for initial assertionsMiodrag Milanovic2021-07-091-1/+1
|
* Makefile: allow running multiple sanitizers at onceXiretza2021-07-051-3/+3
|
* Makefile: use git/make -C instead of cdXiretza2021-07-051-3/+3
|
* Makefile: pass PRETTY=0 to ABCXiretza2021-07-051-1/+1
|
* Makefile: don't bake DESTDIR into libyosys DT_SONAMEXiretza2021-07-051-2/+2
| | | | | | DESTDIR is only used as a temporary destination for installed files before they are packaged into an archive; the "real" installed location is determined by PREFIX/{BIN,LIB,DAT}DIR.
* Makefile: clean up PYOSYS configurationXiretza2021-07-051-34/+10
|
* Include blif reader header in public facing extension header files.Ashton Snelgrove2021-06-161-0/+1
|
* Use HTTPS for website links, gatecat emailClaire Xenia Wolf2021-06-091-1/+1
| | | | | | | | | | git ls-tree -r --name-only HEAD | xargs sed -i -rf ~/fixemails.sed 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|gatecat)\s+<(dave|david|gatecat)@(symbioticeda.com|yosyshq.com|ds0.me)>/gatecat <gatecat@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/,https://yosyshq.net/yosys/,g;
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
| | | | | | | | 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 new helper class for merging FFs into cells, use for memory_dff.Marcelina Kościelnicka2021-05-231-1/+1
| | | | Fixes #1854.
* Bump versionMarcelina Kościelnicka2021-05-201-1/+1
|
* blif: Use library cells' start_offset and upto for wideports.Marcelina Kościelnicka2021-05-081-0/+1
| | | | Fixes #2729.
* Bump versionMarcelina Kościelnicka2021-03-301-1/+1
|
* quicklogic: PolarPro 3 supportLofty2021-03-181-0/+1
| | | | | | | | Co-authored-by: Grzegorz Latosiński <glatosinski@antmicro.com> Co-authored-by: Maciej Kurc <mkurc@antmicro.com> Co-authored-by: Tarachand Pagarani <tpagarani@quicklogic.com> Co-authored-by: Lalit Sharma <lsharma@quicklogic.com> Co-authored-by: kkumar23 <kkumar@quicklogic.com>
* Bump versionMarcelina Kościelnicka2021-03-081-1/+1
|
* Bump versionMarcelina Kościelnicka2021-03-011-1/+1
|
* Bump versionMarcelina Kościelnicka2021-02-261-1/+1
|
* machxo2: Add test/arch/machxo2 directory (test does not pass).William D. Jones2021-02-231-0/+1
|
* Bump versionYosys Bot2021-02-181-1/+1
|
* Bump versionYosys Bot2021-02-161-1/+1
|
* Bump versionYosys Bot2021-02-131-1/+1
|
* Bump versionYosys Bot2021-02-121-1/+1
|
* Bump versionYosys Bot2021-02-071-1/+1
|
* Bump versionYosys Bot2021-02-061-1/+1
|
* Bump versionYosys Bot2021-02-051-1/+1
|
* Bump versionYosys Bot2021-02-041-1/+1
|
* Bump versionYosys Bot2021-01-311-1/+1
|
* Bump versionYosys Bot2021-01-301-1/+1
|
* Bump versionYosys Bot2021-01-291-1/+1
|
* Bump versionYosys Bot2021-01-271-1/+1
|
* Bump versionYosys Bot2021-01-261-1/+1
|
* Bump versionYosys Bot2021-01-251-1/+1
|
* Bump versionYosys Bot2021-01-221-1/+1
|
* Bump versionYosys Bot2021-01-211-1/+1
|
* Bump versionYosys Bot2021-01-191-1/+1
|
* Bump versionYosys Bot2021-01-151-1/+1
|