- refactored
git-svn-id: http://moon:8086/svn/vhdl/trunk@1531 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
[*]
|
||||
[*] GTKWave Analyzer v3.3.104 (w)1999-2020 BSI
|
||||
[*] Wed Mar 24 10:09:33 2021
|
||||
[*]
|
||||
[dumpfile] "/home/jens/work/vhdl/trunk/lib/JBUS/ghdl/build/tb_dmac_sync/tb_dmac_sync.vcd"
|
||||
[dumpfile_mtime] "Wed Mar 24 10:08:23 2021"
|
||||
[dumpfile_size] 380114
|
||||
[savefile] "/home/jens/work/vhdl/trunk/lib/JBUS/ghdl/build/tb_dmac_sync/tb_dmac_sync.gtkw"
|
||||
[timestart] 0
|
||||
[size] 1856 1136
|
||||
[pos] -52 -52
|
||||
*-29.859385 2840000000 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
|
||||
[sst_width] 233
|
||||
[signals_width] 341
|
||||
[sst_expanded] 1
|
||||
[sst_vpaned_height] 331
|
||||
@22
|
||||
tb_dmac.addr_o[31:0]
|
||||
tb_dmac.data_gen_reg[31:0]
|
||||
@28
|
||||
tb_dmac.data_gen_reg_inc
|
||||
tb_dmac.dma_bus_cmd_rdy[1:0]
|
||||
tb_dmac.dma_bus_cmd_we[1:0]
|
||||
tb_dmac.dma_master_gnt[1:0]
|
||||
tb_dmac.dma_master_req[1:0]
|
||||
tb_dmac.dma_start[1:0]
|
||||
@22
|
||||
tb_dmac.mdat_i[31:0]
|
||||
tb_dmac.mdat_i_64[63:0]
|
||||
tb_dmac.mdat_o[31:0]
|
||||
tb_dmac.mdat_o_64[63:0]
|
||||
tb_dmac.read_fifo_din[31:0]
|
||||
tb_dmac.read_fifo_dout[31:0]
|
||||
@23
|
||||
tb_dmac.read_reg[31:0]
|
||||
[pattern_trace] 1
|
||||
[pattern_trace] 0
|
||||
@@ -0,0 +1,21 @@
|
||||
include ../../../lib/FIFO/ghdl/fifo_sync.inc
|
||||
|
||||
ROOT_PATH := ../../..
|
||||
LIB_PATH := $(ROOT_PATH)/lib
|
||||
MOD_PATH := $(LIB_PATH)/JBUS
|
||||
|
||||
SRCS += $(LIB_PATH)/misc/utils_pkg.vhd
|
||||
SRCS += $(FIFO_SYNC_SRCS)
|
||||
SRCS += $(MOD_PATH)/src/busmaster/busmaster_types.vhd
|
||||
SRCS += $(MOD_PATH)/src/busmaster/busmaster_sync.vhd
|
||||
SRCS += $(MOD_PATH)/src/dmac/dmac.vhd
|
||||
SRCS += $(MOD_PATH)/src/dmac/tb_dmac.vhd
|
||||
|
||||
# Compile
|
||||
TARGET := tb_dmac_sync
|
||||
ENTITY := tb_dmac
|
||||
WITH_VCD := y
|
||||
RUN_TIME := 6us
|
||||
|
||||
include $(ROOT_PATH)/Common/make/ghdl.mk
|
||||
|
||||
Reference in New Issue
Block a user