1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-19 18:22:53 +00:00

add tb_*_dummy files [skip ci]

This commit is contained in:
wfjm
2023-02-07 10:25:20 +01:00
parent 85fde6c5e8
commit a72244728f
39 changed files with 700 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# configure tb_arty_dram with arty_dram_dummy test target;
# use vhdl configure file (tb_arty_dram_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
arty_dram_aif = arty_dram_dummy.vbom
# design
tb_arty_dram.vbom
tb_arty_dram_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_arty_dram_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2018- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_arty_dram_dummy
-- Description: Configuration for tb_arty_dram_dummy for tb_arty_dram
--
-- Dependencies: arty_dram_dummy [UUT]
--
-- To test: tb_arty_dram
--
-- Tool versions: viv 2017.2; ghdl 0.34
--
-- Revision History:
-- Date Rev Version Comment
-- 2018-10-28 1063 1.0 Initial version (derived from tb_arty_dummy)
------------------------------------------------------------------------------
configuration tb_arty_dram_dummy of tb_arty_dram is
for sim
for all : arty_dram_aif
use entity work.arty_dram_dummy;
end for;
end for;
end tb_arty_dram_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_arty with arty_dummy test target;
# use vhdl configure file (tb_arty_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
arty_aif = arty_dummy.vbom
# design
tb_arty.vbom
tb_arty_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_arty_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2016- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_arty_dummy
-- Description: Configuration for tb_arty_dummy for tb_arty
--
-- Dependencies: arty_dummy [UUT]
--
-- To test: tb_arty
--
-- Tool versions: viv 2015.4; ghdl 0.33
--
-- Revision History:
-- Date Rev Version Comment
-- 2016-01-31 726 1.0 Initial version (derived from tb_nexys4_dummy)
------------------------------------------------------------------------------
configuration tb_arty_dummy of tb_arty is
for sim
for all : arty_aif
use entity work.arty_dummy;
end for;
end for;
end tb_arty_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_artys7_dram with artys7_dram_dummy test target;
# use vhdl configure file (tb_artys7_dram_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
artys7_dram_aif = artys7_dram_dummy.vbom
# design
tb_artys7_dram.vbom
tb_artys7_dram_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_artys7_dram_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2019- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_artys7_dram_dummy
-- Description: Configuration for tb_artys7_dram_dummy for tb_artys7_dram
--
-- Dependencies: artys7_dram_dummy [UUT]
--
-- To test: tb_artys7_dram
--
-- Tool versions: viv 2017.2; ghdl 0.35
--
-- Revision History:
-- Date Rev Version Comment
-- 2019-01-12 11-5 1.0 Initial version (derived from tb_artys7_dummy)
------------------------------------------------------------------------------
configuration tb_artys7_dram_dummy of tb_artys7_dram is
for sim
for all : artys7_dram_aif
use entity work.artys7_dram_dummy;
end for;
end for;
end tb_artys7_dram_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_artys7 with artys7_dummy test target;
# use vhdl configure file (tb_artys7_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
artys7_aif = artys7_dummy.vbom
# design
tb_artys7.vbom
tb_artys7_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_artys7_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2018- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_artys7_dummy
-- Description: Configuration for tb_artys7_dummy for tb_artys7
--
-- Dependencies: artys7_dummy [UUT]
--
-- To test: tb_artys7
--
-- Tool versions: viv 2017.2-2018.2; ghdl 0.34
--
-- Revision History:
-- Date Rev Version Comment
-- 2018-08-05 1039 1.0 Initial version (derived from tb_artya7_dummy)
------------------------------------------------------------------------------
configuration tb_artys7_dummy of tb_artys7 is
for sim
for all : artys7_aif
use entity work.artys7_dummy;
end for;
end for;
end tb_artys7_dummy;

1
rtl/bplib/basys3/tb/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
tb_basys3_dummy

View File

