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

Subversion Repositories vtach

[/] [vtach/] [trunk/] [pa.fromHdl.tcl] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 wd5gnr
 
2
# PlanAhead Launch Script for Pre-Synthesis Floorplanning, created by Project Navigator
3
 
4
create_project -name vtachspartan -dir "/home/alw/projects/vtachspartan/planAhead_run_1" -part xc3s1000ft256-4
5
set_param project.pinAheadLayout yes
6
set srcset [get_property srcset [current_run -impl]]
7
set_property top top $srcset
8
set_param project.paUcfFile  "vtach.ucf"
9
add_files [list {ipcore_dir/mainmem.ngc}]
10
set hdlfile [add_files [list {digitadd.v}]]
11
set_property file_type Verilog $hdlfile
12
set_property library work $hdlfile
13
set hdlfile [add_files [list {bcdincr.v}]]
14
set_property file_type Verilog $hdlfile
15
set_property library work $hdlfile
16
set hdlfile [add_files [list {usum.v}]]
17
set_property file_type Verilog $hdlfile
18
set_property library work $hdlfile
19
set hdlfile [add_files [list {display.v}]]
20
set_property file_type Verilog $hdlfile
21
set_property library work $hdlfile
22
set hdlfile [add_files [list {bcdneg.v}]]
23
set_property file_type Verilog $hdlfile
24
set_property library work $hdlfile
25
set hdlfile [add_files [list {ipcore_dir/mainmem.v}]]
26
set_property file_type Verilog $hdlfile
27
set_property library work $hdlfile
28
set hdlfile [add_files [list {io_output.v}]]
29
set_property file_type Verilog $hdlfile
30
set_property library work $hdlfile
31
set hdlfile [add_files [list {io_input.v}]]
32
set_property file_type Verilog $hdlfile
33
set_property library work $hdlfile
34
set hdlfile [add_files [list {debounce.v}]]
35
set_property file_type Verilog $hdlfile
36
set_property library work $hdlfile
37
set hdlfile [add_files [list {bcdadd.v}]]
38
set_property file_type Verilog $hdlfile
39
set_property library work $hdlfile
40
set hdlfile [add_files [list {memory.v}]]
41
set_property file_type Verilog $hdlfile
42
set_property library work $hdlfile
43
set hdlfile [add_files [list {mainclock.v}]]
44
set_property file_type Verilog $hdlfile
45
set_property library work $hdlfile
46
set hdlfile [add_files [list {alu.v}]]
47
set_property file_type Verilog $hdlfile
48
set_property library work $hdlfile
49
set hdlfile [add_files [list {vtach.v}]]
50
set_property file_type Verilog $hdlfile
51
set_property library work $hdlfile
52
add_files "vtach.ucf" -fileset [get_property constrset [current_run]]
53
add_files "ipcore_dir/mainmem.ncf" -fileset [get_property constrset [current_run]]
54
open_rtl_design -part xc3s1000ft256-4

powered by: WebSVN 2.1.0

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