1 |
4 |
sumanta.ch |
set_project_params -directory ./
|
2 |
|
|
set_project_params -results myboard.txt
|
3 |
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/util.cpp"
|
4 |
|
|
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"
|
5 |
|
|
set_project_params -cache_result_files no
|
6 |
|
|
set_project_params -cache_data_files yes
|
7 |
4 |
sumanta.ch |
|
8 |
|
|
if [file exists imp_threat] { delete_implementation imp_threat }
|
9 |
|
|
create_implementation imp_threat
|
10 |
|
|
|
11 |
|
|
set_implementation_params -systemc_source no
|
12 |
7 |
sumanta.ch |
#set_implementation_params -instream_boundary_register infer
|
13 |
4 |
sumanta.ch |
set_implementation_params -memory_return_path_external_delay 0%
|
14 |
|
|
set_implementation_params -memory_forward_path_external_delay 0%
|
15 |
7 |
sumanta.ch |
#set_implementation_params -instream_forward_path_external_delay 0%
|
16 |
|
|
set_implementation_params -import_tcab "imp_line "
|
17 |
|
|
set_implementation_params -sccompiler_args "-DDONT_VERIFY_PPAID -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g"
|
18 |
|
|
#set_implementation_params -outstream_return_path_external_delay 0%
|
19 |
|
|
set_implementation_params -appfiles "synth_src/state.cpp synth_src/threats.cpp"
|
20 |
4 |
sumanta.ch |
set_implementation_params -proc ai_threats
|
21 |
|
|
set_implementation_params -memory_forward_boundary_register infer
|
22 |
7 |
sumanta.ch |
set_implementation_params -cppcompiler_args "-g -DPICO_SYNTH -fpermissive"
|
23 |
4 |
sumanta.ch |
set_implementation_params -memory_return_boundary_register infer
|
24 |
|
|
set_implementation_params -cexec_args "-port /dev/ttyS0 -player L"
|
25 |
|
|
set_implementation_params -host_memory_access never
|
26 |
7 |
sumanta.ch |
set_implementation_params -techlib altera-cyclone3
|
27 |
4 |
sumanta.ch |
set_implementation_params -device ep3c25-ea144-7
|
28 |
7 |
sumanta.ch |
#set_implementation_params -always_enabled_ppa yes
|
29 |
4 |
sumanta.ch |
set_implementation_params -init_data_registers yes
|
30 |
7 |
sumanta.ch |
#set_implementation_params -outstream_forward_path_external_delay 0%
|
31 |
|
|
#set_implementation_params -outstream_boundary_register infer
|
32 |
4 |
sumanta.ch |
set_implementation_params -build_tcab yes
|
33 |
|
|
set_implementation_params -reset_data_registers yes
|
34 |
7 |
sumanta.ch |
set_implementation_params -task_overlap 0
|
35 |
|
|
#set_implementation_params -instream_return_path_external_delay 0%
|
36 |
|
|
set_implementation_params -simulator modelsim
|
37 |
4 |
sumanta.ch |
set_implementation_params -clock_freq 100
|
38 |
|
|
set_implementation_params -allow_latency_violation no
|
39 |
|
|
|
40 |
|
|
|
41 |
7 |
sumanta.ch |
setvar schedule_auxopts "-j"
|
42 |
4 |
sumanta.ch |
|
43 |
|
|
|
44 |
7 |
sumanta.ch |
csim -golden -cppcompiler_args "-g -DPICO_SYNTH -fpermissive" -cexec_args "-port /dev/ttyS0 -player L"
|
45 |
4 |
sumanta.ch |
preprocess
|
46 |
7 |
sumanta.ch |
csim -preprocess -cppcompiler_args "-g -DPICO_SYNTH -fpermissive" -cexec_args "-port /dev/ttyS0 -player L"
|
47 |
4 |
sumanta.ch |
schedule
|
48 |
7 |
sumanta.ch |
csim -schedule -cppcompiler_args "-g -DPICO_SYNTH -fpermissive" -cexec_args "-port /dev/ttyS0 -player L"
|
49 |
4 |
sumanta.ch |
synthesize
|
50 |
7 |
sumanta.ch |
create_rtl_package -force
|
51 |
|
|
#vlogsim -online -detailed_perf_report
|