@@ -0,0 +1,41 @@
# $Id: Makefile 1368 2023-02-07 09:18:26Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2023- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
# Revision History:
# Date Rev Version Comment
# 2023-02-07 1368 1.0 Initial version
#
EXE_all = tb_basys3_dummy
#
include ${RETROBASE}/rtl/make_viv/viv_default_basys3.mk
#
.PHONY : all all_ssim all_osim clean
.PHONY : all_XSim all_XSim_ssim all_XSim_osim all_XSim_tsim
#
all : $(EXE_all)
all_ssim : $(EXE_all:=_ssim)
all_osim : $(EXE_all:=_osim)
#
all_XSim : $(EXE_all:=_XSim)
all_XSim_ssim : $(EXE_all:=_XSim_ssim)
all_XSim_osim : $(EXE_all:=_XSim_osim)
all_XSim_tsim : $(EXE_all:=_XSim_tsim)
#
clean : viv_clean ghdl_clean xsim_clean
#
#-----
#
include ${RETROBASE}/rtl/make_viv/generic_ghdl.mk
include ${RETROBASE}/rtl/make_viv/generic_xsim.mk
include ${RETROBASE}/rtl/make_viv/generic_vivado.mk
#
VBOM_all = $(wildcard *.vbom)
#
ifndef DONTINCDEP
include $(VBOM_all:.vbom=.dep_vsyn)
include $(VBOM_all:.vbom=.dep_ghdl)
include $(VBOM_all:.vbom=.dep_vsim)
include $(wildcard *.o.dep_ghdl)
endif
#

View File

@@ -0,0 +1,8 @@
# configure tb_basys3 with basys3_dummy test target;
# use vhdl configure file (tb_basys3_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
basys3_aif = basys3_dummy.vbom
# design
tb_basys3.vbom
tb_basys3_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_basys3_dummy.vhd 1368 2023-02-07 09:18:26Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2023- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_basys3_dummy
-- Description: Configuration for tb_basys3_dummy for tb_basys3
--
-- Dependencies: basys3_dummy [UUT]
--
-- To test: tb_basys3
--
-- Tool versions: viv 2022.1; ghdl 2.0.0
--
-- Revision History:
-- Date Rev Version Comment
-- 2023-02-07 1368 1.0 Initial version (derived from tb_cmoda7_dummy)
------------------------------------------------------------------------------
configuration tb_basys3_dummy of tb_basys3 is
for sim
for all : basys3_aif
use entity work.basys3_dummy;
end for;
end for;
end tb_basys3_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_cmoda7 with cmoda7_dummy test target;
# use vhdl configure file (tb_cmoda7_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
cmoda7_aif = cmoda7_dummy.vbom
# design
tb_cmoda7.vbom
tb_cmoda7_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_cmoda7_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_cmoda7_dummy
-- Description: Configuration for tb_cmoda7_dummy for tb_cmoda7
--
-- Dependencies: cmoda7_dummy [UUT]
--
-- To test: tb_cmoda7
--
-- Tool versions: viv 2016.4; ghdl 0.34
--
-- Revision History:
-- Date Rev Version Comment
-- 2017-06-04 906 1.0 Initial version (derived from tb_arty_dummy)
------------------------------------------------------------------------------
configuration tb_cmoda7_dummy of tb_cmoda7 is
for sim
for all : cmoda7_aif
use entity work.cmoda7_dummy;
end for;
end for;
end tb_cmoda7_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_cmoda7_sram with cmoda7_sram_dummy test target;
# use vhdl configure file (tb_cmoda7_sram_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
cmoda7_sram_aif = cmoda7_sram_dummy.vbom
# design
tb_cmoda7_sram.vbom
tb_cmoda7_sram_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_cmoda7_sram_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_cmoda7_sram_dummy
-- Description: Configuration for tb_cmoda7_sram_dummy for tb_cmoda7_sram
--
-- Dependencies: cmoda7_sram_dummy [UUT]
--
-- To test: tb_cmoda7_sram
--
-- Tool versions: viv 2016.4; ghdl 0.34
--
-- Revision History:
-- Date Rev Version Comment
-- 2017-06-04 906 1.0 Initial version (derived from tb_nexys4_cram_dummy)
------------------------------------------------------------------------------
configuration tb_cmoda7_sram_dummy of tb_cmoda7_sram is
for sim
for all : cmoda7_sram_aif
use entity work.cmoda7_sram_dummy;
end for;
end for;
end tb_cmoda7_sram_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_nexys2 with nexys2_dummy test target;
# use vhdl configure file (tb_nexys2_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
nexys2_aif = nexys2_dummy.vbom
# design
tb_nexys2.vbom
tb_nexys2_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_nexys2_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2010- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_nexys2_dummy
-- Description: Configuration for tb_nexys2_dummy for tb_nexys2
--
-- Dependencies: nexys2_dummy [UUT]
--
-- To test: tb_nexys2
--
-- Tool versions: xst 11.4, 12.1; ghdl 0.26-0.29
--
-- Revision History:
-- Date Rev Version Comment
-- 2010-05-23 294 1.0 Initial version (derived from tb_s3board_dummy)
------------------------------------------------------------------------------
configuration tb_nexys2_dummy of tb_nexys2 is
for sim
for all : nexys2_aif
use entity work.nexys2_dummy;
end for;
end for;
end tb_nexys2_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_nexys2_fusp_cuff with nexys2_fusp_cuff_dummy test target;
# use vhdl configure file (tb_nexys2_fusp_cuff_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
nexys2_fusp_cuff_aif = nexys2_fusp_cuff_dummy.vbom
# design
tb_nexys2_fusp_cuff.vbom
tb_nexys2_fusp_cuff_dummy.vhd

