mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 02:40:25 +00:00
machxo2: Fix typos. test/arch/run-test.sh passes.
This commit is contained in:
parent
88c8f81260
commit
b87f6a0906
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue