mirror of https://github.com/YosysHQ/yosys.git
machxo2: Fix typos. test/arch/run-test.sh passes.
This commit is contained in:
parent
88c8f81260
commit
b87f6a0906
|
@ -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
|
||||
);
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue