Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pass jny: ensured the cell collection is cleared between modules | Aki Van Ness | 2022-04-08 | 1 | -0/+1 |
| | |||||
* | pass jny: fixed missing quotes around the type value for the cell sort | Aki Van Ness | 2022-04-08 | 1 | -1/+1 |
| | |||||
* | pass jny: fixed the backslash escape for strings | Aki Van Ness | 2022-04-08 | 1 | -2/+1 |
| | |||||
* | pass jny: removed the invalid json escapes | Aki Van Ness | 2022-04-08 | 1 | -12/+0 |
| | |||||
* | pass jny: added some todo comments about things that need to be done before ↵ | Aki Van Ness | 2022-04-08 | 1 | -0/+5 |
| | | | | a proper merge, but it should be enough for the PoC at the moment | ||||
* | pass jny: changed the constructor initializers to use parens rather than ↵ | Aki Van Ness | 2022-04-08 | 1 | -2/+2 |
| | | | | curly-braces to hopefully make GCC 4.8 happy | ||||
* | pass jny: fixed the string escape method to be less jank and more proper | Aki Van Ness | 2022-04-08 | 1 | -21/+58 |
| | |||||
* | pass jny: fixed the signed output for param value output | Aki Van Ness | 2022-04-08 | 1 | -1/+1 |
| | |||||
* | pass jny: added connection output | Aki Van Ness | 2022-04-08 | 1 | -4/+88 |
| | |||||
* | pass jny: added filter options for including connections, attributes, and ↵ | Aki Van Ness | 2022-04-08 | 1 | -25/+125 |
| | | | | properties | ||||
* | pass jny: large chunk of refactoring to make the JSON output more pretty and ↵ | Aki Van Ness | 2022-04-08 | 1 | -75/+89 |
| | | | | the internals less of a spaghetti nightmare | ||||
* | metadata -> jny: migrated to the proper name for the pass | Aki Van Ness | 2022-04-08 | 3 | -21/+19 |
| | |||||
* | pass metadata: added the machinery to write param and attributes | Aki Van Ness | 2022-04-08 | 1 | -8/+27 |
| | |||||
* | pass metadata: removed superfluous `stringf` calls | Aki Van Ness | 2022-04-08 | 1 | -37/+40 |
| | |||||
* | pass metadata: some more rough work on dumping the parameters and attributes | Aki Van Ness | 2022-04-08 | 1 | -6/+6 |
| | |||||
* | pass metadata: fixed the MetadataWriter object initializer so GCC 4.8 is happy | Aki Van Ness | 2022-04-08 | 1 | -1/+1 |
| | |||||
* | pass metadata: added the output of parameters, | Aki Van Ness | 2022-04-08 | 1 | -7/+35 |
| | | | | it's kinda dumb at the moment and needs parsing based on type but it's a start | ||||
* | pass metadata: fixed some of the output formatting | Aki Van Ness | 2022-04-08 | 1 | -0/+3 |
| | |||||
* | pass metadata: initial commit of the metadata pass for exporting design ↵ | Aki Van Ness | 2022-04-08 | 2 | -0/+277 |
| | | | | metadata for yosys assisted tooling | ||||
* | Bump version | github-actions[bot] | 2022-04-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3269 from YosysHQ/micko/fix_autotop | Catherine | 2022-04-07 | 1 | -13/+13 |
|\ | | | | | Reorder steps in -auto-top to fix synth command, fixes #3261 | ||||
| * | Reorder steps in -auto-top to fix synth command, fixes #3261 | Miodrag Milanovic | 2022-04-05 | 1 | -13/+13 |
| | | |||||
* | | abc: Add support for FFs with reset in -dff | Marcelina Kościelnicka | 2022-04-07 | 1 | -90/+229 |
| | | |||||
* | | Bump version | github-actions[bot] | 2022-04-06 | 1 | -1/+1 |
| | | |||||
* | | sv: fix always_comb auto nosync for nested and function blocks | Zachary Snow | 2022-04-05 | 4 | -1/+45 |
|/ | |||||
* | Next dev cycle | Miodrag Milanovic | 2022-04-05 | 2 | -2/+5 |
| | |||||
* | Release version 0.16 | Miodrag Milanovic | 2022-04-05 | 2 | -3/+3 |
| | |||||
* | Bump version | github-actions[bot] | 2022-04-05 | 1 | -1/+1 |
| | |||||
* | show: Fix width labels. | Marcelina Kościelnicka | 2022-04-04 | 1 | -23/+18 |
| | | | | See #3266. | ||||
* | Update CHANGELOG and manual | Miodrag Milanovic | 2022-04-04 | 2 | -2/+63 |
| | |||||
* | Merge pull request #3265 from YosysHQ/micko/sim_improvements | Miodrag Milanović | 2022-04-04 | 1 | -4/+11 |
|\ | | | | | Improve sim by setting proper past D and AD signals | ||||
| * | past_ad initial value setting | Miodrag Milanovic | 2022-04-02 | 1 | -0/+3 |
| | | |||||
| * | setInitState can be only one altering values | Miodrag Milanovic | 2022-04-02 | 1 | -4/+6 |
| | | |||||
| * | Set past_d value for init state | Miodrag Milanovic | 2022-04-02 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #3264 from jix/invalid_ff_dcinit_merge | Jannis Harder | 2022-04-02 | 3 | -2/+71 |
|\ | | | | | opt_merge: Add `-keepdc` option required for formal verification | ||||
| * | opt_merge: Add `-keepdc` option required for formal verification | Jannis Harder | 2022-04-01 | 3 | -2/+71 |
| | | | | | | | | | | | | | | | | The `-keepdc` option prevents merging flipflops with dont-care bits in their initial value, as, in general, this is not a valid transform for formal verification. The keepdc option of `opt` is passed along to `opt_merge` now. | ||||
* | | Bump version | github-actions[bot] | 2022-04-02 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3263 from YosysHQ/micko/clk2ff_init | Miodrag Milanović | 2022-04-01 | 1 | -0/+2 |
|\ \ | |/ |/| | Set init values for wrapped async control signals | ||||
| * | Set init values for wrapped async control signals | Miodrag Milanovic | 2022-04-01 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #3262 from YosysHQ/micko/verific_hiernet | Miodrag Milanović | 2022-04-01 | 1 | -1/+1 |
|\ | | | | | Preserve internal wires for external nets | ||||
| * | Preserve internal wires for external nets | Miodrag Milanovic | 2022-04-01 | 1 | -1/+1 |
|/ | |||||
* | Bump version | github-actions[bot] | 2022-04-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3256 from YosysHQ/micko/aiw_multiclock | Miodrag Milanović | 2022-03-31 | 1 | -16/+86 |
|\ | | | | | Support memories in aiw and multiclock | ||||
| * | Support memories in aiw and multiclock | Miodrag Milanovic | 2022-03-31 | 1 | -16/+86 |
|/ | |||||
* | Bump version | github-actions[bot] | 2022-03-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3259 from YosysHQ/micko/verific_valgrind | Miodrag Milanović | 2022-03-30 | 5 | -8/+16 |
|\ | | | | | Fix valgrind tests when using verific | ||||
| * | Fix valgrind tests when using verific | Miodrag Milanovic | 2022-03-30 | 5 | -8/+16 |
| | | |||||
* | | Merge pull request #3260 from YosysHQ/micko/proper_scopename | Miodrag Milanović | 2022-03-30 | 2 | -9/+4 |
|\ \ | |/ |/| | Proper scope naming from FST | ||||
| * | Proper scope naming from FST | Miodrag Milanovic | 2022-03-30 | 2 | -9/+4 |
|/ | |||||
* | Merge pull request #3250 from YosysHQ/micko/verific_consistent | Miodrag Milanović | 2022-03-30 | 2 | -23/+27 |
|\ | | | | | Import Verific netlist in consistent order |