Browse Source

Implémentation demo

Paul Faure 2 years ago
parent
commit
df3b1ecdac

+ 2
- 3
Processeur.srcs/sources_1/new/MemoireInstructions.vhd
File diff suppressed because it is too large
View File


+ 2
- 2
Processeur.srcs/sources_1/new/System.vhd View File

@@ -75,8 +75,8 @@ begin
75 75
               CLK_OUT => my_CLK);
76 76
               
77 77
     instance : Pipeline
78
-    generic map (Addr_Memoire_Instruction_Size => 7,
79
-                 Memoire_Instruction_Size => 128)
78
+    generic map (Addr_Memoire_Instruction_Size => 8,
79
+                 Memoire_Instruction_Size => 256)
80 80
     port map (CLK => my_CLK,
81 81
               RST => my_RST,
82 82
               STD_IN => sw,

Loading…
Cancel
Save