33 lines
398 B
Plaintext
33 lines
398 B
Plaintext
# macOS being lame
|
|
.DS_Store
|
|
|
|
# VSCode being lame
|
|
*.vscode/
|
|
|
|
# Vivado output products
|
|
*.log
|
|
*.jou
|
|
*.rpt
|
|
*.bit
|
|
|
|
# IceStorm output products
|
|
*.bin
|
|
|
|
# iVerilog output products
|
|
*.vcd
|
|
*.out
|
|
|
|
# Manta output products
|
|
manta.v
|
|
|
|
# Python Packaging output products
|
|
dist/
|
|
*.egg-info
|
|
__pycache__/
|
|
|
|
# Any stray lab-bc's
|
|
lab-bc.py
|
|
|
|
# Formal outputs
|
|
test/formal_verification/*_basic
|
|
test/formal_verification/*_cover |