mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	Add timing constraints to osu035 example
This commit is contained in:
		
							parent
							
								
									bc80426d45
								
							
						
					
					
						commit
						142f4ca03a
					
				
					 3 changed files with 4 additions and 2 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| 
 | ||||
| example.edif: example.ys example.v osu035_stdcells.lib | ||||
| example.edif: example.ys example.v example.constr osu035_stdcells.lib | ||||
| 	yosys -l example.yslog -q example.ys | ||||
| 
 | ||||
| osu035_stdcells.lib: | ||||
|  |  | |||
							
								
								
									
										2
									
								
								examples/osu035/example.constr
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								examples/osu035/example.constr
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,2 @@ | |||
| set_driving_cell INVX1 | ||||
| set_load 0.015 | ||||
|  | @ -4,7 +4,7 @@ read_liberty -lib osu035_stdcells.lib | |||
| synth -top top | ||||
| 
 | ||||
| dfflibmap -liberty osu035_stdcells.lib | ||||
| abc -liberty osu035_stdcells.lib | ||||
| abc -D 10000 -constr example.constr -liberty osu035_stdcells.lib | ||||
| opt_clean | ||||
| 
 | ||||
| stat -liberty osu035_stdcells.lib | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue