Skip to content

Commit 221ecbd

Browse files
committed
Fixed typo
1 parent 3d31e29 commit 221ecbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsmd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
This directory provides a tutorial on how to create controllers and datapaths to implement a specific algorith. The examples demonstrate two different specification styles:
3+
This directory provides a tutorial on how to create controllers and datapaths to implement a specific algorithm. The examples demonstrate two different specification styles:
44
FSMDs and FSM+Ds. An FSMD describes both the controller and datapath functionality at the same time in a single module. An FSM+D first creates an explicit datapath and a
55
corresponding controller, and then combines them together.
66

0 commit comments

Comments
 (0)