- fixes after renaming
git-svn-id: http://moon:8086/svn/vhdl/trunk@1279 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -6,7 +6,7 @@ use std.textio.all; -- Imports the standard textio package.
|
||||
use work.utils_pkg.all;
|
||||
use work.spi_types.all;
|
||||
|
||||
ENTITY spi_tx IS
|
||||
ENTITY spi_master IS
|
||||
Generic
|
||||
(
|
||||
word_width : natural := 32;
|
||||
@@ -35,9 +35,9 @@ ENTITY spi_tx IS
|
||||
mso : out STD_LOGIC
|
||||
|
||||
);
|
||||
END spi_tx;
|
||||
END spi_master;
|
||||
|
||||
ARCHITECTURE behavior OF spi_tx IS
|
||||
ARCHITECTURE behavior OF spi_master IS
|
||||
|
||||
type state_t is (reset, idle, load_data, shift, finish);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user