mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Progress toward synthesis with parameterized design
This commit is contained in:
		
							parent
							
								
									208e1e4803
								
							
						
					
					
						commit
						46c62aff81
					
				@ -25,6 +25,7 @@ set maxopt $::env(MAXOPT)
 | 
			
		||||
set drive $::env(DRIVE)
 | 
			
		||||
 | 
			
		||||
eval file copy -force [glob ${cfg}/*.vh] {$outputDir/hdl/}
 | 
			
		||||
eval file copy -force [glob ${hdl_src}/*.sv] {$outputDir/hdl/}
 | 
			
		||||
eval file copy -force [glob ${hdl_src}/*/*.sv] {$outputDir/hdl/}
 | 
			
		||||
eval file copy -force [glob ${hdl_src}/*/*/*.sv] {$outputDir/hdl/}
 | 
			
		||||
 | 
			
		||||
@ -37,7 +38,7 @@ if { $saifpower == 1 } {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# Verilog files
 | 
			
		||||
set my_verilog_files [glob $outputDir/hdl/*]
 | 
			
		||||
set my_verilog_files [glob $outputDir/hdl/cvw.sv $outputDir/hdl/*.sv]
 | 
			
		||||
 | 
			
		||||
# Set toplevel
 | 
			
		||||
set my_toplevel $::env(DESIGN)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user