1
0
mirror of https://github.com/wfjm/w11.git synced 2026-02-27 01:19:57 +00:00

minor nexys4d fixes

- correct sysid_board value for nexys4d
- add missing file
This commit is contained in:
Walter F.J. Mueller
2017-01-05 00:23:06 +01:00
parent 0e96fa106b
commit 7a3298a42d
3 changed files with 8 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
# $Id: nexys4d_setup.tcl 838 2017-01-04 20:57:57Z mueller $
#
set rvtb_part "xc7a100tcsg324-1"
set rvtb_board "nexys4d"

View File

@@ -1,4 +1,4 @@
-- $Id: sys_tst_rlink_n4d.vhd 838 2017-01-04 20:57:57Z mueller $
-- $Id: sys_tst_rlink_n4d.vhd 839 2017-01-04 21:34:04Z mueller $
--
-- Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
@@ -154,7 +154,7 @@ architecture syn of sys_tst_rlink_n4d is
constant rbaddr_sysmon: slv16 := x"fb00"; -- fb00/0080: 1111 1011 0xxx xxxx
constant sysid_proj : slv16 := x"0101"; -- tst_rlink
constant sysid_board : slv8 := x"06"; -- nexys4d
constant sysid_board : slv8 := x"08"; -- nexys4d
constant sysid_vers : slv8 := x"00";
begin

View File

@@ -1,4 +1,4 @@
-- $Id: sys_w11a_br_n4d.vhd 838 2017-01-04 20:57:57Z mueller $
-- $Id: sys_w11a_br_n4d.vhd 839 2017-01-04 21:34:04Z mueller $
--
-- Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
@@ -197,7 +197,7 @@ architecture syn of sys_w11a_br_n4d is
constant rbaddr_sysmon: slv16 := x"fb00"; -- fb00/0080: 1111 1011 0xxx xxxx
constant sysid_proj : slv16 := x"0201"; -- w11a
constant sysid_board : slv8 := x"06"; -- nexys4d
constant sysid_board : slv8 := x"08"; -- nexys4d
constant sysid_vers : slv8 := x"00";
begin