machxo2: Fix typos. test/arch/run-test.sh passes.
authorWilliam D. Jones <thor0505@comcast.net>
Tue, 17 Nov 2020 17:49:15 +0000 (12:49 -0500)
committerMarcelina Koƛcielnicka <mwk@0x04.net>
Tue, 23 Feb 2021 16:39:58 +0000 (17:39 +0100)
techlibs/machxo2/cells_sim.v
techlibs/machxo2/synth_machxo2.cc

index 06fbe20234abc12677bab7a2741885fce64b896a..22b4fcf3c5a36b2401893984246c3a514b0ca002 100644 (file)
@@ -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
 );
 
index 625d708cc2a8587e074ecb3e80aa4da72fa26a27..f126f9c32db1bc3fe792a9ea1c55f3af2c58354c 100644 (file)
@@ -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 <module>\n");
                log("        use the specified module as top module\n");