From 62eb016ec292d4fceb385db26e0eba4a97946cd9 Mon Sep 17 00:00:00 2001 From: wfjm Date: Sat, 1 Jul 2017 13:42:40 +0200 Subject: [PATCH] add missing file; minor updates --- README.md | 2 +- rtl/bplib/cmoda7/tb/tbrun.yml | 12 ++++++++++++ rtl/sys_gen/tst_serloop/nexys4d/tb/.gitignore | 4 ++-- rtl/sys_gen/tst_sram/cmoda7/tb/.gitignore | 1 + rtl/sys_gen/tst_sram/nexys4/tb/.gitignore | 1 + rtl/sys_gen/w11a/nexys4d_bram/tb/.gitignore | 2 +- tools/dox/w11_cpp.Doxyfile | 2 +- tools/dox/w11_tcl.Doxyfile | 2 +- tools/dox/w11_vhd_all.Doxyfile | 2 +- 9 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 rtl/bplib/cmoda7/tb/tbrun.yml diff --git a/README.md b/README.md index 93532296..0803f068 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and a basic set of UNIBUS peripherals (DL11, LP11, PC11), and last but not least a cache and memory controllers for SRAM and PSRAM. The design is **FPGA proven**, runs currently on -Digilent Arty, Basys3, Nexys4, Nexys3, Nexys2 and S3board boards +Digilent Arty, Basys3, CmodA7, Nexys4, Nexys3, Nexys2 and S3board boards and boots 5th Edition UNIX and 2.11BSD UNIX. For more information look into: diff --git a/rtl/bplib/cmoda7/tb/tbrun.yml b/rtl/bplib/cmoda7/tb/tbrun.yml new file mode 100644 index 00000000..9afeaa87 --- /dev/null +++ b/rtl/bplib/cmoda7/tb/tbrun.yml @@ -0,0 +1,12 @@ +# $Id: tbrun.yml 919 2017-07-01 11:39:22Z mueller $ +# +# Revision History: +# Date Rev Version Comment +# 2017-06-11 912 1.0 Initial version +# +- default: + mode: ${ise_modes} +# +- tag: [default, viv, bplib, c7, sram_memctl] + test: | + tbrun_tbw tb_c7_sram_memctl${ms} diff --git a/rtl/sys_gen/tst_serloop/nexys4d/tb/.gitignore b/rtl/sys_gen/tst_serloop/nexys4d/tb/.gitignore index 78932086..f3327a96 100644 --- a/rtl/sys_gen/tst_serloop/nexys4d/tb/.gitignore +++ b/rtl/sys_gen/tst_serloop/nexys4d/tb/.gitignore @@ -1,3 +1,3 @@ -tb_tst_serloop1_n4 -tb_tst_serloop2_n4 +tb_tst_serloop1_n4d +tb_tst_serloop2_n4d tb_tst_serloop_stim diff --git a/rtl/sys_gen/tst_sram/cmoda7/tb/.gitignore b/rtl/sys_gen/tst_sram/cmoda7/tb/.gitignore index 2a1e1c10..1258800f 100644 --- a/rtl/sys_gen/tst_sram/cmoda7/tb/.gitignore +++ b/rtl/sys_gen/tst_sram/cmoda7/tb/.gitignore @@ -1 +1,2 @@ tb_tst_sram_c7 +sysmon_stim diff --git a/rtl/sys_gen/tst_sram/nexys4/tb/.gitignore b/rtl/sys_gen/tst_sram/nexys4/tb/.gitignore index a1d4a7cf..11e9bb86 100644 --- a/rtl/sys_gen/tst_sram/nexys4/tb/.gitignore +++ b/rtl/sys_gen/tst_sram/nexys4/tb/.gitignore @@ -1,2 +1,3 @@ tb_tst_sram_n4 sys_tst_sram_n4.ucf +sysmon_stim diff --git a/rtl/sys_gen/w11a/nexys4d_bram/tb/.gitignore b/rtl/sys_gen/w11a/nexys4d_bram/tb/.gitignore index 608558b3..742fa225 100644 --- a/rtl/sys_gen/w11a/nexys4d_bram/tb/.gitignore +++ b/rtl/sys_gen/w11a/nexys4d_bram/tb/.gitignore @@ -1,3 +1,3 @@ -tb_w11a_br_n4 +tb_w11a_br_n4d sys_w11a_br_n4.ucf sysmon_stim diff --git a/tools/dox/w11_cpp.Doxyfile b/tools/dox/w11_cpp.Doxyfile index 2464bef8..e8d7e444 100644 --- a/tools/dox/w11_cpp.Doxyfile +++ b/tools/dox/w11_cpp.Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "w11 - cpp" -PROJECT_NUMBER = 0.75 +PROJECT_NUMBER = 0.751 PROJECT_BRIEF = "Backend server for Rlink and w11" PROJECT_LOGO = OUTPUT_DIRECTORY = $(RETRODOXY)/w11/cpp diff --git a/tools/dox/w11_tcl.Doxyfile b/tools/dox/w11_tcl.Doxyfile index 24c492ae..e62891da 100644 --- a/tools/dox/w11_tcl.Doxyfile +++ b/tools/dox/w11_tcl.Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "w11 - tcl" -PROJECT_NUMBER = 0.75 +PROJECT_NUMBER = 0.751 PROJECT_BRIEF = "Backend server for Rlink and w11" PROJECT_LOGO = OUTPUT_DIRECTORY = $(RETRODOXY)/w11/tcl diff --git a/tools/dox/w11_vhd_all.Doxyfile b/tools/dox/w11_vhd_all.Doxyfile index 257686e0..6ab395e3 100644 --- a/tools/dox/w11_vhd_all.Doxyfile +++ b/tools/dox/w11_vhd_all.Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "w11 - vhd" -PROJECT_NUMBER = 0.75 +PROJECT_NUMBER = 0.751 PROJECT_BRIEF = "W11 CPU core and support modules" PROJECT_LOGO = OUTPUT_DIRECTORY = $(RETRODOXY)/w11/vhd