aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3273 from modwizcode/fix-buildMiodrag Milanović2022-04-082-1/+12
|\
| * Makefile: properly conditionalize features requiring compression.Iris Johnson2022-04-072-1/+12
* | pass jny: flipped the defaults for the inclusion of various bits of metadataAki Van Ness2022-04-081-30/+30
* | pass jny: ensured the cell collection is cleared between modulesAki Van Ness2022-04-081-0/+1
* | pass jny: fixed missing quotes around the type value for the cell sortAki Van Ness2022-04-081-1/+1
* | pass jny: fixed the backslash escape for stringsAki Van Ness2022-04-081-2/+1
* | pass jny: removed the invalid json escapesAki Van Ness2022-04-081-12/+0
* | pass jny: added some todo comments about things that need to be done before a...Aki Van Ness2022-04-081-0/+5
* | pass jny: changed the constructor initializers to use parens rather than curl...Aki Van Ness2022-04-081-2/+2
* | pass jny: fixed the string escape method to be less jank and more properAki Van Ness2022-04-081-21/+58
* | pass jny: fixed the signed output for param value outputAki Van Ness2022-04-081-1/+1
* | pass jny: added connection outputAki Van Ness2022-04-081-4/+88
* | pass jny: added filter options for including connections, attributes, and pro...Aki Van Ness2022-04-081-25/+125
* | pass jny: large chunk of refactoring to make the JSON output more pretty and ...Aki Van Ness2022-04-081-75/+89
* | metadata -> jny: migrated to the proper name for the passAki Van Ness2022-04-083-21/+19
* | pass metadata: added the machinery to write param and attributesAki Van Ness2022-04-081-8/+27
* | pass metadata: removed superfluous `stringf` callsAki Van Ness2022-04-081-37/+40
* | pass metadata: some more rough work on dumping the parameters and attributesAki Van Ness2022-04-081-6/+6
* | pass metadata: fixed the MetadataWriter object initializer so GCC 4.8 is happyAki Van Ness2022-04-081-1/+1
* | pass metadata: added the output of parameters,Aki Van Ness2022-04-081-7/+35
* | pass metadata: fixed some of the output formattingAki Van Ness2022-04-081-0/+3
* | pass metadata: initial commit of the metadata pass for exporting design metad...Aki Van Ness2022-04-082-0/+277
|/
* Bump versiongithub-actions[bot]2022-04-081-1/+1
* Merge pull request #3269 from YosysHQ/micko/fix_autotopCatherine2022-04-071-13/+13
|\
| * Reorder steps in -auto-top to fix synth command, fixes #3261Miodrag Milanovic2022-04-051-13/+13
* | abc: Add support for FFs with reset in -dffMarcelina Kościelnicka2022-04-071-90/+229
* | Bump versiongithub-actions[bot]2022-04-061-1/+1
* | sv: fix always_comb auto nosync for nested and function blocksZachary Snow2022-04-054-1/+45
|/
* Next dev cycleMiodrag Milanovic2022-04-052-2/+5
* Release version 0.16Miodrag Milanovic2022-04-052-3/+3
* Bump versiongithub-actions[bot]2022-04-051-1/+1
* show: Fix width labels.Marcelina Kościelnicka2022-04-041-23/+18
* Update CHANGELOG and manualMiodrag Milanovic2022-04-042-2/+63
* Merge pull request #3265 from YosysHQ/micko/sim_improvementsMiodrag Milanović2022-04-041-4/+11
|\
| * past_ad initial value settingMiodrag Milanovic2022-04-021-0/+3
| * setInitState can be only one altering valuesMiodrag Milanovic2022-04-021-4/+6
| * Set past_d value for init stateMiodrag Milanovic2022-04-021-0/+2
|/
* Merge pull request #3264 from jix/invalid_ff_dcinit_mergeJannis Harder2022-04-023-2/+71
|\
| * opt_merge: Add `-keepdc` option required for formal verificationJannis Harder2022-04-013-2/+71
* | Bump versiongithub-actions[bot]2022-04-021-1/+1
* | Merge pull request #3263 from YosysHQ/micko/clk2ff_initMiodrag Milanović2022-04-011-0/+2
|\ \ | |/ |/|
| * Set init values for wrapped async control signalsMiodrag Milanovic2022-04-011-0/+2
|/
* Merge pull request #3262 from YosysHQ/micko/verific_hiernetMiodrag Milanović2022-04-011-1/+1
|\
| * Preserve internal wires for external netsMiodrag Milanovic2022-04-011-1/+1
|/
* Bump versiongithub-actions[bot]2022-04-011-1/+1
* Merge pull request #3256 from YosysHQ/micko/aiw_multiclockMiodrag Milanović2022-03-311-16/+86
|\
| * Support memories in aiw and multiclockMiodrag Milanovic2022-03-311-16/+86
|/
* Bump versiongithub-actions[bot]2022-03-311-1/+1
* Merge pull request #3259 from YosysHQ/micko/verific_valgrindMiodrag Milanović2022-03-305-8/+16
|\
| * Fix valgrind tests when using verificMiodrag Milanovic2022-03-305-8/+16