OpenFPGA/.github/ISSUE_TEMPLATE/bug_report.md

56 lines
1.5 KiB
Markdown
Raw Normal View History

2020-09-20 18:08:07 -05:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
2021-04-25 23:08:17 -05:00
> **Describe the bug**
> A clear and concise description of what the bug is.
2021-04-25 21:51:29 -05:00
<!--- Uncomment relevant options --->
<!-- Which part of OpenFPGA is buggy -->
<!--- [ ] Documentation --->
<!--- [ ] OpenFPGA flow --->
<!--- [ ] FPGA-Verilog --->
<!--- [ ] FPGA-Bitstream --->
<!--- [ ] FPGA-SDC --->
<!--- [ ] FPGA-SPICE --->
<!--- [ ] VPR --->
<!--- [ ] Yosys --->
2021-04-25 19:12:12 -05:00
2021-04-25 23:08:17 -05:00
> **To Reproduce**
> Steps to reproduce the behavior:
> 1. Clone OpenFPGA repository and checkout commit id: <The problem commit id>
> 2. Execute OpenFPGA task or your own example: <more details>
> 3. See error
2020-09-20 18:08:07 -05:00
2021-04-25 23:08:17 -05:00
> **Expected behavior**
> A clear and concise description of what you expected to happen.
2020-09-20 18:08:07 -05:00
2021-04-25 23:08:17 -05:00
> **Screenshots**
> If applicable, add screenshots to help explain your problem.
2020-09-20 18:08:07 -05:00
2021-04-25 23:08:17 -05:00
> **Enviornment (please complete the following information):**
2021-04-25 21:51:29 -05:00
<!--- Uncomment relevant options --->
2021-04-25 23:08:17 -05:00
> - OS:
2021-04-25 21:51:29 -05:00
<!--- - [ ] CentOS 7 --->
<!--- - [ ] Ubuntu 18.04 --->
<!--- - [ ] Others. If so, please specify: --->
2021-04-25 23:08:17 -05:00
> - Compiler:
2021-04-25 21:51:29 -05:00
<!--- - [ ] gcc-5 --->
<!--- - [ ] gcc-6 --->
<!--- - [ ] gcc-7 --->
<!--- - [ ] gcc-8 --->
<!--- - [ ] gcc-9 --->
<!--- - [ ] clang-6 --->
<!--- - [ ] clang-8 --->
<!--- - [ ] Others. If so, please specify: --->
2021-04-25 23:08:17 -05:00
> - Version:
2021-04-25 21:51:29 -05:00
<!--- - [ ] Current master --->
<!--- - [ ] Others. If so, please specify Github commit id: --->
2020-09-20 18:08:07 -05:00
2021-04-25 23:08:17 -05:00
> **Additional context**
> Add any other context about the problem here.