OpenCores
URL https://opencores.org/ocsvn/uart16750/uart16750/trunk

Subversion Repositories uart16750

[/] [uart16750/] [trunk/] [bench/] [vhdl/] [uart_transactor.vhd] - Diff between revs 17 and 21

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 17 Rev 21
Line 27... Line 27...
use work.uart_package.all;
use work.uart_package.all;
use work.txt_util.all;
use work.txt_util.all;
 
 
entity uart_transactor is
entity uart_transactor is
    generic (
    generic (
                stim_file    : string := "sim/uart_stim.dat";    -- Stimulus input file
                stim_file    : string := "uart_stim.dat";       -- Stimulus input file
                log_file     : string := "sim/uart_log.txt"      -- Log file
                log_file     : string := "uart_log.txt"         -- Log file
            );
            );
end uart_transactor;
end uart_transactor;
 
 
architecture tb of uart_transactor is
architecture tb of uart_transactor is
    file stimulus : TEXT open read_mode is stim_file;           -- Open stimulus file for read
    file stimulus : TEXT open read_mode is stim_file;           -- Open stimulus file for read

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.