Initial commit

This commit is contained in:
Kyle Dumont 2024-08-28 22:57:22 +00:00
commit bb6991a891
2 changed files with 39 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@ -0,0 +1,36 @@
# ---> OrCAD
# .gitignore for Cadence OrCAD projects
# Website: https://www.orcad.com/
### OrCAD ###
## Schematic
# schematic design lock file
*.DSNlck
# design backup archive
*.DBK
## PCB
# pcb design lock file
*.brd.lck
# generated autorouter metadata
*.did
# local backup file
AUTOSAVE.brd
*.SAV
last_import_time.txt
# generated journal files
*.jrl
# generated error log file
*.dmp
## General
*.log
# generated metadata file
*_convert.txt
# project lock file
*.OLBlck
# ultralibrarian generated documentation
ImportGuide.html
# generated orcad file, including which file was last opened
master.tag

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Action-Component-Check-Demo
Check components in design review before merging using Beagle AI (https://beagley-ai.org) reference design.