mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
33 lines
266 B
Plaintext
33 lines
266 B
Plaintext
# General
|
|
*~
|
|
*.swp
|
|
*.out
|
|
build/
|
|
|
|
# Python
|
|
*.py[cod]
|
|
__pycache__/
|
|
*egg-info/
|
|
dist/
|
|
.tox
|
|
|
|
# Cosim
|
|
*.o
|
|
*.vpi
|
|
*.so
|
|
|
|
# Simulator generated files
|
|
*.vcd
|
|
modelsim.ini
|
|
transcript
|
|
*.log
|
|
work/
|
|
work_nvc/
|
|
work_vlog/
|
|
work_vcom/
|
|
*.wlf
|
|
|
|
# Test artifacts
|
|
myhdl/**/*.v
|
|
myhdl/**/*.vhd
|