aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel_alm: DSP inferenceDan Ravensloft2020-07-057-9/+209
* gowin: replace determine_init with setundefDan Ravensloft2020-07-043-74/+1
* synth_intel_alm: Use dfflegalize.Marcelina Kościelnicka2020-07-043-122/+10
* Improve MISTRAL_FF specify rulesDan Ravensloft2020-07-042-6/+6
* tests: update fsm.ys resource countEddie Hung2020-07-041-4/+4
* abc9: only techmap (* abc9_flop *) modulesEddie Hung2020-07-041-1/+1
* intel_alm: compose $__MISTRAL_FF_SYNCONLY from MISTRAL_FFEddie Hung2020-07-042-47/+2
* abc9: techmap from user design to allow abc9_flop modules to be composedEddie Hung2020-07-041-1/+1
* intel_alm: add $__ prefix to MISTRAL_FF_SYNCONLYEddie Hung2020-07-044-4/+4
* intel_alm: ABC9 sequential optimisationsDan Ravensloft2020-07-047-19/+149
* Add newlines to help text for dfflegalizeRupert Swarbrick2020-07-031-11/+11
* Merge pull request #2132 from YosysHQ/eddie/verific_initialclairexen2020-07-021-17/+36
|\
| * verific: rewrite initial assume/asserts prior to elaborationEddie Hung2020-05-151-17/+36
* | Merge pull request #2208 from boqwxp/qbfsat-cleanupclairexen2020-07-023-255/+274
|\ \
| * | qbfsat: Remove useless comment and #ifndef guards.Alberto Gonzalez2020-07-011-5/+0
| * | qbfsat: Specify default values for some options in the help message.Alberto Gonzalez2020-07-011-0/+2
| * | qbfsat: Clean up external executable command lines and update temporary direc...Alberto Gonzalez2020-07-011-3/+7
| * | qbfsat: Clean up and refactor data structures into `qbfsat.h`.Alberto Gonzalez2020-07-013-248/+266
* | | Merge pull request #2186 from YosysHQ/mwk/dfflegalizeclairexen2020-07-0220-0/+4316
|\ \ \
| * | | dfflegalize: Add tests.Marcelina Kościelnicka2020-07-0117-0/+2957
| * | | Add dfflegalize pass.Marcelina Kościelnicka2020-07-013-0/+1359
* | | | Merge pull request #2211 from YosysHQ/mwk/fix-fmcombine-ffclairexen2020-07-021-2/+1
|\ \ \ \
| * | | | fmcombine: use the master ff cell type listMarcelina Kościelnicka2020-06-301-2/+1
| |/ / /
* | | | Merge pull request #2210 from YosysHQ/mwk/fix-opt_mergeclairexen2020-07-021-3/+1
|\ \ \ \
| * | | | opt_merge: use the master FF type listMarcelina Kościelnicka2020-06-301-3/+1
| |/ / /
* | | | Merge pull request #2195 from YosysHQ/mwk/manual-gatesclairexen2020-07-021-50/+201
|\ \ \ \ | |_|/ / |/| | |
| * | | Add latches to the manual.Marcelina Kościelnicka2020-06-261-42/+165
| * | | Add a few more gate types to the manual.Marcelina Kościelnicka2020-06-261-8/+36
* | | | Merge pull request #2203 from antmicro/fix-grammarclairexen2020-07-012-4/+38
|\ \ \ \
| * | | | Add signed/unsigned testsKamil Rakoczy2020-06-261-0/+28
| * | | | Parse macro call attached semicolon as empty expressionLukasz Dalek2020-06-261-1/+1
| * | | | Fix integer signing grammarLukasz Dalek2020-06-261-3/+9
* | | | | Merge pull request #2179 from splhack/static-castclairexen2020-07-0111-0/+135
|\ \ \ \ \
| * | | | | static cast: simplifyKazuki Sakamoto2020-06-191-0/+7
| * | | | | static cast: add testsKazuki Sakamoto2020-06-195-0/+80
| * | | | | static cast: support changing size and signednessKazuki Sakamoto2020-06-196-0/+48
* | | | | | Merge pull request #2138 from boqwxp/qbfsat-oflagclairexen2020-07-011-16/+47
|\ \ \ \ \ \
| * | | | | | qbfsat: Add `-O[012]` options to control pre-solving simplification with ABC.Alberto Gonzalez2020-06-301-16/+47
* | | | | | | Merge pull request #2206 from boqwxp/qbfsat-fix-name-specializationclairexen2020-07-011-2/+24
|\ \ \ \ \ \ \
| * | | | | | | qbfsat: Fix name-based hole specialization.Alberto Gonzalez2020-06-301-2/+24
| |/ / / / / /
* | | | | | | Merge pull request #2136 from zachjs/masterclairexen2020-06-303-1/+81
|\ \ \ \ \ \ \
| * | | | | | | Allow constant function calls in for loops and generate if and caseZachary Snow2020-06-293-1/+81
| |/ / / / / /
* | | | | | | Merge pull request #2199 from YosysHQ/mmicko/sim_memoryclairexen2020-06-301-1/+4
|\ \ \ \ \ \ \
| * | | | | | | sim - error when memrd and memwr detectedMiodrag Milanovic2020-06-291-1/+4
* | | | | | | | Merge pull request #2201 from YosysHQ/fix_test_cell_ilangclairexen2020-06-301-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Use ID macro to fix assertionMiodrag Milanovic2020-06-291-2/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #2209 from YosysHQ/verific_updateclairexen2020-06-301-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Update verific API version checkMiodrag Milanovic2020-06-301-1/+1
* | | | | | | | simcells: Fix reset polarity for $_DLATCH_???_ cells.Marcelina Kościelnicka2020-06-302-5/+5
|/ / / / / / /
* | | | | | | Merge pull request #2205 from whitequark/fix-2204whitequark2020-06-301-2/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |