mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-15 13:28:59 +00:00
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 SRMODE = "LSR_OVER_CE",
|
||||||
parameter REGSET = "SET"
|
parameter REGSET = "SET"
|
||||||
) (
|
) (
|
||||||
input CLK, D, LSR, CE,
|
input CLK, DI, LSR, CE,
|
||||||
output reg Q
|
output reg Q
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ struct SynthMachXO2Pass : public ScriptPass
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" synth_machxo2 [options]\n");
|
log(" synth_machxo2 [options]\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log("This command runs synthesis for ECP5 FPGAs.\n");
|
log("This command runs synthesis for MachXO2 FPGAs.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -top <module>\n");
|
log(" -top <module>\n");
|
||||||
log(" use the specified module as top module\n");
|
log(" use the specified module as top module\n");
|
||||||
|
|
Loading…
Reference in a new issue