mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
35bd903371
* Add initial support for match/case in python, only available in 3.10 on * Fixed testing so that only the match code is used on python 3.10 or above * Add spport for enumerated types in match statments * Rewrote the code to leverage the correct AST way of walking the case/match tree to build the correct RTL versions * Removed enumerate where not used * Removed enumerate where not used * Move appropriate code into match_case definition * Remove unused defs * Remove unused defs * Cleanup of redundant code, and replace some simple variable names with more representative names
5 lines
35 B
Plaintext
5 lines
35 B
Plaintext
pytest
|
|
pytest-xdist
|
|
pyflakes
|
|
black
|