From 6440f349cdf2713128c692fa55db2c5ac827dc40 Mon Sep 17 00:00:00 2001 From: zhong qing <> Date: Sun, 10 Aug 2025 15:32:37 -0700 Subject: [PATCH] Fix wrong json file name gui was using paramCGRA.json. --- src/CGRA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CGRA.cpp b/src/CGRA.cpp index a4bacf6a..847c417c 100644 --- a/src/CGRA.cpp +++ b/src/CGRA.cpp @@ -63,7 +63,7 @@ CGRA::CGRA(int t_rows, int t_columns, bool t_diagonalVectorization, } } - ifstream paramCGRA("./param.json"); + ifstream paramCGRA("./paramCGRA.json"); if (!paramCGRA.good()) { cout<<"Parameterizable CGRA design/mapping requires paramCGRA.json"<