aboutsummaryrefslogtreecommitdiffstats
path: root/bugs/vivado_1.md
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-11-14 16:49:42 +0000
committerYann Herklotz <git@yannherklotz.com>2019-11-14 16:49:42 +0000
commite827635e34079c8ee9c9e7273a59c905274e553d (patch)
tree5ea082d8120a740af3aeea13eb4565f2ade55c7c /bugs/vivado_1.md
parent798f54c05376ec3b4ebbe8326d0a91eec807df3d (diff)
downloadverismith-e827635e34079c8ee9c9e7273a59c905274e553d.tar.gz
verismith-e827635e34079c8ee9c9e7273a59c905274e553d.zip
Update bug reports
Diffstat (limited to 'bugs/vivado_1.md')
-rw-r--r--bugs/vivado_1.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/bugs/vivado_1.md b/bugs/vivado_1.md
index ef43cdd..3c94ea6 100644
--- a/bugs/vivado_1.md
+++ b/bugs/vivado_1.md
@@ -1,6 +1,13 @@
# Verilog If statement nesting crash
-[ [Vivado forum 981787](https://forums.xilinx.com/t5/Synthesis/Vivado-2019-1-Verilog-If-statement-nesting-crash/td-p/981787) ]
+[ Not fixed | [Vivado forum 981787](https://forums.xilinx.com/t5/Synthesis/Vivado-2019-1-Verilog-If-statement-nesting-crash/td-p/981787) ]
+
+## Affected versions
+
+- Vivado 2019.1
+- Vivado 2018.3
+
+## Description
The following Verilog code crashes on Vivado 2019.1 and 2018.3. it has been reduced as much as possible to a minimal example from a larger design, which produces the crash. Removing any registers or removing the empty if-statements gets rid of the crash.