Skip to content

Commit

Permalink
Add rules for tools we need on our CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Jun 8, 2022
1 parent a0d7704 commit 470aebc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions default/rules/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
top_package = True,
dependencies = [
'yosys',
'aiger',
'avy',
'bitwuzla',
'boolector',
Expand All @@ -73,3 +74,28 @@
readme = 'README',
resources = [ 'system-resources' ],
)

Target(
name = 'yosyshq-ci',
release_name = 'oss-cad-suite-ci',
top_package = True,
dependencies = [
'aiger',
'avy',
'bitwuzla',
'boolector',
'cvc4',
'cvc5',
'yices',
'suprove',
'pono',
'z3',
'mcy',
'sby',
'gtkwave',
'iverilog',
],
branding ='OSS CAD Suite',
readme = 'README',
resources = [ 'system-resources' ],
)

0 comments on commit 470aebc

Please sign in to comment.