mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-24 03:57:54 +00:00
tests/functional: Auto parallelize
Use the unique cell name (cell type + parameters) for the vcd filename to avoid collisions when converting to fst.
This commit is contained in:
parent
a1d68fe3bc
commit
3c54d8aef7
4 changed files with 11 additions and 10 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
pytest -v "$@"
|
||||
pytest -v -n auto "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue