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

Subversion Repositories connect-6

[/] [connect-6/] [trunk/] [BUILD_SCC/] [scc_scripts/] [run_imp_threat.tcl] - Diff between revs 8 and 12

Only display areas with differences | Details | Blame | View Log

Rev 8 Rev 12
set_project_params -directory ./
set_project_params -directory ./
set_project_params -results myboard.txt
set_project_params -results myboard.txt
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"
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 synth_src/search_bfs.cpp"
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"
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"
set_project_params -cache_result_files no
set_project_params -cache_result_files no
set_project_params -cache_data_files yes
set_project_params -cache_data_files yes
 
 
if [file exists imp_threat] { delete_implementation imp_threat }
if [file exists imp_threat] { delete_implementation imp_threat }
create_implementation imp_threat
create_implementation imp_threat
 
 
set_implementation_params -systemc_source no
set_implementation_params -systemc_source no
#set_implementation_params -instream_boundary_register infer
#set_implementation_params -instream_boundary_register infer
set_implementation_params -memory_return_path_external_delay 0%
set_implementation_params -memory_return_path_external_delay 0%
set_implementation_params -memory_forward_path_external_delay 0%
set_implementation_params -memory_forward_path_external_delay 0%
#set_implementation_params -instream_forward_path_external_delay 0%
#set_implementation_params -instream_forward_path_external_delay 0%
set_implementation_params -import_tcab "imp_line"
set_implementation_params -import_tcab "imp_line"
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"
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"
#set_implementation_params -outstream_return_path_external_delay 0%
#set_implementation_params -outstream_return_path_external_delay 0%
set_implementation_params -appfiles "synth_src/state.cpp synth_src/threats.cpp"
set_implementation_params -appfiles "synth_src/state.cpp synth_src/threats.cpp"
set_implementation_params -proc ai_threats
set_implementation_params -proc ai_threats
set_implementation_params -memory_forward_boundary_register infer
set_implementation_params -memory_forward_boundary_register infer
set_implementation_params -cppcompiler_args "-g -DPICO_SYNTH -fpermissive"
set_implementation_params -cppcompiler_args "-g -DPICO_SYNTH -fpermissive"
set_implementation_params -memory_return_boundary_register infer
set_implementation_params -memory_return_boundary_register infer
set_implementation_params -cexec_args "-port /dev/ttyS0 -player L"
set_implementation_params -cexec_args "-port /dev/ttyS0 -player L"
set_implementation_params -host_memory_access never
set_implementation_params -host_memory_access never
set_implementation_params -techlib altera-cyclone3
set_implementation_params -techlib altera-cyclone3
set_implementation_params -device ep3c25-ea144-7
set_implementation_params -device ep3c25-ea144-7
#set_implementation_params -always_enabled_ppa yes
#set_implementation_params -always_enabled_ppa yes
set_implementation_params -init_data_registers yes
set_implementation_params -init_data_registers yes
#set_implementation_params -outstream_forward_path_external_delay 0%
#set_implementation_params -outstream_forward_path_external_delay 0%
#set_implementation_params -outstream_boundary_register infer
#set_implementation_params -outstream_boundary_register infer
set_implementation_params -build_tcab yes
set_implementation_params -build_tcab yes
set_implementation_params -reset_data_registers yes
set_implementation_params -reset_data_registers yes
set_implementation_params -task_overlap 0
set_implementation_params -task_overlap 0
#set_implementation_params -instream_return_path_external_delay 0%
#set_implementation_params -instream_return_path_external_delay 0%
set_implementation_params -simulator modelsim
set_implementation_params -simulator modelsim
set_implementation_params -clock_freq 50
set_implementation_params -clock_freq 50
set_implementation_params -allow_latency_violation no
set_implementation_params -allow_latency_violation no
 
 
 
 
setvar schedule_auxopts "-j"
setvar schedule_auxopts "-j"
 
 
 
 
csim  -golden  -cppcompiler_args "-g -DPICO_SYNTH -fpermissive" -cexec_args "-port /dev/ttyS0 -player L"
csim  -golden  -cppcompiler_args "-g -DPICO_SYNTH -fpermissive" -cexec_args "-port /dev/ttyS0 -player L"
preprocess
preprocess
csim  -preprocess  -cppcompiler_args "-g -DPICO_SYNTH -fpermissive" -cexec_args "-port /dev/ttyS0 -player L"
csim  -preprocess  -cppcompiler_args "-g -DPICO_SYNTH -fpermissive" -cexec_args "-port /dev/ttyS0 -player L"
schedule
schedule
csim  -schedule  -cppcompiler_args "-g -DPICO_SYNTH -fpermissive" -cexec_args "-port /dev/ttyS0 -player L"
csim  -schedule  -cppcompiler_args "-g -DPICO_SYNTH -fpermissive" -cexec_args "-port /dev/ttyS0 -player L"
synthesize
synthesize
create_rtl_package  -force
create_rtl_package  -force
#vlogsim -online -detailed_perf_report
#vlogsim -online -detailed_perf_report
 
 

powered by: WebSVN 2.1.0

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