From: William D. Jones Date: Tue, 17 Nov 2020 17:49:15 +0000 (-0500) Subject: machxo2: Fix typos. test/arch/run-test.sh passes. X-Git-Tag: working-ls180~72 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b87f6a09069eb2b1dce3ff197691e5f2e76dff38;p=yosys.git machxo2: Fix typos. test/arch/run-test.sh passes. --- diff --git a/techlibs/machxo2/cells_sim.v b/techlibs/machxo2/cells_sim.v index 06fbe2023..22b4fcf3c 100644 --- a/techlibs/machxo2/cells_sim.v +++ b/techlibs/machxo2/cells_sim.v @@ -26,7 +26,7 @@ module FACADE_FF #( parameter SRMODE = "LSR_OVER_CE", parameter REGSET = "SET" ) ( - input CLK, D, LSR, CE, + input CLK, DI, LSR, CE, output reg Q ); diff --git a/techlibs/machxo2/synth_machxo2.cc b/techlibs/machxo2/synth_machxo2.cc index 625d708cc..f126f9c32 100644 --- a/techlibs/machxo2/synth_machxo2.cc +++ b/techlibs/machxo2/synth_machxo2.cc @@ -35,7 +35,7 @@ struct SynthMachXO2Pass : public ScriptPass log("\n"); log(" synth_machxo2 [options]\n"); log("\n"); - log("This command runs synthesis for ECP5 FPGAs.\n"); + log("This command runs synthesis for MachXO2 FPGAs.\n"); log("\n"); log(" -top \n"); log(" use the specified module as top module\n");