Jannis Harder
5abaa59080
Merge pull request #3537 from jix/xprop
...
New xprop pass
2023-01-11 16:26:04 +01:00
N. Engelhardt
d742d063d4
remove template declaration that stops function from being used
2023-01-11 16:09:05 +01:00
N. Engelhardt
41ce00e82a
Merge pull request #3620 from YosysHQ/gcc48_remove
2023-01-11 16:05:56 +01:00
Miodrag Milanovic
4fc5207b1e
Add deprecation info to changelog
2023-01-11 11:23:23 +01:00
Miodrag Milanovic
5801152779
Deprecate gcc-4.8
2023-01-11 09:54:19 +01:00
github-actions[bot]
7b476996df
Bump version
2023-01-11 01:16:47 +00:00
Miodrag Milanović
2677569d48
Merge pull request #3616 from YosysHQ/register_error
...
Display error instead of assertion when pass exists
2023-01-10 11:38:57 +01:00
Miodrag Milanović
2b622258a2
Merge pull request #3615 from YosysHQ/qbfsat_cvc5
...
qbfsat support for cvc5, fixes #3608
2023-01-10 11:38:16 +01:00
Miodrag Milanovic
40282576b0
Display error instead of assertion when pass exists
2023-01-09 17:02:56 +01:00
Miodrag Milanovic
e3c0fd8b10
qbfsat support for cvc5, fixes #3608
2023-01-09 16:14:01 +01:00
github-actions[bot]
f2c689403a
Bump version
2023-01-05 00:16:46 +00:00
gatecat
7bac1920b2
nexus: Fix BRAM write enable in PDP mode
...
Signed-off-by: gatecat <gatecat@ds0.me>
2023-01-04 17:59:36 +01:00
github-actions[bot]
d3216593da
Bump version
2023-01-04 00:16:03 +00:00
Miodrag Milanovic
c34d308bbd
Next dev cycle
2023-01-03 09:36:13 +01:00
Miodrag Milanovic
e02b7f64bc
Release version 0.25
2023-01-03 09:34:45 +01:00
github-actions[bot]
a27a297ebc
Bump version
2023-01-03 00:15:41 +00:00
Miodrag Milanović
583ab81670
Merge pull request #3606 from YosysHQ/fix_vs
...
Remove cache
2023-01-02 17:47:13 +01:00
Miodrag Milanovic
a935752df6
Remove cache
2023-01-02 17:16:51 +01:00
N. Engelhardt
fcd1c68ab7
add note to help about how to chain commands
2023-01-02 16:10:28 +01:00
Miodrag Milanović
257b41cd1f
Merge pull request #3577 from KrystalDelusion/deprecate_manual
...
Deprecate manual
2023-01-02 16:07:36 +01:00
Jannis Harder
3ebc50dee4
Merge pull request #3467 from jix/fix_cellarray_simplify
...
simplify: Do not recursively simplify AST_CELL within AST_CELLARRAY
2022-12-19 16:05:13 +01:00
KrystalDelusion
f2a4e5f1a0
Fixing other references to the manual
...
And files that were in the directory.
2022-12-19 10:42:21 +13:00
KrystalDelusion
f33a21eea4
Removed manual from make clean
2022-12-19 10:10:34 +13:00
KrystalDelusion
aeb40d4ddf
Remove make targets for manual
...
Leaves the clean, since presentation source is still directly buildable and cleanable.
2022-12-19 10:08:40 +13:00
github-actions[bot]
69cbef9666
Bump version
2022-12-16 00:16:00 +00:00
Miodrag Milanović
76de4455e6
Merge pull request #3588 from YosysHQ/noblackbox
...
respect noblackbox attribute in verific
2022-12-15 09:08:18 +01:00
Miodrag Milanovic
b867dee241
respect noblackbox attribute in verific
2022-12-15 08:17:53 +01:00
github-actions[bot]
5d893c4b03
Bump version
2022-12-13 00:17:31 +00:00
Jannis Harder
2093cf07e4
Merge pull request #3581 from jix/formalff-error
...
formalff: Proper error messages on async inputs for the -clk2ff mode
2022-12-12 16:39:10 +01:00
Jannis Harder
967529abb1
formalff: Proper error messages on async inputs for the -clk2ff mode
2022-12-09 15:25:40 +01:00
Jannis Harder
7ad7b550cb
Merge pull request #3573 from daglem/struct-array-multidimensional
...
Support for packed multidimensional arrays within packed structs
2022-12-07 19:24:12 +01:00
Jannis Harder
cf3570abde
simplify: regression test for AST_CELLARRAY simplification issue
2022-12-07 18:41:55 +01:00
Jannis Harder
dd8b412833
simplify: Do not recursively simplify AST_CELL within AST_CELLARRAY
...
Otherwise the AST_CELL simplification uses the wrong celltype before the
AST_CELLARRAY simplification has a chance to unroll it and change it to
the $array celltype.
2022-12-07 18:21:36 +01:00
KrystalDelusion
11fe4d0862
Remove help outputs for tex
...
Also for old website.
2022-12-08 05:57:41 +13:00
KrystalDelusion
a955c42d6c
And appnotes
2022-12-08 05:54:38 +13:00
KrystalDelusion
1eec255e60
Removing manual files
2022-12-08 05:54:08 +13:00
KrystalDelusion
4b95fac139
Removing old manual from README.md
2022-12-08 05:51:07 +13:00
github-actions[bot]
1f6ac926a4
Bump version
2022-12-06 01:16:03 +00:00
Miodrag Milanovic
f1da4b0204
Next dev cycle
2022-12-05 17:21:20 +01:00
Miodrag Milanovic
313b7997b5
Release version 0.24
2022-12-05 17:11:03 +01:00
Miodrag Milanovic
2dac9be3cd
Update manual
2022-12-05 17:07:55 +01:00
Miodrag Milanović
b60baad662
Merge pull request #3572 from jix/tcl-recover
...
tcl: Don't exit repl on recoverable command errors
2022-12-05 17:00:16 +01:00
Jannis Harder
6589accfa9
tcl: Update help message to mention 'tee -s'
2022-12-05 16:47:22 +01:00
Miodrag Milanović
9362fdb4c6
Merge pull request #3568 from YosysHQ/verific_msg
...
Set all Verific messages of certain type to other
2022-12-05 16:22:44 +01:00
Miodrag Milanović
26aaf7683f
Merge pull request #3569 from YosysHQ/ver_no_rewriters
...
verific: Ignore errors produced by extension
2022-12-05 16:21:12 +01:00
Jannis Harder
a43356cb04
tcl: Unset both result.json and result.string only before calling pass
2022-12-05 16:17:00 +01:00
Dag Lem
22090011ab
Made make_struct_member_range side-effect-free again
2022-12-04 06:54:22 +01:00
Dag Lem
f94eec952f
Support for packed multidimensional arrays within packed structs
2022-12-03 19:54:47 +01:00
Miodrag Milanovic
34a64aa322
set VERI-1063 explicitly
2022-12-02 17:11:17 +01:00
Jannis Harder
0f7b8b8d23
tcl: Don't exit repl on recoverable command errors
2022-12-02 15:50:41 +01:00