Make Yosys use the yosys-systemverilog (i.e. surelog+uhdm) plugin to process systemverilog files #1263
Andrea-Spitale
started this conversation in
Ideas
Replies: 3 comments 10 replies
-
It sounds reasonable. I would make a good addition to ORFS. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Hello @maliberty and @vijayank88 , here is the modified script. Please let me know if there is any issue.please mind that line 5 of the script has to be modified with the correct path, depending on where the user installs the plugin. |
Beta Was this translation helpful? Give feedback.
5 replies
-
@gkamendje that's interesting,thanks for your suggestion! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've recently installed yosys + klayout + openroad + openroad flow scripts as alternative to openlane, as I wanted to modify yosys to process systemverilog files through surelog and uhdm, rather than sv2v.
To make this work in openroad flow, since the yosys commands are executed as tcl commands after importing them with the command "yosys - import" in scripts/synth_preamble.tcl, I've made the changes below to scripts/synth_preamble.tcl
(first install the yosys-systemverilog plugin from https://github.com/antmicro/yosys-systemverilog, following "Installation" section)
Do you see any harm in the changes I've done? The flow seems to be working and I believe this info may help other users customize yosys within openroad flow. I don't know if this is something that could be added as a feature/option of the open road flow?
Beta Was this translation helpful? Give feedback.
All reactions