|
| 1 | +--- |
| 2 | +name: Report a bug in Ibex |
| 3 | +title: Report a bug in Ibex |
| 4 | +about: Have you found a bug in Ibex or associated tooling? |
| 5 | +labels: Type:Bug |
| 6 | +--- |
| 7 | + |
| 8 | +<!-- |
| 9 | +Thank you for your interest in Ibex. We are continuously improving Ibex, and your bug report will help us with that. To help us understand and reproduce your problem as quickly as possible we have prepared a little template below. |
| 10 | +
|
| 11 | +No text in blocks starting with < !-- will be shown in the final bug report. |
| 12 | +
|
| 13 | +You can also copy/paste images into the bug report, and you can attach files to it by simply dragging them into the issue window. |
| 14 | +--> |
| 15 | + |
| 16 | +## Observed Behavior |
| 17 | +<!-- |
| 18 | +Please describe the problem you saw. Include waveforms (in VCD or Verilator/GtkWave FST format only please) and log files if possible. |
| 19 | +--> |
| 20 | + |
| 21 | +## Expected Behavior |
| 22 | +<!-- Please describe the behavior you expected to see instead. --> |
| 23 | + |
| 24 | +## Steps to reproduce the issue |
| 25 | +<!-- |
| 26 | +Please help us to reproduce the issue you're seeing by including a detailed description of what you did to get to the problem. |
| 27 | +
|
| 28 | +For example: |
| 29 | +* What command did you run? (Also include the output of the command.) |
| 30 | +* What parameters/defines did you set? |
| 31 | +* Did you make modifications to the source code? |
| 32 | +--> |
| 33 | + |
| 34 | +## My Environment |
| 35 | + |
| 36 | +<!-- |
| 37 | +Let us know how you're using Ibex. This helps us to better understand your problem and find a solution more quickly. |
| 38 | +--> |
| 39 | + |
| 40 | +**EDA tool and version:** |
| 41 | +<!-- |
| 42 | +If you are using an EDA tool to work with Ibex let us know which tool and which version you're using. |
| 43 | +For example, "Xilinx Vivado 2020.1" or "Synopsys VCS 2020.03-SP1" |
| 44 | +--> |
| 45 | + |
| 46 | +**Operating system:** |
| 47 | +<!-- |
| 48 | +Please let us know the operating system/Linux distribution you're using. |
| 49 | +For example "Ubuntu Linux 18.04" or "CentOS 7.3". |
| 50 | +--> |
| 51 | + |
| 52 | +**Version of the Ibex source code:** |
| 53 | +<!-- |
| 54 | +Which version of the Ibex source code are you using? |
| 55 | +You can call `git rev-parse HEAD` in your Ibex source directory to get this information. |
| 56 | +Please also let us know if you have made changes to the code. |
| 57 | +--> |
0 commit comments