View File

@@ -0,0 +1,29 @@
-- $Id: tb_nexys2_fusp_cuff_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_nexys2_fusp_cuff_dummy
-- Description: Configuration for tb_nexys2_fusp_cuff_dummy for
-- tb_nexys2_fusp_cuff
--
-- Dependencies: nexys2_fusp_cuff_dummy [UUT]
--
-- To test: tb_nexys2_fusp_cuff
--
-- Tool versions: xst 11.4, 12.1; ghdl 0.26-0.29
--
-- Revision History:
-- Date Rev Version Comment
-- 2013-01-01 467 1.0 Initial version (derived tb_nexys2_fusp_dummy)
------------------------------------------------------------------------------
configuration tb_nexys2_fusp_cuff_dummy of tb_nexys2_fusp_cuff is
for sim
for all : nexys2_fusp_cuff_aif
use entity work.nexys2_fusp_cuff_dummy;
end for;
end for;
end tb_nexys2_fusp_cuff_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_nexys2_fusp with nexys2_fusp_dummy test target;
# use vhdl configure file (tb_nexys2_fusp_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
nexys2_fusp_aif = nexys2_fusp_dummy.vbom
# design
tb_nexys2_fusp.vbom
tb_nexys2_fusp_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_nexys2_fusp_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2010- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_nexys2_fusp_dummy
-- Description: Configuration for tb_nexys2_fusp_dummy for tb_nexys2_fusp
--
-- Dependencies: nexys2_fusp_dummy [UUT]
--
-- To test: tb_nexys2_fusp
--
-- Tool versions: xst 11.4, 12.1; ghdl 0.26-0.29
--
-- Revision History:
-- Date Rev Version Comment
-- 2010-05-28 295 1.0 Initial version (derived frm tb_s3board_fusp_dummy)
------------------------------------------------------------------------------
configuration tb_nexys2_fusp_dummy of tb_nexys2_fusp is
for sim
for all : nexys2_fusp_aif
use entity work.nexys2_fusp_dummy;
end for;
end for;
end tb_nexys2_fusp_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_nexys3_fusp_cuff with nexys3_fusp_cuff_dummy test target;
# use vhdl configure file (tb_nexys3_fusp_cuff_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
nexys3_fusp_cuff_aif = nexys3_fusp_cuff_dummy.vbom
# design
tb_nexys3_fusp_cuff.vbom
tb_nexys3_fusp_cuff_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_nexys3_fusp_cuff_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_nexys3_fusp_cuff_dummy
-- Description: Configuration for tb_nexys3_fusp_dummy for tb_nexys3_fusp
--
-- Dependencies: nexys3_fusp_dummy [UUT]
--
-- To test: tb_nexys3_fusp
--
-- Tool versions: xst 13.1; ghdl 0.29
--
-- Revision History:
-- Date Rev Version Comment
-- 2013-04-21 509 1.0 Initial version (derived frm tb_nexys3_fusp_dummy)
------------------------------------------------------------------------------
configuration tb_nexys3_fusp_cuff_dummy of tb_nexys3_fusp_cuff is
for sim
for all : nexys3_fusp_cuff_aif
use entity work.nexys3_fusp_cuff_dummy;
end for;
end for;
end tb_nexys3_fusp_cuff_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_nexys3_fusp with nexys3_fusp_dummy test target;
# use vhdl configure file (tb_nexys3_fusp_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
nexys3_fusp_aif = nexys3_fusp_dummy.vbom
# design
tb_nexys3_fusp.vbom
tb_nexys3_fusp_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_nexys3_fusp_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2011- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_nexys3_fusp_dummy
-- Description: Configuration for tb_nexys3_fusp_dummy for tb_nexys3_fusp
--
-- Dependencies: nexys3_fusp_dummy [UUT]
--
-- To test: tb_nexys3_fusp
--
-- Tool versions: xst 13.1; ghdl 0.29
--
-- Revision History:
-- Date Rev Version Comment
-- 2011-11-25 432 1.0 Initial version (derived frm tb_nexys2_fusp_dummy)
------------------------------------------------------------------------------
configuration tb_nexys3_fusp_dummy of tb_nexys3_fusp is
for sim
for all : nexys3_fusp_aif
use entity work.nexys3_fusp_dummy;
end for;
end for;
end tb_nexys3_fusp_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_nexys4_cram with nexys4_cram_dummy test target;
# use vhdl configure file (tb_nexys4_cram_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
nexys4_cram_aif = nexys4_cram_dummy.vbom
# design
tb_nexys4_cram.vbom
tb_nexys4_cram_dummy.vhd

