OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [make_viv/] [viv_tools_config.tcl] - Blame information for rev 33

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 29 wfjm
# $Id: viv_tools_config.tcl 646 2015-02-15 12:04:55Z mueller $
2
#
3
# Copyright 2015- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4
# License disclaimer see LICENSE_gpl_v2.txt in $RETROBASE directory
5
#
6
# Revision History:
7
# Date         Rev Version  Comment
8
# 2015-02-14   646   1.0    Initial version
9
#
10
 
11
#
12
# --------------------------------------------------------------------
13
#
14
proc rvtb_default_config {stem} {
15
  # open and connect to hardware server
16
  open_hw
17
  connect_hw_server
18
 
19
  # connect to target
20
  open_hw_target [lindex [get_hw_targets -of_objects [get_hw_servers localhost]] 0]
21
 
22
  # setup bitfile
23
  set_property PROGRAM.FILE "${stem}.bit" [lindex [get_hw_devices] 0]
24
 
25
  # and configure FPGA
26
  program_hw_devices [lindex [get_hw_devices] 0]
27
 
28
  return "";
29
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.