URL
https://opencores.org/ocsvn/uart_block/uart_block/trunk
[/] [uart_block/] [trunk/] [hdl/] [iseProject/] [testUart_communication_block.vhd] - Diff between revs 37 and 39
Show entire file |
Details |
Blame |
View Log
Rev 37 |
Rev 39 |
Line 1... |
Line 1... |
--! Test baud_generator module
|
--! @file
|
|
--! @brief Test communication block
|
|
|
|
--! Use standard library and import the packages (std_logic_1164,std_logic_unsigned,std_logic_arith)
|
LIBRARY ieee;
|
LIBRARY ieee;
|
USE ieee.std_logic_1164.ALL;
|
USE ieee.std_logic_1164.ALL;
|
use ieee.std_logic_unsigned.all;
|
use ieee.std_logic_unsigned.all;
|
use ieee.std_logic_arith.all;
|
use ieee.std_logic_arith.all;
|
|
|
Line 8... |
Line 11... |
use work.pkgDefinitions.all;
|
use work.pkgDefinitions.all;
|
|
|
ENTITY testUart_communication_block IS
|
ENTITY testUart_communication_block IS
|
END testUart_communication_block;
|
END testUart_communication_block;
|
|
|
|
--! @brief Test communication block
|
|
--! @details This will include all blocks used in uart (transmiter, receiver, baud generator)
|
ARCHITECTURE behavior OF testUart_communication_block IS
|
ARCHITECTURE behavior OF testUart_communication_block IS
|
|
|
-- Component Declaration for the Unit Under Test (UUT)
|
-- Component Declaration for the Unit Under Test (UUT)
|
|
|
COMPONENT uart_communication_blocks
|
COMPONENT uart_communication_blocks
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.