mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Only add memory libraries when targeting 28nm
This commit is contained in:
		
							parent
							
								
									0280942563
								
							
						
					
					
						commit
						c9b56f9acc
					
				@ -48,10 +48,12 @@ set cache_read   $cache_write
 | 
				
			|||||||
lappend search_path ./scripts
 | 
					lappend search_path ./scripts
 | 
				
			||||||
lappend search_path ./hdl
 | 
					lappend search_path ./hdl
 | 
				
			||||||
lappend search_path ./mapped
 | 
					lappend search_path ./mapped
 | 
				
			||||||
set memory /home/jstine/WallyMem/rv64gc/
 | 
					if {$tech="tsmc28"} {}
 | 
				
			||||||
lappend target_library $memory/ts3n28hpcpa128x64m8m_130a/NLDM/ts3n28hpcpa128x64m8m_tt0p9v25c.db
 | 
					    set memory /home/jstine/WallyMem/rv64gc/
 | 
				
			||||||
lappend target_library $memory/ts1n28hpcpsvtb64x128m4sw_180a/NLDM/ts1n28hpcpsvtb64x128m4sw_tt0p9v25c.db
 | 
					    lappend target_library $memory/ts3n28hpcpa128x64m8m_130a/NLDM/ts3n28hpcpa128x64m8m_tt0p9v25c.db
 | 
				
			||||||
lappend target_library $memory/ts1n28hpcpsvtb64x44m4sw_180a/NLDM/ts1n28hpcpsvtb64x44m4sw_tt0p9v25c.db
 | 
					    lappend target_library $memory/ts1n28hpcpsvtb64x128m4sw_180a/NLDM/ts1n28hpcpsvtb64x128m4sw_tt0p9v25c.db
 | 
				
			||||||
 | 
					    lappend target_library $memory/ts1n28hpcpsvtb64x44m4sw_180a/NLDM/ts1n28hpcpsvtb64x44m4sw_tt0p9v25c.db
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set up User Information
 | 
					# Set up User Information
 | 
				
			||||||
set company "Oklahoma State University"
 | 
					set company "Oklahoma State University"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user