mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Missing abc_flop_q attribute on SPRAM
This commit is contained in:
		
							parent
							
								
									1ec5f18346
								
							
						
					
					
						commit
						671cca59a9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -887,7 +887,7 @@ module SB_SPRAM256KA ( | ||||||
| 	input [15:0] DATAIN, | 	input [15:0] DATAIN, | ||||||
| 	input [3:0] MASKWREN, | 	input [3:0] MASKWREN, | ||||||
| 	input WREN, CHIPSELECT, CLOCK, STANDBY, SLEEP, POWEROFF, | 	input WREN, CHIPSELECT, CLOCK, STANDBY, SLEEP, POWEROFF, | ||||||
| 	output reg [15:0] DATAOUT | 	(* abc_flop_q *) output reg [15:0] DATAOUT | ||||||
| ); | ); | ||||||
| `ifndef BLACKBOX | `ifndef BLACKBOX | ||||||
| `ifndef EQUIV | `ifndef EQUIV | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue