We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba01f7c commit c630f99Copy full SHA for c630f99
.github/workflows/test-build.yml
@@ -190,10 +190,10 @@ jobs:
190
- name: test_cell
191
shell: bash
192
run: |
193
- ./yosys -p 'test_cell all'
194
- ./yosys -p 'test_cell -nosat -aigmap $pow $pmux'
195
- ./yosys -p 'test_cell -nosat -aigmap $eqx $nex $bweqx'
196
- ./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'
197
198
test-docs:
199
name: Run docs tests
0 commit comments