aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/HTLgen.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/hls/HTLgen.v')
-rw-r--r--src/hls/HTLgen.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hls/HTLgen.v b/src/hls/HTLgen.v
index f1e6b2a..def5ca7 100644
--- a/src/hls/HTLgen.v
+++ b/src/hls/HTLgen.v
@@ -55,8 +55,8 @@ Definition init_state (st : reg) : state :=
1%positive
(AssocMap.empty (option io * scl_decl))
(AssocMap.empty (option io * arr_decl))
- (AssocMap.empty stmnt)
- (AssocMap.empty stmnt).
+ (AssocMap.empty datapath_stmnt)
+ (AssocMap.empty control_stmnt).
Module HTLState <: State.