- fixes after renaming
git-svn-id: http://moon:8086/svn/vhdl/trunk@1279 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -28,10 +28,10 @@ USE ieee.numeric_std.ALL;
|
||||
|
||||
use work.spi_types.all;
|
||||
|
||||
ENTITY tb_spi IS
|
||||
END tb_spi;
|
||||
ENTITY tb_spi_master IS
|
||||
END tb_spi_master;
|
||||
|
||||
ARCHITECTURE behavior OF tb_spi IS
|
||||
ARCHITECTURE behavior OF tb_spi_master IS
|
||||
|
||||
constant CLK_PERIOD : time := 10 ns;
|
||||
|
||||
@@ -67,7 +67,7 @@ BEGIN
|
||||
ctrl.cpha <= '0';
|
||||
ctrl.msb_first <= '1';
|
||||
|
||||
inst_spi_tx : entity work.spi_tx
|
||||
inst_spi_master : entity work.spi_master
|
||||
GENERIC MAP
|
||||
(
|
||||
word_width => 32
|
||||
|
||||
Reference in New Issue
Block a user