View File

@@ -0,0 +1,29 @@
-- $Id: tb_nexys4_cram_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2013-2015 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_nexys4_cram_dummy
-- Description: Configuration for tb_nexys4_cram_dummy for tb_nexys4_cram
--
-- Dependencies: nexys4_cram_dummy [UUT]
--
-- To test: tb_nexys4_cram
--
-- Tool versions: ise 14.5-14.7; viv 2014.4; ghdl 0.29-0.31
--
-- Revision History:
-- Date Rev Version Comment
-- 2015-02-06 643 1.1 factor out memory
-- 2013-09-21 534 1.0 Initial version (derived from tb_nexys3_fusp_dummy)
------------------------------------------------------------------------------
configuration tb_nexys4_cram_dummy of tb_nexys4_cram is
for sim
for all : nexys4_cram_aif
use entity work.nexys4_cram_dummy;
end for;
end for;
end tb_nexys4_cram_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_nexys4 with nexys4_dummy test target;
# use vhdl configure file (tb_nexys4_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
nexys4_aif = nexys4_dummy.vbom
# design
tb_nexys4.vbom
tb_nexys4_dummy.vhd

View File

@@ -0,0 +1,29 @@
-- $Id: tb_nexys4_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2013-2015 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_nexys4_dummy
-- Description: Configuration for tb_nexys4_dummy for tb_nexys4
--
-- Dependencies: nexys4_dummy [UUT]
--
-- To test: tb_nexys4
--
-- Tool versions: ise 14.5-14.7; viv 2014.4; ghdl 0.29-0.31
--
-- Revision History:
-- Date Rev Version Comment
-- 2015-02-06 643 1.1 factor out memory
-- 2013-09-21 534 1.0 Initial version (derived from tb_nexys3_fusp_dummy)
------------------------------------------------------------------------------
configuration tb_nexys4_dummy of tb_nexys4 is
for sim
for all : nexys4_aif
use entity work.nexys4_dummy;
end for;
end for;
end tb_nexys4_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_nexys4d_dram with nexys4d_dram_dummy test target;
# use vhdl configure file (tb_nexys4d_dram_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
nexys4d_dram_aif = nexys4d_dram_dummy.vbom
# design
tb_nexys4d_dram.vbom
tb_nexys4d_dram_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_nexys4d_dram_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2018- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_nexys4d_dram_dummy
-- Description: Configuration for tb_nexys4d_dram_dummy for tb_nexys4d_dram
--
-- Dependencies: nexys4d_dram_dummy [UUT]
--
-- To test: tb_nexys4d_dram
--
-- Tool versions: viv 2017.2; ghdl 0.34
--
-- Revision History:
-- Date Rev Version Comment
-- 2018-12-30 1099 1.0 Initial version (derived from tb_nexys4_dummy)
------------------------------------------------------------------------------
configuration tb_nexys4d_dram_dummy of tb_nexys4d_dram is
for sim
for all : nexys4d_dram_aif
use entity work.nexys4d_dram_dummy;
end for;
end for;
end tb_nexys4d_dram_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_nexys4d with nexys4d_dummy test target;
# use vhdl configure file (tb_nexys4d_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
nexys4d_aif = nexys4d_dummy.vbom
# design
tb_nexys4d.vbom
tb_nexys4d_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_nexys4d_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_nexys4d_dummy
-- Description: Configuration for tb_nexys4d_dummy for tb_nexys4d
--
-- Dependencies: nexys4d_dummy [UUT]
--
-- To test: tb_nexys4d
--
-- Tool versions: viv 2016.2; ghdl 0.33
--
-- Revision History:
-- Date Rev Version Comment
-- 2017-01-04 838 1.0 Initial version (derived from tb_nexys4_dummy)
------------------------------------------------------------------------------
configuration tb_nexys4d_dummy of tb_nexys4d is
for sim
for all : nexys4d_aif
use entity work.nexys4d_dummy;
end for;
end for;
end tb_nexys4d_dummy;

