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