diff --git a/memory_file.xpr b/memory_file.xpr
index 57f70ee..58bbd2f 100644
--- a/memory_file.xpr
+++ b/memory_file.xpr
@@ -62,7 +62,7 @@
-
+
@@ -179,7 +179,7 @@
-
+
Default settings for Implementation.
@@ -194,6 +194,7 @@
+
diff --git a/src/instruction.vhd b/src/instruction.vhd
index 9caf15d..1a0e6d8 100644
--- a/src/instruction.vhd
+++ b/src/instruction.vhd
@@ -21,7 +21,7 @@ entity instruction is
--do something (e.g. read data from a file, perform some initialization calculation, ...)
-- Exemple :
for i in code_array'range loop
- init_result(i) := (others => '0');
+ init_result(i) := std_logic_vector(conv_unsigned(i, 32));
end loop;
return init_result;
end function init;