- PLY is not included. Please install PLY by pip. - Bug fix of dataflow.graphgen - Preprocessor can accept both a list of Verilog files and Python strings as input.
Test environment ===
1.2.1
Update ====
- README.rst is removed. - Casez statement is supported. - Integer variable with an initial value is supported.
Test environment ===
1.2.0
Update ====
- N-dimension array for input, output, inout, reg, wire, is supported. - Preprocessor supports PYVERILOG_IVERILOG variable to pass a custom iverilog command to the preprocessor. - In Preprocessor, subprocess.call() method does NOT use "shell=True" for the security issue.
Test environment ===
1.1.4
Update ====
- Some SystemVerilog features are supported.
Test environment ===
1.1.3
Update ====
- python2 support is disabled. - uft8 is specified in setup.py
Test environment ====
1.1.2
Update ===
Internally-used ply library is updated for avoiding unessential recompilation.