- refactored

git-svn-id: http://moon:8086/svn/vhdl/trunk@1531 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-24 18:39:05 +00:00
parent ff4700093d
commit 599726a7b2
37 changed files with 0 additions and 0 deletions
@@ -0,0 +1,35 @@
[*]
[*] GTKWave Analyzer v3.3.104 (w)1999-2020 BSI
[*] Wed Mar 24 10:07:35 2021
[*]
[dumpfile] "/home/jens/work/vhdl/trunk/lib/JBUS/ghdl/build/tb_busmaster_async/tb_busmaster_async.vcd"
[dumpfile_mtime] "Wed Mar 24 10:07:01 2021"
[dumpfile_size] 2713167
[savefile] "/home/jens/work/vhdl/trunk/lib/JBUS/ghdl/build/tb_busmaster_async/tb_busmaster_async.gtkw"
[timestart] 0
[size] 1000 600
[pos] -1 -1
*-34.715931 14640000000 -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] 150
[sst_expanded] 1
[sst_vpaned_height] 144
@28
tb_busmaster_async.clk
tb_busmaster_async.ack_i
@22
tb_busmaster_async.addr_o[31:0]
tb_busmaster_async.din[31:0]
@28
tb_busmaster_async.din_rdy
tb_busmaster_async.din_we
@22
tb_busmaster_async.dout[31:0]
tb_busmaster_async.mdat_i[31:0]
tb_busmaster_async.mdat_i_64[63:0]
tb_busmaster_async.mdat_o[31:0]
tb_busmaster_async.mdat_o_64[63:0]
@23
tb_busmaster_async.read_reg[31:0]
[pattern_trace] 1
[pattern_trace] 0
@@ -0,0 +1,20 @@
include ../../../lib/FIFO/ghdl/fifo_async.inc
ROOT_PATH := ../../..
LIB_PATH := $(ROOT_PATH)/lib
MOD_PATH := $(LIB_PATH)/JBUS
SRCS += $(LIB_PATH)/misc/utils_pkg.vhd
SRCS += $(FIFO_ASYNC_SRCS)
SRCS += $(MOD_PATH)/src/busmaster/busmaster_types.vhd
SRCS += $(MOD_PATH)/src/busmaster/busmaster_async.vhd
SRCS += $(MOD_PATH)/src/busmaster/tb_busmaster_async.vhd
# Compile
TARGET := tb_busmaster_async
ENTITY := tb_busmaster_async
WITH_VCD := y
RUN_TIME := 80us
include $(ROOT_PATH)/Common/make/ghdl.mk
@@ -0,0 +1,34 @@
[*]
[*] GTKWave Analyzer v3.3.104 (w)1999-2020 BSI
[*] Wed Mar 24 10:05:02 2021
[*]
[dumpfile] "/home/jens/work/vhdl/trunk/lib/JBUS/ghdl/build/tb_busmaster_sync/tb_busmaster_sync.vcd"
[dumpfile_mtime] "Wed Mar 24 10:03:31 2021"
[dumpfile_size] 1410182
[savefile] "/home/jens/work/vhdl/trunk/lib/JBUS/ghdl/build/tb_busmaster_sync/tb_busmaster_sync.gtkw"
[timestart] 0
[size] 1000 600
[pos] -1 -1
*-33.715931 19960000000 -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] 298
[sst_expanded] 1
[sst_vpaned_height] 144
@28
tb_busmaster_sync.srdy_i
tb_busmaster_sync.ack_i
@22
tb_busmaster_sync.addr_o[31:0]
tb_busmaster_sync.din[31:0]
tb_busmaster_sync.dout[31:0]
tb_busmaster_sync.mdat_i[31:0]
tb_busmaster_sync.mdat_i_64[63:0]
tb_busmaster_sync.mdat_o[31:0]
tb_busmaster_sync.mdat_o_64[63:0]
@28
tb_busmaster_sync.srdy_i
tb_busmaster_sync.stb_o
@29
tb_busmaster_sync.we_o
[pattern_trace] 1
[pattern_trace] 0
@@ -0,0 +1,20 @@
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/busmaster/tb_busmaster_sync.vhd
# Compile
TARGET := tb_busmaster_sync
ENTITY := tb_busmaster_sync
WITH_VCD := y
RUN_TIME := 40us
include $(ROOT_PATH)/Common/make/ghdl.mk