Skip to content

Fix synth script: read_ilang -> read_rtlil for Yosys 0.62+#26

Merged
robtaylor merged 1 commit intomainfrom
fix/synth-read-rtlil
Feb 25, 2026
Merged

Fix synth script: read_ilang -> read_rtlil for Yosys 0.62+#26
robtaylor merged 1 commit intomainfrom
fix/synth-read-rtlil

Conversation

@robtaylor
Copy link

Summary

  • The librelane Docker image ships Yosys 0.62 which removed the deprecated read_ilang command
  • Updated scripts/openlane2/synth.ys to use the current read_rtlil command

Test plan

  • Merge and re-trigger mcu-soc-rebuild.yml via workflow_dispatch
  • Verify synthesis step passes

The librelane image ships Yosys 0.62 which removed the deprecated
read_ilang command in favor of read_rtlil.

Co-developed-by: Claude Code v2.1.44 (claude-opus-4-6)
@robtaylor robtaylor force-pushed the fix/synth-read-rtlil branch from 6833604 to 7e78578 Compare February 25, 2026 00:27
@robtaylor robtaylor merged commit 12606c7 into main Feb 25, 2026
8 checks passed
@robtaylor robtaylor deleted the fix/synth-read-rtlil branch February 25, 2026 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant