Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
c2bc28e
extended make_template
bulatkhusainov Feb 11, 2016
396a765
extended make_template with soc files generation
bulatkhusainov Feb 11, 2016
511373a
extended ip_design_build
bulatkhusainov Feb 11, 2016
3e499b8
ip_prototype_build extended
bulatkhusainov Feb 11, 2016
f271cd2
extended FPGAserver.h and main.c generation
bulatkhusainov Feb 11, 2016
2be6b61
extended soc echo.c generator
bulatkhusainov Feb 12, 2016
b7c2fe5
implemented soc_user.h and soc_user.c
bulatkhusainov Feb 13, 2016
f56cd81
implemented soc_prototype_load.tcl
bulatkhusainov Feb 13, 2016
2abf4fc
added FPGAclient genration files and HIL.m generation file
bulatkhusainov Feb 20, 2016
e683c8d
implemented soc_function with calling IP hardware
bulatkhusainov Feb 27, 2016
17d0993
fixed ethernet package lenghth bug
bulatkhusainov Feb 27, 2016
f2ff682
fixed floating point memcpy and added soc_prototype_load_debug
bulatkhusainov Mar 19, 2016
ef081ad
changes to make template
bulatkhusainov May 19, 2016
58da7fd
added soc_prototype to ip_design_delete function
bulatkhusainov May 20, 2016
4c148e7
add if structure to foo.cpp
bulatkhusainov Jun 11, 2016
d94b149
implemented soc_prototype_load_debug
bulatkhusainov Jun 13, 2016
88b4409
implemented automatic save of users code in soc_prototype_load_debug
bulatkhusainov Jun 13, 2016
7f83970
added possibility of disabling certan IP interfaces
bulatkhusainov Jun 15, 2016
e99cb8e
implemented copying sdk projects xml files in soc_prototype_load_debu…
bulatkhusainov Jul 5, 2016
4bd263e
added code for copying project settings in ip_design and ip_design_debug
bulatkhusainov Jul 12, 2016
90edfa4
added static specifier to foo.cpp interfaces and ap_cint library to f…
bulatkhusainov Jul 28, 2016
ac2a3f4
implemented adding information about SoC interfaces to ip_configurati…
bulatkhusainov Jul 28, 2016
6595b40
added soc_input and soc_output arguments to tcl make_template
bulatkhusainov Jul 28, 2016
6e04ffd
implemented saving soc related data in tcl and matlab flow. Checked t…
bulatkhusainov Jul 29, 2016
c6b6dac
minor corrections in soc_user.c and soc_user.h
bulatkhusainov Jul 29, 2016
52e9ffc
implemented TCP protocol for SoC function
bulatkhusainov Jul 30, 2016
c44143e
implemented wait when calling soc_prototype_load_debug
bulatkhusainov Jul 30, 2016
623b0c8
fixed closing projects in ip_prototype_load.tcl and soc_prototype_loa…
bulatkhusainov Jul 30, 2016
cd0c94f
modified make_template for handling both PL and SOC templates
bulatkhusainov Aug 2, 2016
5b096ee
implemented error checking for soc interface
bulatkhusainov Aug 2, 2016
c2e6a7f
Implemented soc_prototype_test in tcl design flow
bulatkhusainov Aug 2, 2016
3a80125
added soc_prototype_test.tcl
bulatkhusainov Aug 2, 2016
793e805
merged master and bulat_branch
bulatkhusainov Aug 4, 2016
e7f0c9c
Fixed the bug with saving HLS project parameters when duplicating pro…
bulatkhusainov Aug 29, 2016
4613013
added function help descriptions and fixed callinng matlab function f…
bulatkhusainov Aug 29, 2016
9323762
added Bulat to some license files and improved regression test
bulatkhusainov Aug 29, 2016
540b1b9
final preparations before pull request
bulatkhusainov Aug 29, 2016
4124221
Merge remote-tracking branch 'upstream/master'
bulatkhusainov Sep 10, 2016
ce0b1bd
updated documentaion of in doc folder for new commands
bulatkhusainov Sep 11, 2016
f3d22f0
updated documentaion of in doc folder for new commands(continued)
bulatkhusainov Sep 11, 2016
158aeb5
(re)generated app.xml, revision_history.txt and doc files
bulatkhusainov Sep 11, 2016
8568f35
minor changes in documentation
bulatkhusainov Sep 11, 2016
875b37d
Went through: How to Modify an existing app
bulatkhusainov Sep 11, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
implemented wait when calling soc_prototype_load_debug
  • Loading branch information
bulatkhusainov committed Jul 30, 2016
commit c44143e2c43e7f93883d2e692223342465ca2a90
2 changes: 1 addition & 1 deletion tclapp/icl/protoip/soc_prototype_load_debug.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ if {$error==0} {
# Create SDK Project
puts "Calling SDK GUI ..."

set command_name "|xsdk -workspace "
set command_name "|xsdk -wait -workspace "
append command_name $target_dir
append command_name "/workspace1"

Expand Down