mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Enbled multicore synthesis
This commit is contained in:
		
							parent
							
								
									b360e7b941
								
							
						
					
					
						commit
						0399a63b48
					
				@ -10,6 +10,9 @@ suppress_message {VER-130}
 | 
				
			|||||||
suppress_message {VER-281} 
 | 
					suppress_message {VER-281} 
 | 
				
			||||||
suppress_message {VER-173} 
 | 
					suppress_message {VER-173} 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Enable Multicore
 | 
				
			||||||
 | 
					set_host_options -max_cores 8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# get outputDir from environment (Makefile)
 | 
					# get outputDir from environment (Makefile)
 | 
				
			||||||
set outputDir $::env(OUTPUTDIR)
 | 
					set outputDir $::env(OUTPUTDIR)
 | 
				
			||||||
set cfgName $::env(CONFIG)
 | 
					set cfgName $::env(CONFIG)
 | 
				
			||||||
@ -178,10 +181,10 @@ redirect $filename { report_qor }
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Report Timing
 | 
					# Report Timing
 | 
				
			||||||
set filename [format "%s%s%s%s" $outputDir "/reports/" $my_toplevel "_reportpath.rep"]
 | 
					set filename [format "%s%s%s%s" $outputDir "/reports/" $my_toplevel "_reportpath.rep"]
 | 
				
			||||||
redirect $filename { report_path_group }
 | 
					#redirect $filename { report_path_group }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set filename [format "%s%s%s%s" $outputDir "/reports/" $my_toplevel "_report_clock.rep"]
 | 
					set filename [format "%s%s%s%s" $outputDir "/reports/" $my_toplevel "_report_clock.rep"]
 | 
				
			||||||
redirect $filename { report_clock }
 | 
					# redirect $filename { report_clock }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set filename [format "%s%s%s%s" $outputDir  "/reports/" $my_toplevel "_timing.rep"]
 | 
					set filename [format "%s%s%s%s" $outputDir  "/reports/" $my_toplevel "_timing.rep"]
 | 
				
			||||||
redirect $filename { report_timing -capacitance -transition_time -nets -nworst 1 }
 | 
					redirect $filename { report_timing -capacitance -transition_time -nets -nworst 1 }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user