From 33f1fec6bf6c3861129bb43235a1e4c4bc351601 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 13 Mar 2016 22:13:13 +0100 Subject: [PATCH] added installation instructions for the board definition files --- README.md | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8763b28..25fa5f8 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,27 @@ -Various Files for MYiR Z-turn Board -=================================== +# Various Files & Examples for MYiR Z-turn Board -Information ------------ +## Contents -Contents: +This repository contains: - - I/O constraints file (`constraints/`) - - board definitions and autmation (`board-definition/`), drop in `Xilinx/Vivado//` + 1. I/O constraints file (`constraints/`) + 2. board definitions and autmation (`board-definition/`), drop in `Xilinx/Vivado//` -References ----------- +## Installing + +For instructions on how to install the board definition files, the following wiki page can be used. + +https://reference.digilentinc.com/vivado:boardfiles2015 + +Alternatively, you can add the following line to your Vivado init script (`~/.Xilinx/Vivado/init.tcl`): + +```tcl +set_param board.repoPaths [list “/board-definition/data/boards/board_files”] +``` + +For a full description of the board definition XML schemas, please consult UG895, Appendix A *Board Interface File*. + +## References & Links * [Z-turn Product Page](http://www.myirtech.com/list.asp?id=502) * [Z-turn Manuals, Schematics & Example designs](https://rwth-aachen.sciebo.de/public.php?service=files&t=f030d08ff42ee4faefcd63dc32e104bc) @@ -18,11 +29,10 @@ References * [Zynq Channel](irc://##zynq@irc.freenode.net): ##zynq on freenode.net, inofficial, [statistics](https://dev.0l.dn42/irc/zynq/) * [Adam Taylors Microzed Cronicles](http://git.io/vtRGd) -License -------- +## License Copyright (c) 2015, Sergiusz 'q3k' Bazański -Copyright (c) 2015, Steffen 'stv0g' Vogel +Copyright (c) 2015-2016, Steffen 'stv0g' Vogel All rights reserved.