mirror of
https://github.com/wfjm/w11.git
synced 2026-05-03 22:59:46 +00:00
22 lines
697 B
YAML
22 lines
697 B
YAML
# $Id: tbrun.yml 1107 2019-01-27 12:54:48Z mueller $
|
|
#
|
|
# Revision History:
|
|
# Date Rev Version Comment
|
|
# 2019-01-27 1107 1.2 add arty(dram),nexys4d(dram),artys7(dram)
|
|
# 2018-08-11 1038 1.1 add artys7(bram)
|
|
# 2017-06-25 914 1.1 add cmoda7
|
|
# 2016-08-22 800 1.0 Initial version
|
|
#
|
|
- include: s3board/tb/tbrun.yml
|
|
- include: nexys2/tb/tbrun.yml
|
|
- include: nexys3/tb/tbrun.yml
|
|
- include: nexys4/tb/tbrun.yml
|
|
- include: nexys4d/tb/tbrun.yml
|
|
- include: nexys4d_bram/tb/tbrun.yml
|
|
- include: basys3/tb/tbrun.yml
|
|
- include: arty/tb/tbrun.yml
|
|
- include: arty_bram/tb/tbrun.yml
|
|
- include: artys7/tb/tbrun.yml
|
|
- include: artys7_bram/tb/tbrun.yml
|
|
- include: cmoda7/tb/tbrun.yml
|