View File

@@ -0,0 +1,8 @@
# configure tb_s3board with s3board_dummy test target;
# use vhdl configure file (tb_s3board_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
s3board_aif = s3board_dummy.vbom
# design
tb_s3board.vbom
tb_s3board_dummy.vhd

View File

@@ -0,0 +1,27 @@
-- $Id: tb_s3board_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2007- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_s3board_dummy
-- Description: Configuration for tb_s3board_dummy for tb_s3board
--
-- Dependencies: s3board_dummy [UUT]
--
-- To test: tb_s3board
--
-- Tool versions: xst 8.1, 8.2, 9.1, 9.2; ghdl 0.18-0.25
-- Revision History:
-- Date Rev Version Comment
-- 2007-09-23 85 1.0 Initial version
------------------------------------------------------------------------------
configuration tb_s3board_dummy of tb_s3board is
for sim
for all : s3board_aif
use entity work.s3board_dummy;
end for;
end for;
end tb_s3board_dummy;

View File

@@ -0,0 +1,8 @@
# configure for _*sim case
# Note: s3board_dummy_ssim.vhd, not ../s3board_dummy_ssim.vhd
# there is a make rule %_ssim.vhd : ../%.vbom !!
# configure
s3board_aif = s3board_dummy_ssim.vhd
# design
tb_s3board_dummy.vbom
@top:tb_s3board_dummy

View File

@@ -0,0 +1,8 @@
# configure tb_s3board_fusp with s3board_fusp_dummy test target;
# use vhdl configure file (tb_s3board_fusp_dummy.vhd) to allow
# that all configurations will co-exist in work library
# configure
s3board_fusp_aif = s3board_fusp_dummy.vbom
# design
tb_s3board_fusp.vbom
tb_s3board_fusp_dummy.vhd

View File

@@ -0,0 +1,28 @@
-- $Id: tb_s3board_fusp_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
-- SPDX-License-Identifier: GPL-3.0-or-later
-- Copyright 2010- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
------------------------------------------------------------------------------
-- Module Name: tb_s3board_fusp_dummy
-- Description: Configuration for tb_s3board_fusp_dummy for tb_s3board_fusp
--
-- Dependencies: s3board_fusp_dummy [UUT]
--
-- To test: tb_s3board_fusp
--
-- Tool versions: xst 11.4; ghdl 0.26
-- Revision History:
-- Date Rev Version Comment
-- 2010-05-16 291 1.0.1 rename tb_s3board_usp_dummy->tb_s3board_fusp_dummy
-- 2010-05-01 286 1.0 Initial version
------------------------------------------------------------------------------
configuration tb_s3board_fusp_dummy of tb_s3board_fusp is
for sim
for all : s3board_fusp_aif
use entity work.s3board_fusp_dummy;
end for;
end for;
end tb_s3board_fusp_dummy;