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);
|
CLK_OUT => my_CLK);
|
||||||
|
|
||||||
instance : Pipeline
|
instance : Pipeline
|
||||||
generic map (Addr_Memoire_Instruction_Size => 7,
|
generic map (Addr_Memoire_Instruction_Size => 8,
|
||||||
Memoire_Instruction_Size => 128)
|
Memoire_Instruction_Size => 256)
|
||||||
port map (CLK => my_CLK,
|
port map (CLK => my_CLK,
|
||||||
RST => my_RST,
|
RST => my_RST,
|
||||||
STD_IN => sw,
|
STD_IN => sw,
|
||||||
|
|
Loading…
Reference in a new issue