circt/CODEOWNERS
Line: 4: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 5: incorrect codeowner user: fabianschuiki Line: 5: incorrect codeowner user: maerhart Line: 5: no users/groups matched Line: 8: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 9: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 10: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 11: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 12: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 13: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 16: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 19: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 22: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 25: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 28: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 31: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 34: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 35: incorrect codeowner user: fabianschuiki Line: 35: incorrect codeowner user: maerhart Line: 35: no users/groups matched Line: 38: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 41: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 44: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 47: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 48: incorrect codeowner user: maerhart Line: 48: no users/groups matched Line: 49: incorrect codeowner user: maerhart Line: 49: no users/groups matched Line: 52: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 55: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 61: incorrect codeowner user: teqdruid Line: 61: no users/groups matched Line: 64: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**`

65 lines
1.1 KiB
Plaintext

## Dialects, Conversions, Tools
# Arc
**/Dialect/Arc @fabianschuiki @maerhart
tools/arcilator @fabianschuiki @maerhart
# Calyx
**/Dialect/Calyx @rachitnigam @cgyurgyik @mikeurbach @andrewb1999
**/Conversion/CalyxToFSM @mortbopet
**/Conversion/CalyxToHW @mortbopet @mikeurbach
**/Conversion/SCFToCalyx @mikeurbach @mortbopet
**/Conversion/CalyxNative @rachitnigam
**/Conversion/LoopScheduleToCalyx @andrewb1999 @mikeurbach
# Comb
**/Dialect/Comb @darthscsi
# DC
**/Dialect/DC @mortbopet
# ESI
**/Dialect/ESI @teqdruid
# FIRRTL
**/FIRRTL* @darthscsi @seldridge
# FSM
**/Dialect/FSM @mortbopet
# HWArith
**/Dialect/HWArith @mortbopet @teqdruid
# LLHD
**/LLHD* @fabianschuiki @maerhart
tools/llhd-sim @fabianschuiki @maerhart
# Pipeline
**/Dialect/Pipeline @mortbopet
# Handshake
**/Handshake* @Dinistro @mortbopet
# HW
**/Dialect/HW @darthscsi
# SMT
**/Dialect/SMT @maerhart
lib/Conversion/SMTToZ3LLVM @maerhart
lib/Target/ExportSMTLIB @maerhart
# SV
**/Dialect/SV @darthscsi
# Ibis
**/Dialect/Ibis @teqdruid @mortbopet @blakep-msft
## Infra
# CI
.github @teqdruid
# PrettyPrinter
**/Support/Pretty* @dtzSiFive