Implémentation demo
This commit is contained in:
parent
805b597ab6
commit
df3b1ecdac
2 changed files with 4 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
@ -75,8 +75,8 @@ begin
|
|||
CLK_OUT => my_CLK);
|
||||
|
||||
instance : Pipeline
|
||||
generic map (Addr_Memoire_Instruction_Size => 7,
|
||||
Memoire_Instruction_Size => 128)
|
||||
generic map (Addr_Memoire_Instruction_Size => 8,
|
||||
Memoire_Instruction_Size => 256)
|
||||
port map (CLK => my_CLK,
|
||||
RST => my_RST,
|
||||
STD_IN => sw,
|
||||
|
|
Loading…
Reference in a new issue