OpenCores
URL https://opencores.org/ocsvn/connect-6/connect-6/trunk

Subversion Repositories connect-6

[/] [connect-6/] [trunk/] [BUILD_SCC/] [scc_scripts/] [run_imp_window.tcl] - Blame information for rev 7

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 sumanta.ch
set SYNTH_SRC "synth_src"
2
set_project_params -directory ./
3
set_project_params -results myboard.txt
4 7 sumanta.ch
set_project_params -sources "${SYNTH_SRC}/connect6.cpp ${SYNTH_SRC}/connect6_synth.cpp ${SYNTH_SRC}/main.cpp ${SYNTH_SRC}/q.cpp  ${SYNTH_SRC}/state.cpp ${SYNTH_SRC}/threats.cpp ${SYNTH_SRC}/threat_line.cpp ${SYNTH_SRC}/util.cpp"
5
set_project_params -headers "${SYNTH_SRC}/connect6.h ${SYNTH_SRC}/connect6_synth.h ${SYNTH_SRC}/q.hpp ${SYNTH_SRC}/shared.h ${SYNTH_SRC}/threats.h ${SYNTH_SRC}/util.h"
6 4 sumanta.ch
 
7
if [file exists imp_window] { delete_implementation imp_window }
8
create_implementation imp_window
9
 
10
set_implementation_params -systemc_source no
11
#set_implementation_params -memory_return_path_external_delay 0%
12
#set_implementation_params -memory_forward_path_external_delay 0%
13
#set_implementation_params -instream_forward_path_external_delay 0%
14
set_implementation_params -sccompiler_args "-DDONT_VERIFY_PPAID"
15
#set_implementation_params -outstream_return_path_external_delay 0%
16 7 sumanta.ch
set_implementation_params -appfiles "${SYNTH_SRC}/state.cpp ${SYNTH_SRC}/threat_line.cpp"
17 4 sumanta.ch
set_implementation_params -proc threat_window
18 7 sumanta.ch
#set_implementation_params -task_ii 9
19 4 sumanta.ch
#set_implementation_params -memory_forward_boundary_register infer
20 7 sumanta.ch
set_implementation_params -cppcompiler_args "-g -DPICO_SYNTH -fpermissive"
21 4 sumanta.ch
set_implementation_params -techlib altera-cyclone3
22
#set_implementation_params -memory_return_boundary_register infer
23
set_implementation_params -cexec_args "-port /dev/ttyS0 -player L"
24
set_implementation_params -host_memory_access never,,,
25
set_implementation_params -device ep3c25-ea144-7
26
#set_implementation_params -force_independent_stalldomain_tcab yes
27
set_implementation_params -init_data_registers yes
28
#set_implementation_params -outstream_forward_path_external_delay 0%
29
set_implementation_params -build_tcab yes
30
set_implementation_params -reset_data_registers yes
31
#set_implementation_params -instream_return_path_external_delay 0%
32
set_implementation_params -clock_freq 100
33 7 sumanta.ch
set_implementation_params -task_overlap infer
34 4 sumanta.ch
#set_implementation_params -allow_latency_violation no
35
#set_implementation_params -user_supplied_fpga_memory_read_write_ports separate
36
#set_implementation_params -internal_blockram_memory_read_write_ports separate
37
 
38
 
39
 
40
 
41
csim  -golden  -cexec_args "-port /dev/ttyS0 -player L"
42
preprocess
43
csim  -preprocess  -cexec_args "-port /dev/ttyS0 -player L"
44
schedule
45
csim  -schedule  -cexec_args "-port /dev/ttyS0 -player L"
46
synthesize
47
#csim -synthesize -dump_memory_access_trace -sim_after_synth_phase 5
48
create_rtl_package
49
 
50
#set_implementation_params -simulator modelsim
51
#vlogsim -offline -dotasks 1-30

powered by: WebSVN 2.1.0

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