URL
https://opencores.org/ocsvn/nanoblaze/nanoblaze/trunk
[/] [nanoblaze/] [trunk/] [Circuit/] [branchStack.vhd] - Diff between revs 9 and 10
Show entire file |
Details |
Blame |
View Log
Rev 9 |
Rev 10 |
Line 40... |
Line 40... |
progCounter : IN unsigned(programCounterBitNb-1 DOWNTO 0);
|
progCounter : IN unsigned(programCounterBitNb-1 DOWNTO 0);
|
prevPC : IN std_ulogic;
|
prevPC : IN std_ulogic;
|
storePC : IN std_ulogic;
|
storePC : IN std_ulogic;
|
storedProgCounter : OUT unsigned(programCounterBitNb-1 DOWNTO 0)
|
storedProgCounter : OUT unsigned(programCounterBitNb-1 DOWNTO 0)
|
);
|
);
|
|
|
END branchStack ;
|
END branchStack ;
|
|
|
--==============================================================================
|
--==============================================================================
|
|
|
ARCHITECTURE RTL OF branchStack IS
|
ARCHITECTURE RTL OF branchStack IS
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.