1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00
myhdl/.hgignore
Jan Decaluwe 4cad5a171e Support for conversion of ternary operator.
They are converted to ternary equivalents in the target HDL.
If possible, they are converted to single line assigns.
Within a process, this will only work with VHDL-2008.
2010-07-01 19:13:42 +02:00

25 lines
179 B
Plaintext

syntax: glob
.project
.pydevproject
CHANGELOG.txt
MANIFEST
*~
*.pyc
*.swp
*.v
*.vhd
*_ghdl
*.o
*.so
*.log
*.cf
*.vpi
*.orig
*.vcd
*.0
*.bak
doc/build
build/
dist/
old_conversion/