mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Disable dist RAM boxes due to comb loop
This commit is contained in:
		
							parent
							
								
									8a708d1fdb
								
							
						
					
					
						commit
						54379f9872
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -281,7 +281,7 @@ module FDPE_1 ((* abc_flop_q *) output reg Q, input C, CE, D, PRE); | |||
|   always @(negedge C, posedge PRE) if (PRE) Q <= 1'b1; else if (CE) Q <= D; | ||||
| endmodule | ||||
| 
 | ||||
| (* abc_box_id = 4 /*, lib_whitebox*/ *) | ||||
| //(* abc_box_id = 4 /*, lib_whitebox*/ *) | ||||
| module RAM64X1D ( | ||||
|   output DPO, SPO, | ||||
|   input  D, WCLK, WE, | ||||
|  | @ -299,7 +299,7 @@ module RAM64X1D ( | |||
|   always @(posedge clk) if (WE) mem[a] <= D; | ||||
| endmodule | ||||
| 
 | ||||
| (* abc_box_id = 5 /*, lib_whitebox*/ *) | ||||
| //(* abc_box_id = 5 /*, lib_whitebox*/ *) | ||||
| module RAM128X1D ( | ||||
|   output       DPO, SPO, | ||||
|   input        D, WCLK, WE, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue