mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 10:20:24 +00:00
Use the unique cell name (cell type + parameters) for the vcd filename to avoid collisions when converting to fst.
2 lines
43 B
Bash
Executable file
2 lines
43 B
Bash
Executable file
#!/usr/bin/env bash
|
|
pytest -v -n auto "$@"
|