- renamed bui to biu
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@247 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -88,7 +88,7 @@ architecture rtl of mips_top is
|
|||||||
signal dmem_be : unsigned(3 downto 0);
|
signal dmem_be : unsigned(3 downto 0);
|
||||||
|
|
||||||
|
|
||||||
COMPONENT bui
|
COMPONENT biu
|
||||||
GENERIC
|
GENERIC
|
||||||
(
|
(
|
||||||
icache_size : natural;
|
icache_size : natural;
|
||||||
@@ -152,7 +152,7 @@ inst_pipeline: pipeline
|
|||||||
dmem_dout => dmem_dout
|
dmem_dout => dmem_dout
|
||||||
);
|
);
|
||||||
|
|
||||||
inst_bui: bui
|
inst_biu: biu
|
||||||
GENERIC MAP
|
GENERIC MAP
|
||||||
(
|
(
|
||||||
icache_size => 4096, -- words
|
icache_size => 4096, -- words
|
||||||
|
|||||||
Reference in New Issue
Block a user