From 060bf4819a3742ba2ad8142c9a7e665555c22ac7 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 20 May 2016 16:21:35 +0200 Subject: Small improvements in Verilog front-end docs --- frontends/verilog/verilog_frontend.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontends') diff --git a/frontends/verilog/verilog_frontend.cc b/frontends/verilog/verilog_frontend.cc index f8ccda181..576f068b3 100644 --- a/frontends/verilog/verilog_frontend.cc +++ b/frontends/verilog/verilog_frontend.cc @@ -159,6 +159,9 @@ struct VerilogFrontend : public Frontend { log("recommended to use a simulator (for example Icarus Verilog) for checking\n"); log("the syntax of the code, rather than to rely on read_verilog for that.\n"); log("\n"); + log("See the Yosys README file for a list of non-standard Verilog features\n"); + log("supported by the Yosys Verilog front-end.\n"); + log("\n"); } virtual void execute(std::istream *&f, std::string filename, std::vector args, RTLIL::Design *design) { -- cgit v1.2.3