diff options
author | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-12-05 20:10:03 -0800 |
---|---|---|
committer | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-12-05 20:11:37 -0800 |
commit | e6ab00d419ae12d7d985e2bd671bdfc74167b863 (patch) | |
tree | a04c94943b0ab774dc2d6261927322b549ab1768 /techlibs/greenpak4 | |
parent | a44cc7a3d1c21c37c7dfb88b92bb479389dfce16 (diff) | |
download | yosys-e6ab00d419ae12d7d985e2bd671bdfc74167b863.tar.gz yosys-e6ab00d419ae12d7d985e2bd671bdfc74167b863.tar.bz2 yosys-e6ab00d419ae12d7d985e2bd671bdfc74167b863.zip |
Updated help text for synth_greenpak4
Diffstat (limited to 'techlibs/greenpak4')
-rw-r--r-- | techlibs/greenpak4/synth_greenpak4.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/techlibs/greenpak4/synth_greenpak4.cc b/techlibs/greenpak4/synth_greenpak4.cc index 10e2a1498..dac256822 100644 --- a/techlibs/greenpak4/synth_greenpak4.cc +++ b/techlibs/greenpak4/synth_greenpak4.cc @@ -36,6 +36,8 @@ struct SynthGreenPAK4Pass : public ScriptPass log(" synth_greenpak4 [options]\n"); log("\n"); log("This command runs synthesis for GreenPAK4 FPGAs. This work is experimental.\n"); + log("It is intended to be used with https://github.com/azonenberg/openfpga as the\n"); + log("place-and-route.\n"); log("\n"); log(" -top <module>\n"); log(" use the specified module as top module (default='top')\n"); |