Linear Coding in FDL
A large part of your flow description will look a lot like this fragment of linear
coding, in which we define environment, resources, and command line for a set of
jobs:
E WORK+SYNTH
R "synthesis_license sun5"
J vw runSynthesis $block
I $block.v
O $block.vg
E WORK+VERIFY
R "drc_license"
J vw runDRC $block
E WORK+VERIFY
R "lvs_license"
J vw runLVS $block
# The Altair Accelerator binary 'clevercopy' is a special executable that is instrumented.
R ""
J clevercopy -m 644 $block.gds $GDSDIR/$block.gds