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

Subversion Repositories uart16750

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /uart16750/trunk
    from Rev 22 to Rev 23
    Reverse comparison

Rev 22 → Rev 23

/sim/rtl_sim/run/Makefile
7,9 → 7,10
PERL = perl
 
# Directories
SRCDIR = vhdl
TBDIR = tbench
SIMDIR = sim
SRCDIR = ../../../rtl/vhdl
TBDIR = ../../../bench/vhdl
SIMDIR = ../bin
LOGDIR = ../log
 
# UART16750 sources
SRC = slib_clock_div.vhd
32,13 → 33,13
 
# Testbench stimuli and log
TBSTIMGEN = $(SIMDIR)/uart_test_stim.pl
TBSTIMDAT = $(SIMDIR)/uart_stim.dat
TBLOG = $(SIMDIR)/uart_log.txt
TBVCD = $(SIMDIR)/uart_log.vcd
TBSTIMDAT = uart_stim.dat
TBLOG = $(LOGDIR)/uart_log.txt
TBVCD = $(LOGDIR)/uart_log.vcd
 
# Simulation entity and options
SIMPROG = uart_transactor
SIMOPTS = --stop-time=140ms
SIMOPTS = --stop-time=160ms
 
all: $(SIMPROG)
 
51,6 → 52,7
 
sim: $(SIMPROG) $(TBSTIMDAT)
$(GHDL) -r $(SIMPROG) $(SIMOPTS)
cp uart_log.txt $(TBLOG)
 
vcd: $(SIMPROG) $(TBSTIMDAT)
$(GHDL) -r $(SIMPROG) $(SIMOPTS) --vcd=$(TBVCD)
/sim/rtl_sim/bin/uart_test_stim.pl
800,6 → 800,8
if (TEST_AFC) {
uart_check_afc ();
}
 
logmessage ("UART: Test end");
 
##################################################################
# End main process

powered by: WebSVN 2.1.0

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