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

Subversion Repositories connect-6

[/] [connect-6/] [trunk/] [BUILD_SCC/] [scc_scripts/] [run_imp_line.tcl] - Diff between revs 6 and 7

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 6 Rev 7
Line 1... Line 1...
set SYNTH_SRC "synth_src"
 
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}/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"
set_project_params -headers "${SYNTH_SRC}/connect6.h ${SYNTH_SRC}/connect6_synth.h ${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_data_files yes
 
 
if [file exists imp_line] { delete_implementation imp_line }
if [file exists imp_line] { delete_implementation imp_line }
create_implementation imp_line
create_implementation imp_line
 
 
set_implementation_params -systemc_source no
set_implementation_params -systemc_source no
#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_window"
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"
set_implementation_params -sccompiler_args "-DDONT_VERIFY_PPAID"
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 threat_line
set_implementation_params -proc threat_line
#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 -task_ii 441
set_implementation_params -techlib altera-cyclone3
set_implementation_params -techlib altera-cyclone3
#set_implementation_params -memory_return_boundary_register infer
 
set_implementation_params -cexec_args "-port /dev/ttyS0 -player L"
 
set_implementation_params -host_memory_access never,,,
 
set_implementation_params -device ep3c25-ea144-7
set_implementation_params -device ep3c25-ea144-7
#set_implementation_params -force_independent_stalldomain_tcab 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 -memory_return_boundary_register infer
 
set_implementation_params -cexec_args "-port /dev/ttyS0 -player L"
 
set_implementation_params -host_memory_access never
 
set_implementation_params -outstream_forward_path_external_delay 0%
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 -instream_return_path_external_delay 0%
set_implementation_params -task_overlap 0
 
set_implementation_params -instream_return_path_external_delay 0%
 
set_implementation_params -simulator modelsim
set_implementation_params -clock_freq 100
set_implementation_params -clock_freq 100
#set_implementation_params -allow_latency_violation no
 
#set_implementation_params -user_supplied_fpga_memory_read_write_ports separate
 
#set_implementation_params -internal_blockram_memory_read_write_ports separate
 
 
 
 
 
 
setvar preprocess_auxopts "-L"
 
 
 
 
csim  -golden  -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  -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  -cexec_args "-port /dev/ttyS0 -player L"
csim  -schedule  -cppcompiler_args "-g -DPICO_SYNTH -fpermissive" -cexec_args "-port /dev/ttyS0 -player L"
synthesize
synthesize
#csim -synthesize -dump_memory_access_trace -sim_after_synth_phase 5
create_rtl_package  -force
create_rtl_package
 
 
 
#set_implementation_params -simulator modelsim
 
#vlogsim -offline -dotasks 1-30
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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