mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added "wreduce" to some of the standard test benches
This commit is contained in:
parent
027376515a
commit
358bf70a21
3 changed files with 3 additions and 2 deletions
|
@ -66,6 +66,7 @@ for idx in range(100):
|
|||
print('rename uut_%05d gate' % idx)
|
||||
print('tee -a temp/all_share_log.txt log')
|
||||
print('tee -a temp/all_share_log.txt log #job# uut_%05d' % idx)
|
||||
print('tee -a temp/all_share_log.txt wreduce')
|
||||
print('tee -a temp/all_share_log.txt share -aggressive gate')
|
||||
print('miter -equiv -flatten -ignore_gold_x -make_outputs -make_outcmp gold gate miter')
|
||||
print('sat -set-def-inputs -verify -prove trigger 0 -show-inputs -show-outputs miter')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue