Reorganize how tb infrstructure selects toolchains
This commit is contained in:
@@ -19,10 +19,7 @@ pip install -U .
|
||||
cd $this_dir
|
||||
|
||||
# Run unit tests
|
||||
export SKIP_SYNTH_TESTS=1
|
||||
#export STUB_SIMULATOR=1
|
||||
export NO_XSIM=1
|
||||
pytest --workers auto --cov=peakrdl_regblock
|
||||
pytest --workers auto --cov=peakrdl_regblock --synth-tool skip
|
||||
|
||||
# Generate coverage report
|
||||
coverage html -i -d $this_dir/htmlcov
|
||||
|
||||
Reference in New Issue
Block a user