Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for packed multidimensional arrays within packed structs | Dag Lem | 2022-12-03 | 1 | -98/+78 |
| | |||||
* | Merge pull request #3551 from daglem/struct-array-swapped-range | Jannis Harder | 2022-12-01 | 2 | -21/+61 |
|\ | | | | | Support for arrays with swapped ranges within structs | ||||
| * | Added asserts for current limitation of array dimensions in packed structs | Dag Lem | 2022-11-30 | 1 | -0/+8 |
| | | |||||
| * | Check for all cases of currently unsupported array dimensions in packed structs | Dag Lem | 2022-11-30 | 1 | -10/+13 |
| | | |||||
| * | Support for swapped ranges in second array dimension | Dag Lem | 2022-11-23 | 1 | -3/+10 |
| | | |||||
| * | Support for arrays with swapped ranges within structs | Dag Lem | 2022-11-12 | 2 | -10/+32 |
| | | | | | | | | | | | | This also corrects the implementation of C type arrays within structs. Fixes #3550 | ||||
* | | update documentation | Miodrag Milanovic | 2022-11-25 | 1 | -3/+3 |
| | | |||||
* | | Support importing verilog configurations using Verific | Miodrag Milanovic | 2022-11-25 | 2 | -4/+39 |
| | | |||||
* | | Merge pull request #3552 from daglem/fix-sv-c-array-dimensions | Jannis Harder | 2022-11-23 | 1 | -3/+3 |
|\ \ | | | | | | | Correct interpretation of SystemVerilog C-style array dimensions | ||||
| * | | Correct interpretation of SystemVerilog C-style array dimensions | Dag Lem | 2022-11-13 | 1 | -3/+3 |
| | | | | | | | | | | | | IEEE Std 1800™-2017 7.4.2 specifies that [size] is the same as [0:size-1]. | ||||
* | | | Merge branch 'zachjs-master' | Jannis Harder | 2022-11-21 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | verilog: Support module-scoped task/function calls | Zachary Snow | 2022-10-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is primarily intended to enable the standard-permitted use of module-scoped identifiers to refer to tasks and non-constant functions. As a side-effect, this also adds support for the non-standard use of module-scoped identifiers referring to constant functions, a feature that is supported in some other tools, including Iverilog. | ||||
* | | | Add additional help info | Miodrag Milanovic | 2022-10-31 | 1 | -0/+2 |
| | | | |||||
* | | | Enable importing blackbox modules only | Miodrag Milanovic | 2022-10-31 | 1 | -1/+33 |
| | | | |||||
* | | | Support for reading liberty files using verific | Miodrag Milanovic | 2022-10-31 | 1 | -1/+45 |
|/ / | |||||
* | | Skip verific primitives and operators import by default | Miodrag Milanovic | 2022-10-14 | 1 | -0/+1 |
| | | |||||
* | | Add option to import all cells from all libraries | Miodrag Milanovic | 2022-10-14 | 1 | -1/+30 |
| | | |||||
* | | fix whitespace | Miodrag Milanovic | 2022-10-10 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3452 from ALGCDG/master | Miodrag Milanović | 2022-10-10 | 1 | -1/+8 |
|\ \ | | | | | | | Add BLIF names command input plane size check | ||||
| * | | Changing error reason string to be based on lut input plane limit constant. | Archie | 2022-10-02 | 1 | -1/+1 |
| | | | |||||
| * | | Adding check for BLIF names command input plane size. | Archie | 2022-08-21 | 1 | -1/+8 |
| | | | |||||
* | | | Fix handling of verific -L options, add implicit "-L work" | Claire Xenia Wolf | 2022-10-10 | 1 | -0/+14 |
| | | | | | | | | | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | ||||
* | | | Add support for EDIF file reading using Verific | Miodrag Milanovic | 2022-10-04 | 1 | -1/+47 |
| | | | |||||
* | | | support file content redirection for verific frontened | Miodrag Milanovic | 2022-09-28 | 1 | -14/+60 |
| | | | |||||
* | | | Add comment for future self | Miodrag Milanovic | 2022-09-28 | 1 | -0/+7 |
| | | | |||||
* | | | Handle attributes imported from verific | Miodrag Milanovic | 2022-09-28 | 1 | -5/+24 |
| | | | |||||
* | | | Import memory attributes | Miodrag Milanovic | 2022-09-21 | 1 | -0/+1 |
| |/ |/| | |||||
* | | verific: better fix for read callback | Miodrag Milanovic | 2022-09-07 | 1 | -5/+3 |
| | | |||||
* | | verific: fix crash when using prep right after read | Miodrag Milanovic | 2022-09-07 | 1 | -0/+3 |
| | | |||||
* | | Fitting help messages to 80 character width | KrystalDelusion | 2022-08-24 | 1 | -6/+6 |
|/ | | | | | | | | | Uses the regex below to search (using vscode): ^\t\tlog\("(.{10,}(?<!\\n)|.{81,}\\n)"\); Finds any log messages double indented (which help messages are) and checks if *either* there are is no newline character at the end, *or* the number of characters before the newline is more than 80. | ||||
* | set default_nettype to wire for resetall | Miodrag Milanovic | 2022-08-10 | 1 | -0/+1 |
| | |||||
* | resetall does not affect text defines, but undefineall does | Miodrag Milanovic | 2022-08-10 | 1 | -0/+4 |
| | |||||
* | Encode filename unprintable chars | Miodrag Milanovic | 2022-08-08 | 3 | -27/+27 |
| | |||||
* | verific - make filepath handling compatible with verilog frontend | Miodrag Milanovic | 2022-08-08 | 1 | -15/+29 |
| | |||||
* | Merge pull request #3089 from YosysHQ/gatecat/liberty_wb | Miodrag Milanović | 2022-08-01 | 1 | -0/+14 |
|\ | | | | | Add read_liberty -wb | ||||
| * | Add read_liberty -wb | gatecat | 2021-11-25 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | Setting wire upto in verific import | Miodrag Milanovic | 2022-07-29 | 1 | -2/+5 |
| | | |||||
* | | Update README | Miodrag Milanović | 2022-07-28 | 1 | -1/+1 |
| | | |||||
* | | Upadte documentation and changelog | Miodrag Milanovic | 2022-07-04 | 1 | -0/+1 |
| | | |||||
* | | Update to new verific extensions inteface | Miodrag Milanovic | 2022-06-30 | 1 | -3/+29 |
| | | |||||
* | | Add check for BLIF with no model name | Archie | 2022-06-22 | 1 | -1/+4 |
| | | |||||
* | | Revert "use new verific extensions library" | Miodrag Milanovic | 2022-06-21 | 1 | -70/+54 |
| | | | | | | | | This reverts commit 607e957657fc56625de5c28ea9cd43c859017d96. | ||||
* | | use new verific extensions library | Miodrag Milanovic | 2022-06-17 | 1 | -54/+70 |
| | | |||||
* | | removed deprecated features code | Miodrag Milanovic | 2022-06-13 | 1 | -235/+0 |
| | | |||||
* | | verific: Added "-vlog-libext" option to specify search extension for libraries | Miodrag Milanovic | 2022-06-09 | 1 | -1/+16 |
| | | |||||
* | | verific: proper file location for readmem commands | Miodrag Milanovic | 2022-06-04 | 1 | -0/+33 |
| | | |||||
* | | verilog: fix width/sign detection for functions | Zachary Snow | 2022-05-30 | 1 | -5/+7 |
| | | |||||
* | | verilog: fix size and signedness of array querying functions | Jannis Harder | 2022-05-30 | 2 | -3/+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 | 2 | -1/+2 |
| | | |||||
* | | verilog: fix signedness when removing unreachable cases | Jannis Harder | 2022-05-24 | 1 | -0/+1 |
| | |