From: Andrew Zonenberg Date: Tue, 6 Dec 2016 04:10:03 +0000 (-0800) Subject: Updated help text for synth_greenpak4 X-Git-Tag: yosys-0.8~553^2^2~24 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e6ab00d419ae12d7d985e2bd671bdfc74167b863;p=yosys.git Updated help text for synth_greenpak4 --- 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 \n"); log(" use the specified module as top module (default='top')\n");