1
0
mirror of https://github.com/wfjm/w11.git synced 2026-03-06 03:29:14 +00:00

add missing file; minor updates

This commit is contained in:
wfjm
2017-07-01 13:42:40 +02:00
parent 05c7d937c7
commit 62eb016ec2
9 changed files with 21 additions and 7 deletions

View File

@@ -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:

View File

@@ -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}

View File

@@ -1,3 +1,3 @@
tb_tst_serloop1_n4
tb_tst_serloop2_n4
tb_tst_serloop1_n4d
tb_tst_serloop2_n4d
tb_tst_serloop_stim

View File

@@ -1 +1,2 @@
tb_tst_sram_c7
sysmon_stim

View File

@@ -1,2 +1,3 @@
tb_tst_sram_n4
sys_tst_sram_n4.ucf
sysmon_stim

View File

@@ -1,3 +1,3 @@
tb_w11a_br_n4
tb_w11a_br_n4d
sys_w11a_br_n4.ucf
sysmon_stim

View File

@@ -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

View File

@@ -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

View File

@@ -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