Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the tests we just broke | Claire Xenia Wolf | 2021-12-10 | 6 | -10/+10 |
| | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | ||||
* | Added "yosys -r <topmodule>" | Claire Xenia Wolf | 2021-12-10 | 3 | -28/+35 |
| | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | ||||
* | Use "read" command to parse HDL files from Yosys command-line | Claire Xenia Wolf | 2021-12-09 | 1 | -4/+8 |
| | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | ||||
* | Bump version | github-actions[bot] | 2021-12-09 | 1 | -1/+1 |
| | |||||
* | opt_mem_priority: Fix non-ascii char in help message. | Marcelina Kościelnicka | 2021-12-09 | 2 | -12/+2 |
| | | | | This is a fixed version of #3072. | ||||
* | Bump version | github-actions[bot] | 2021-12-04 | 1 | -1/+1 |
| | |||||
* | Next dev cycle | Miodrag Milanovic | 2021-12-03 | 2 | -2/+5 |
| | |||||
* | Release version 0.12 | Miodrag Milanovic | 2021-12-03 | 2 | -3/+3 |
| | |||||
* | Update manual | Miodrag Milanovic | 2021-12-03 | 1 | -22/+181 |
| | |||||
* | Add gitignore for gatemate | Miodrag Milanovic | 2021-12-03 | 1 | -0/+4 |
| | |||||
* | Make sure cell names are unique for wide operators | Miodrag Milanovic | 2021-12-03 | 1 | -2/+2 |
| | |||||
* | Bump version | github-actions[bot] | 2021-12-02 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG and CODEOWNERS | Miodrag Milanovic | 2021-12-01 | 2 | -0/+22 |
| | |||||
* | Bump version | github-actions[bot] | 2021-11-26 | 1 | -1/+1 |
| | |||||
* | intel_alm: preliminary Arria V support | Lofty | 2021-11-25 | 6 | -7/+199 |
| | |||||
* | sta: very crude static timing analysis pass | Lofty | 2021-11-25 | 9 | -62/+502 |
| | | | | Co-authored-by: Eddie Hung <eddie@fpgeh.com> | ||||
* | Bump version | github-actions[bot] | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3080 from YosysHQ/micko/init_wire | Miodrag Milanović | 2021-11-17 | 1 | -4/+6 |
|\ | | | | | Give initial wire unique ID, fixes #2914 | ||||
| * | Give initial wire unique ID, fixes #2914 | Miodrag Milanovic | 2021-11-17 | 1 | -4/+6 |
|/ | |||||
* | Bump version | github-actions[bot] | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | Support parameters using struct as a wiretype (#3050) | Kamil Rakoczy | 2021-11-16 | 2 | -7/+74 |
| | | | Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com> | ||||
* | Bump version | github-actions[bot] | 2021-11-14 | 1 | -1/+1 |
| | |||||
* | synth_gatemate Revert cascade A/B port mixup | Patrick Urban | 2021-11-13 | 2 | -12/+4 |
| | |||||
* | synth_gatemate: Remove iob_map invokation | Patrick Urban | 2021-11-13 | 1 | -1/+0 |
| | |||||
* | synth_gatemate: Add block RAM cascade support | Patrick Urban | 2021-11-13 | 2 | -112/+96 |
| | | | | | * add simulation model for block RAM cascade in 40K mode * limit 20K_SDP and 40K_SDP to 40 and 80 bits (the only useful configurations) | ||||
* | synth_gatemate: Remove obsolete iob_map | Patrick Urban | 2021-11-13 | 3 | -61/+2 |
| | |||||
* | synth_gatemate: Update pass | Patrick Urban | 2021-11-13 | 2 | -69/+33 |
| | | | | | | * remove `write_edif` and `write_blif` options * remove redundant `abc` call before muxcover * update style | ||||
* | synth_gatemate: Remove specify blocks | Patrick Urban | 2021-11-13 | 1 | -92/+0 |
| | |||||
* | synth_gatemate: Remove gatemate_bramopt pass | Patrick Urban | 2021-11-13 | 3 | -148/+0 |
| | |||||
* | synth_gatemate: Apply new test practice with assert-max | Patrick Urban | 2021-11-13 | 7 | -12/+12 |
| | |||||
* | synth_gatemate: Fix fsm test | Patrick Urban | 2021-11-13 | 1 | -2/+2 |
| | |||||
* | synth_gatemate: Revise block RAM read modes and initialization | Patrick Urban | 2021-11-13 | 3 | -71/+230 |
| | | | | | | | | * enable mixed read-width / write-width ports in SDP mode * fix NO_CHANGE and WRITE_THROUGH behavior during read access * remove redundant zero-initialization * set A/B_WE bit during map (gatemate_bramopt pass could be removed later) * differentiate "upper" and "lower" initialization for cascade mode | ||||
* | synth_gatemate: Remove unsupported FF initialization | Patrick Urban | 2021-11-13 | 1 | -2/+0 |
| | |||||
* | synth_gatemate: Rename multiplier factor parameters | Patrick Urban | 2021-11-13 | 1 | -13/+10 |
| | |||||
* | synth_gatemate: Registers are uninitialized | Patrick Urban | 2021-11-13 | 2 | -3/+3 |
| | |||||
* | Allow initial blocks to be disabled during tests | Patrick Urban | 2021-11-13 | 6 | -4/+20 |
| | | | | Wrap initial blocks with a NO_INIT so that tests for archs without register initialization feature don't fail. | ||||
* | synth_gatemate: Apply review remarks | Patrick Urban | 2021-11-13 | 6 | -279/+212 |
| | | | | | | | | * remove unused techmap models in `map_regs.v` * replace RAM initilization loops with 320-bit-writes * add script to test targets in top-level Makefile * remove `MAXWIDTH` parameter and treat both vector widths individually in `mult_map.v` * iterate over all modules in `gatemate_bramopt` pass | ||||
* | synth_gatemate: Apply review remarks | Patrick Urban | 2021-11-13 | 5 | -141/+86 |
| | |||||
* | synth_gatemate: Initial implementation | Patrick Urban | 2021-11-13 | 29 | -0/+4053 |
| | | | | Signed-off-by: Patrick Urban <patrick.urban@web.de> | ||||
* | Bump version | github-actions[bot] | 2021-11-13 | 1 | -1/+1 |
| | |||||
* | show: Fix wire bit indexing. | Marcelina Kościelnicka | 2021-11-12 | 1 | -3/+16 |
| | | | | Fixes #3078. | ||||
* | update abc | Miodrag Milanovic | 2021-11-12 | 1 | -1/+1 |
| | |||||
* | Update abc | Miodrag Milanovic | 2021-11-12 | 1 | -1/+1 |
| | |||||
* | Bump version | github-actions[bot] | 2021-11-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3075 from YosysHQ/micko/verific_mem_size | Claire Xen | 2021-11-10 | 1 | -1/+0 |
|\ | | | | | No need to allocate more memory than used | ||||
| * | No need to alocate more memory than used | Miodrag Milanovic | 2021-11-10 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #3077 from YosysHQ/claire/genlib | Claire Xen | 2021-11-10 | 1 | -21/+40 |
|\ \ | | | | | | | Add genlib support to ABC command | ||||
| * | | Spelling fix in abc.cc | Claire Xen | 2021-11-10 | 1 | -1/+1 |
| | | | |||||
| * | | Add genlib support to ABC command | Claire Xenia Wolf | 2021-11-10 | 1 | -21/+40 |
| | | | | | | | | | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | ||||
* | | | iopadmap: Fix ebmarassing typo | Marcelina Kościelnicka | 2021-11-10 | 1 | -1/+1 |
| |/ |/| |