mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-18 01:02:19 +00:00
ci: Reduce test_cell count and use a seed
This commit is contained in:
parent
ba01f7c64f
commit
c630f995d5
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test-build.yml
vendored
8
.github/workflows/test-build.yml
vendored
|
@ -190,10 +190,10 @@ jobs:
|
|||
- name: test_cell
|
||||
shell: bash
|
||||
run: |
|
||||
./yosys -p 'test_cell all'
|
||||
./yosys -p 'test_cell -nosat -aigmap $pow $pmux'
|
||||
./yosys -p 'test_cell -nosat -aigmap $eqx $nex $bweqx'
|
||||
./yosys -p 'test_cell -aigmap $buf'
|
||||
./yosys -p 'test_cell -n 20 -s 1 all'
|
||||
./yosys -p 'test_cell -n 20 -s 1 -nosat -aigmap $pow $pmux'
|
||||
./yosys -p 'test_cell -n 20 -s 1 -nosat -aigmap $eqx $nex $bweqx'
|
||||
./yosys -p 'test_cell -n 20 -s 1 -aigmap $buf'
|
||||
|
||||
test-docs:
|
||||
name: Run docs tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue