aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Read fst and use data to set inputsMiodrag Milanovic2022-01-261-10/+92
| | | | | | |
| * | | | | | Add fstdata helper classMiodrag Milanovic2022-01-263-1/+348
| | | | | | |
| * | | | | | Cleanup of config to support platformsMiodrag Milanovic2022-01-261-20/+13
| | | | | | |
| * | | | | | Add ability to write to FST fileMiodrag Milanovic2022-01-261-11/+109
| | | | | | |
| * | | | | | Add FST libraryMiodrag Milanovic2022-01-2510-0/+9857
| | | | | | |
* | | | | | | Bump versiongithub-actions[bot]2022-02-071-1/+1
| | | | | | |
* | | | | | | nexus: Fix arith_map CO signal.Marcelina Kościelnicka2022-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3187.
* | | | | | | Bump versiongithub-actions[bot]2022-02-031-1/+1
| | | | | | |
* | | | | | | Merge pull request #3183 from YosysHQ/micko/nto1muxMiodrag Milanović2022-02-021-16/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use bmux for NTO1MUX
| * | | | | | | Use bmux for NTO1MUXMiodrag Milanovic2022-02-021-16/+2
|/ / / / / / /
* | | | | | | Merge pull request #3182 from yrabbit/wip-doc2Miodrag Milanović2022-02-021-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Correct a typo in the manual
| * | | | | | | Correct a typo in the manualYRabbit2022-02-021-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
* | | | | | | Update commentScott Thibault2022-02-021-1/+1
| | | | | | |
* | | | | | | Fix unextend method for signed constantsScott Thibault2022-02-021-2/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #3176 from higuoxing/fix-ref-manualMiodrag Milanović2022-01-311-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix the help message of synth_quicklogic command.
| * | | | | | Fix the help message of synth_quicklogic.Xing GUO2022-01-311-2/+2
| | | | | | |
* | | | | | | Bump versiongithub-actions[bot]2022-01-311-1/+1
| | | | | | |
* | | | | | | verilog backend: Emit a `wire` for ports as well.Marcelina Kościelnicka2022-01-311-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Fixes #3177.
* | | | | | opt_reduce: Add $bmux and $demux optimization patterns.Marcelina Kościelnicka2022-01-303-60/+545
| | | | | |
* | | | | | Bump versiongithub-actions[bot]2022-01-291-1/+1
| | | | | |
* | | | | | Add $bmux and $demux cells.Marcelina Kościelnicka2022-01-2825-49/+694
| | | | | |
* | | | | | opt_dff: Don't mutate muxes while ModWalker is active.Marcelina Kościelnicka2022-01-281-98/+112
| | | | | |
* | | | | | kernel/mem: Add read-first semantic emulation code.Marcelina Kościelnicka2022-01-282-0/+116
| | | | | |
* | | | | | Bump versiongithub-actions[bot]2022-01-281-1/+1
| | | | | |
* | | | | | manual: Fix a custom pass example.Marcelina Kościelnicka2022-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #3156.
* | | | | | memory_bram: Make use of new mem emulation functions to map more RAMs.Marcelina Kościelnicka2022-01-271-18/+10
| | | | | |
* | | | | | kernel/mem: Add functions to emulate read port enable/init/reset signals.Marcelina Kościelnicka2022-01-272-0/+226
| | | | | |
* | | | | | Bump versiongithub-actions[bot]2022-01-271-1/+1
| | | | | |
* | | | | | change to windows-2019Miodrag Milanović2022-01-261-1/+1
|/ / / / /
* | | | | Bump versiongithub-actions[bot]2022-01-201-1/+1
| | | | |
* | | | | nexus: Fix BB sim modelgatecat2022-01-191-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me>
* | | | | Removed dbits 8 since 9 will always be pickedMiodrag Milanovic2022-01-191-2/+0
| | | | |
* | | | | Merge pull request #3120 from Icenowy/anlogic-bramMiodrag Milanović2022-01-198-2/+283
|\ \ \ \ \ | | | | | | | | | | | | anlogic: support BRAM mapping
| * | | | | anlogic: support BRAM mappingIcenowy Zheng2021-12-178-2/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Anlogic FPGAs all have two kinds of BRAMs, one is 9bit*1K when being true dual port (or 18bit*512 when simple dual port), the other is 16bit*2K. Supports mapping of these two kinds of BRAMs. 9Kbit BRAM in SDP mode and 32Kbit BRAM with 8bit width are not support yet. Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
* | | | | | Bump versiongithub-actions[bot]2022-01-181-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #3162 from YosysHQ/mmicko/windows_guidelinesMiodrag Milanović2022-01-171-0/+23
|\ \ \ \ \ | | | | | | | | | | | | Add info about VS build
| * | | | | Update guidelines/WindowsMiodrag Milanović2022-01-171-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: N. Engelhardt <nakengelhardt@gmail.com>
| * | | | | Add info about VS buildMiodrag Milanović2022-01-171-0/+23
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3145 from nakengelhardt/advertise_suite_in_readmeN. Engelhardt2022-01-171-6/+17
|\ \ \ \ \ | |/ / / / |/| | | | mention tabby+oss cad suite in readme
| * | | | mention distributions' package managerN. Engelhardt2022-01-171-0/+1
| | | | |
| * | | | mention tabby+oss cad suite in readmeN. Engelhardt2022-01-041-6/+16
| | | | |
* | | | | Bump versiongithub-actions[bot]2022-01-121-1/+1
| | | | |
* | | | | Forgot oneMiodrag Milanovic2022-01-111-1/+1
| | | | |
* | | | | Change url to httpsMiodrag Milanovic2022-01-112-2/+2
| | | | |
* | | | | Next dev cycleMiodrag Milanovic2022-01-112-2/+5
| | | | |
* | | | | Release version 0.13Miodrag Milanovic2022-01-112-3/+3
| | | | |
* | | | | Update CHANGELOGMiodrag Milanovic2022-01-111-6/+19
| | | | |
* | | | | Bump versiongithub-actions[bot]2022-01-091-1/+1
| | | | |
* | | | | sv: auto add nosync to certain always_comb local varsZachary Snow2022-01-0710-0/+265
| | | | | | | | | | | | | | | | | | | | | | | | | If a local variable is always assigned before it is used, then adding nosync prevents latches from being needlessly generated.
* | | | | sv: fix size cast internal expression extensionZachary Snow2022-01-074-2/+156
| | | | |