From 68b5697c8f1acb7c739bcb4454abce0c89379221 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Tue, 1 Feb 2022 21:48:56 +0100 Subject: [PATCH] Fix cycles JSON template --- gen_input/templates/CORENAME_cyles.txt.gtl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen_input/templates/CORENAME_cyles.txt.gtl b/gen_input/templates/CORENAME_cyles.txt.gtl index cef9f6f..1202094 100644 --- a/gen_input/templates/CORENAME_cyles.txt.gtl +++ b/gen_input/templates/CORENAME_cyles.txt.gtl @@ -3,8 +3,8 @@ { "name" : "${instr.name}", "size" : ${instr.length}, - "encoding": ${instr.encoding}, - "mask": ${instr.mask}, + "encoding": "${instr.encoding}", + "mask": "${instr.mask}", "branch": ${instr.modifiesPC}, "delay" : ${instr.isConditional?"[1,1]":"1"} }<%}%>