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
               CLK_OUT => my_CLK);
75
               CLK_OUT => my_CLK);
76
               
76
               
77
     instance : Pipeline
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
     port map (CLK => my_CLK,
80
     port map (CLK => my_CLK,
81
               RST => my_RST,
81
               RST => my_RST,
82
               STD_IN => sw,
82
               STD_IN => sw,

Loading…
Cancel
Save