mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-22 23:44:35 +00:00
chore: fix master branch refs
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
d73f71e813
commit
b57a803f60
17 changed files with 24 additions and 24 deletions
|
@ -46,7 +46,7 @@ Open "Git Bash" in this directory and run:
|
|||
mv yosys yosys.bak
|
||||
git clone https://github.com/YosysHQ/yosys.git yosys
|
||||
cd yosys
|
||||
git checkout -B master $(git rev-parse HEAD | cut -c1-10)
|
||||
git checkout -B main $(git rev-parse HEAD | cut -c1-10)
|
||||
unzip ../genfiles.zip
|
||||
EOT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue