Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SW_HW_Platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Farnoud Farahmand
SW_HW_Platform
Commits
e0189a90
Commit
e0189a90
authored
Sep 09, 2019
by
Farnoud Farahmand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lower number of parrallel thread to be suitable for personal machines
parent
5d4b98c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
generate_bitstream_102.tcl
script/generate_bitstream_102.tcl
+1
-1
generate_bitstream_104.tcl
script/generate_bitstream_104.tcl
+1
-1
No files found.
script/generate_bitstream_102.tcl
View file @
e0189a90
...
...
@@ -126,7 +126,7 @@ add_files -norecurse ../vivado_project/platform_project/PLATFORM_PROJECT.srcs/so
update_compile_order -fileset sources_1
set_property top design_1_wrapper
[
current_fileset
]
update_compile_order -fileset sources_1
launch_runs impl_1 -to_step write_bitstream -jobs
32
launch_runs impl_1 -to_step write_bitstream -jobs
8
wait_on_run impl_1
#if {[get_property PROGRESS [get_runs impl_1
]]
!=
"100%"
}
{
#error "ERROR: synth_1 failed"
...
...
script/generate_bitstream_104.tcl
View file @
e0189a90
...
...
@@ -121,7 +121,7 @@ add_files -norecurse ../vivado_project/platform_project/PLATFORM_PROJECT.srcs/so
update_compile_order -fileset sources_1
set_property top design_1_wrapper
[
current_fileset
]
update_compile_order -fileset sources_1
launch_runs impl_1 -to_step write_bitstream -jobs
32
launch_runs impl_1 -to_step write_bitstream -jobs
8
wait_on_run impl_1
#if {[get_property PROGRESS [get_runs impl_1
]]
!=
"100%"
}
{
#error "ERROR: synth_1 failed"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment