Skip to content

Commit 566da3e

Browse files
committed
Updated to repos to main branch
1 parent 07326f2 commit 566da3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

default/rules/formal.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = 'mcy',
1313
vcs = 'git',
1414
location = 'https://github.com/YosysHQ/mcy',
15-
revision = 'origin/master',
15+
revision = 'origin/main',
1616
license_file = 'COPYING',
1717
)
1818

@@ -28,15 +28,15 @@
2828
name = 'sby',
2929
vcs = 'git',
3030
location = 'https://github.com/YosysHQ/sby',
31-
revision = 'origin/master',
31+
revision = 'origin/main',
3232
license_file = 'COPYING',
3333
)
3434

3535
SourceLocation(
3636
name = 'sby-gui',
3737
vcs = 'git',
3838
location = 'https://github.com/YosysHQ/sby-gui',
39-
revision = 'origin/master',
39+
revision = 'origin/main',
4040
license_file = 'COPYING',
4141
)
4242

default/rules/yosys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name = 'yosys',
55
vcs = 'git',
66
location = 'https://github.com/YosysHQ/yosys',
7-
revision = 'origin/master',
7+
revision = 'origin/main',
88
license_file = 'COPYING',
99
)
1010

0 commit comments

Comments
 (0)