Skip to content

Commit a005498

Browse files
committedFeb 28, 2023
Add 'firrtl/' from commit '6a999e306c81bb6a3276311022349523a576b552'
git-subtree-dir: firrtl git-subtree-mainline: 9f416dd git-subtree-split: 6a999e3
2 parents 9f416dd + 6a999e3 commit a005498

File tree

523 files changed

+114070
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

523 files changed

+114070
-0
lines changed
 

‎firrtl/.github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @freechipsproject/firrtl-reviewers
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug Report
3+
about: Report a problem you experienced with FIRRTL
4+
labels: improvement=BugFix
5+
---
6+
7+
### Checklist
8+
9+
- [ ] Did you specify the current behavior?
10+
- [ ] Did you specify the expected behavior?
11+
- [ ] Did you provide a code example showing the problem?
12+
- [ ] Did you describe your environment?
13+
- [ ] Did you specify relevant external information?
14+
15+
### What is the current behavior?
16+
17+
### What is the expected behavior?
18+
19+
### Steps to Reproduce
20+
21+
<!-- How can someone else reproduce the problem you're seeing? -->
22+
<!-- It's very helpful to include a full example of a failing Chisel or FIRRTL program! -->
23+
<!-- Include a stack trace if you have it! -->
24+
25+
### Your environment
26+
27+
<!-- Please tell us a little about your environment -->
28+
29+
- Chisel Verions: <!-- e.g., 3.2.0 -->
30+
- OS: <!-- e.g., Linux knight 4.4.0-92-generic #115-Ubuntu SMP Thu Aug 10 09:04:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux -->
31+
- Verilator version: <!-- e.g., 4.008 -->
32+
33+
### External Information
34+
35+
<!-- Was this discussed anywhere else, e.g., Twitter, Gitter, StackOverflow? Provide direct links if available! -->

0 commit comments

Comments
 (0)
Please sign in to comment.