aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | yosys-smtbmc: Fix reused loop variable.Marcelina Kościelnicka2021-09-101-4/+4
* | | Bump versiongithub-actions[bot]2021-09-101-1/+1
* | | abc9: make re-entrant (#2993)Eddie Hung2021-09-093-9/+29
* | | abc9: holes module to instantiate cells with NEW_ID (#2992)Eddie Hung2021-09-092-1/+15
* | | abc9: replace cell type/parameters if derived type already processed (#2991)Eddie Hung2021-09-093-7/+30
* | | Bump versiongithub-actions[bot]2021-09-031-1/+1
* | | update required verific versionMiodrag Milanovic2021-09-021-1/+1
* | | Bump versiongithub-actions[bot]2021-09-011-1/+1
* | | sv: support declaration in generate for initializationZachary Snow2021-08-319-1/+209
* | | Bump versiongithub-actions[bot]2021-08-311-1/+1
* | | sv: support declaration in procedural for initializationZachary Snow2021-08-305-1/+104
* | | Bump versiongithub-actions[bot]2021-08-301-1/+1
* | | [ECP5] fix wrong link for syn_* attributes description (#2984)kittennbfive2021-08-292-2/+2
* | | Bump versiongithub-actions[bot]2021-08-231-1/+1
* | | Add DLLDELDECP5-PCIe2021-08-221-0/+9
* | | opt_merge: Remove and reinsert init when connecting nets.Marcelina Kościelnicka2021-08-221-3/+4
* | | opt_clean: Make the init attribute follow the FF's Q.Marcelina Kościelnicka2021-08-222-2/+26
* | | Bump versiongithub-actions[bot]2021-08-211-1/+1
* | | Gowin: deal with active-low tristate (#2971)Pepijn de Vos2021-08-205-7/+15
* | | Merge pull request #2973 from YosysHQ/micko/optional_extensionsMiodrag Milanović2021-08-202-2/+12
|\ \ \
| * | | Make Verific extensions optionalMiodrag Milanovic2021-08-202-2/+12
|/ / /
* | | Bump versiongithub-actions[bot]2021-08-181-1/+1
* | | ice40: Fix typo in SB_CARRY specify for LP/UltraPlusSylvain Munaut2021-08-171-2/+2
* | | Bump versiongithub-actions[bot]2021-08-171-1/+1
* | | kernel/mem: Remove old parameter when upgrading $mem to $mem_v2.Marcelina Kościelnicka2021-08-161-0/+1
* | | Bump versiongithub-actions[bot]2021-08-151-1/+1
* | | proc_prune: Make assign removal and promotion per-bit, remember promoted bits.Marcelina Kościelnicka2021-08-142-40/+47
* | | Bump versiongithub-actions[bot]2021-08-141-1/+1
* | | Generate an RTLIL representation of bind constructsRupert Swarbrick2021-08-1311-3/+312
* | | Add opt_mem_widen pass.Marcelina Kościelnicka2021-08-144-0/+146
* | | memory_share: Add -nosat and -nowiden options.Marcelina Kościelnicka2021-08-1411-11/+269
* | | memory_dff: Recognize soft transparency logic.Marcelina Kościelnicka2021-08-134-7/+1355
* | | Add new opt_mem_priority pass.Marcelina Kościelnicka2021-08-134-2/+319
* | | Merge pull request #2932 from YosysHQ/mwk/logger-check-expectedMiodrag Milanović2021-08-132-5/+14
|\ \ \
| * | | logger: Add -check-expected subcommand.Marcelina Kościelnicka2021-08-122-5/+14
* | | | sv: improve support for wire and var with user-defined typesBrett Witherspoon2021-08-123-11/+152
* | | | Bump versiongithub-actions[bot]2021-08-131-1/+1
* | | | memory_share: Pass addresses through sigmap_xmux everywhere.Marcelina Kościelnicka2021-08-131-20/+25
|/ / /
* | | Bump versiongithub-actions[bot]2021-08-121-1/+1
* | | test/arch/{ecp5,ice40}/memories.ys: Use read_verilog -defer.Marcelina Kościelnicka2021-08-112-78/+156
* | | memory_dff: Recognize read ports with reset / initial value.Marcelina Kościelnicka2021-08-114-8/+55
* | | proc_memwr: Use the v2 memwr cell.Marcelina Kościelnicka2021-08-113-14/+24
* | | Add v2 memory cells.Marcelina Kościelnicka2021-08-1122-206/+631
* | | Bump versiongithub-actions[bot]2021-08-111-1/+1
* | | kernel/mem: Introduce transparency masks.Marcelina Kościelnicka2021-08-118-118/+408
* | | Allow optional comma after last entry in enumMichael Singer2021-08-091-11/+12
* | | Bump versiongithub-actions[bot]2021-08-101-1/+1
* | | Refactor common parts of SAT-using optimizations into a helper.Marcelina Kościelnicka2021-08-097-153/+224
* | | Bump versiongithub-actions[bot]2021-08-081-1/+1
* | | opt_merge: Use FfInitVals.Marcelina Kościelnicka2021-08-083-28/+51