Skip to content

Commit

Permalink
make formal depend on yosys, so it gets updated when just tags do change
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Jul 9, 2024
1 parent 8337f32 commit f0b186a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/rules/formal.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

Target(
name = 'formal',
sources = [ 'mau', 'mcy', 'scy', 'sby', 'sby-gui' ],
sources = [ 'mau', 'mcy', 'scy', 'sby', 'sby-gui', 'yosys' ],
dependencies = [ 'python3', 'python3-native' ],
resources = [ 'python3' ],
patches = [ 'python3_package.sh' ],
Expand Down

0 comments on commit f0b186a

Please sign in to comment.