Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | verilog: fix size and signedness of array querying functions | Jannis Harder | 2022-05-30 | 1 | -0/+2 |
| | | | | | | | | | | genrtlil.cc and simplify.cc had inconsistent and slightly broken handling of signedness for array querying functions. These functions are defined to return a signed result. Simplify always produced an unsigned and genrtlil always a signed 32-bit result ignoring the context. Includes tests for the the relvant edge cases for context dependent conversions. | ||||
* | verilog: fix $past's signedness | Jannis Harder | 2022-05-25 | 1 | -0/+3 |
| | |||||
* | verilog: fix signedness when removing unreachable cases | Jannis Harder | 2022-05-24 | 1 | -0/+5 |
| | |||||
* | Next dev cycle | Miodrag Milanovic | 2022-05-09 | 1 | -0/+3 |
| | |||||
* | Release version 0.17 | Miodrag Milanovic | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG | Miodrag Milanovic | 2022-05-09 | 1 | -0/+3 |
| | |||||
* | sv: fix always_comb auto nosync for nested and function blocks | Zachary Snow | 2022-04-05 | 1 | -0/+4 |
| | |||||
* | Next dev cycle | Miodrag Milanovic | 2022-04-05 | 1 | -0/+3 |
| | |||||
* | Release version 0.16 | Miodrag Milanovic | 2022-04-05 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG and manual | Miodrag Milanovic | 2022-04-04 | 1 | -0/+9 |
| | |||||
* | Next dev cycle | Miodrag Milanovic | 2022-03-04 | 1 | -0/+3 |
| | |||||
* | Release version 0.15 | Miodrag Milanovic | 2022-03-04 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG | Miodrag Milanovic | 2022-03-02 | 1 | -0/+12 |
| | |||||
* | verilog: support for time scale delay values | Zachary Snow | 2022-02-14 | 1 | -0/+1 |
| | |||||
* | Fix access to whole sub-structs (#3086) | Kamil Rakoczy | 2022-02-14 | 1 | -0/+3 |
| | | | | | | * Add support for accessing whole struct * Update tests Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com> | ||||
* | verilog: fix dynamic dynamic range asgn elab | Zachary Snow | 2022-02-11 | 1 | -0/+2 |
| | |||||
* | verilog: fix const func eval with upto variables | Zachary Snow | 2022-02-11 | 1 | -0/+4 |
| | |||||
* | Next dev cycle | Miodrag Milanovic | 2022-02-07 | 1 | -0/+3 |
| | |||||
* | Release version 0.14 | Miodrag Milanovic | 2022-02-07 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG and manual | Miodrag Milanovic | 2022-02-07 | 1 | -0/+12 |
| | |||||
* | Next dev cycle | Miodrag Milanovic | 2022-01-11 | 1 | -0/+3 |
| | |||||
* | Release version 0.13 | Miodrag Milanovic | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG | Miodrag Milanovic | 2022-01-11 | 1 | -6/+19 |
| | |||||
* | sv: auto add nosync to certain always_comb local vars | Zachary Snow | 2022-01-07 | 1 | -0/+3 |
| | | | | | 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 extension | Zachary Snow | 2022-01-07 | 1 | -0/+2 |
| | |||||
* | sv: fix size cast clipping expression width | Zachary Snow | 2022-01-03 | 1 | -0/+2 |
| | |||||
* | fix width detection of array querying function in case and case item expressions | Zachary Snow | 2021-12-17 | 1 | -0/+2 |
| | | | | | I also removed the unnecessary shadowing of `width_hint` and `sign_hint` in the corresponding case in `simplify()`. | ||||
* | Next dev cycle | Miodrag Milanovic | 2021-12-03 | 1 | -0/+3 |
| | |||||
* | Release version 0.12 | Miodrag Milanovic | 2021-12-03 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG and CODEOWNERS | Miodrag Milanovic | 2021-12-01 | 1 | -0/+21 |
| | |||||
* | Next dev cycle | Miodrag Milanovic | 2021-11-05 | 1 | -0/+3 |
| | |||||
* | Release version 0.11 | Miodrag Milanovic | 2021-11-05 | 1 | -1/+1 |
| | |||||
* | Add missing changelog item | Miodrag Milanovic | 2021-11-05 | 1 | -0/+1 |
| | |||||
* | Add missing items in CHANGELOG | Miodrag Milanovic | 2021-10-29 | 1 | -0/+6 |
| | |||||
* | verilog: use derived module info to elaborate cell connections | Zachary Snow | 2021-10-25 | 1 | -0/+8 |
| | | | | | | | | - Attempt to lookup a derived module if it potentially contains a port connection with elaboration ambiguities - Mark the cell if module has not yet been derived - This can be extended to implement automatic hierarchical port connections in a future change | ||||
* | Add $aldff and $aldffe: flip-flops with async load. | Marcelina Kościelnicka | 2021-10-02 | 1 | -0/+2 |
| | |||||
* | Prepare for next release cycle | Miodrag Milanovic | 2021-09-27 | 1 | -1/+4 |
| | |||||
* | sv: support wand and wor of data types | Zachary Snow | 2021-09-21 | 1 | -1/+2 |
| | | | | | | This enables the usage of declarations of wand or wor with a base type of logic, integer, or a typename. Note that declarations of nets with 2-state base types is still permitted, in violation of the spec. | ||||
* | Updates for CHANGELOG (#2997) | Miodrag Milanović | 2021-09-13 | 1 | -48/+126 |
| | | | Added missing changes from git log and group items | ||||
* | Add v2 memory cells. | Marcelina Kościelnicka | 2021-08-11 | 1 | -0/+5 |
| | |||||
* | memory: Introduce $meminit_v2 cell, with EN input. | Marcelina Kościelnicka | 2021-07-28 | 1 | -0/+1 |
| | |||||
* | Replace opt_rmdff with opt_dff. | Marcelina Kościelnicka | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | techmap: Add _TECHMAP_CELLNAME_ special parameter. | Marcelina Kościelnicka | 2020-07-21 | 1 | -1/+2 |
| | | | | | | | This parameter will resolve to the name of the cell being mapped. The first user of this parameter will be synth_intel_alm's Quartus output, which requires a unique (and preferably descriptive) name passed as a cell parameter for the memory cells. | ||||
* | Add dfflegalize pass. | Marcelina Kościelnicka | 2020-07-01 | 1 | -0/+2 |
| | |||||
* | Update CHANGELOG | Xiretza | 2020-05-28 | 1 | -0/+1 |
| | |||||
* | Update CHANGELOG and manual for departure from upstream | Eddie Hung | 2020-04-27 | 1 | -2/+2 |
| | |||||
* | select: add select -unset option | Eddie Hung | 2020-04-16 | 1 | -0/+1 |
| | |||||
* | kernel: add design -delete option | Eddie Hung | 2020-04-16 | 1 | -0/+1 |
| | |||||
* | Get rid of dffsr2dff. | Marcelina Kościelnicka | 2020-04-15 | 1 | -0/+1 |
| | | | | | | This pass is a proper subset of opt_rmdff, which is called by opt, which is called by every synth flow in the coarse part. Thus, it never actually does anything and can be safely removed. | ||||
* | Add to changelog | Miodrag Milanovic | 2020-02-17 | 1 | -0/+1 |
| |