Skip to content

Only synthesis #920

Answered by aolofsson
suppamax asked this question in Help (Q&A)
Mar 10, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Thanks for trying the tool! We may need to put a disclaimer on the arg, step parameter. It's really a scratch parameter for internal use and not really intended for the user. The following snippet should work.(verified).

The target sets up the whole flow and if you want to run a subset, you can specify a steplist to run. Important to note that you need to include all steps in the flow up to that point, including the required 'import' step that copies files into the compilation directory.

Aso, note that the LEC flow is experimental for now.

import siliconcompiler
filename = 'gcd.v'
toplevel = 'gcd'
chip = siliconcompiler.Chip()
chip.load_target('freepdk45_demo')
chip.set('design', toplevel)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by suppamax
Comment options

You must be logged in to vote
1 reply
@suppamax
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants