mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Simulation model verilog fix
This commit is contained in:
		
							parent
							
								
									0b7d648c6a
								
							
						
					
					
						commit
						ea0b6258ab
					
				
					 2 changed files with 1 additions and 14 deletions
				
			
		|  | @ -281,19 +281,6 @@ endmodule | ||||||
| 
 | 
 | ||||||
| // --------------------------------------- | // --------------------------------------- | ||||||
| 
 | 
 | ||||||
| module OB(input I, output O); |  | ||||||
| assign O = I; |  | ||||||
| endmodule |  | ||||||
| 
 |  | ||||||
| // --------------------------------------- |  | ||||||
| 
 |  | ||||||
| module BB(input I, T, output O, inout B); |  | ||||||
| assign B = T ? 1'bz : I; |  | ||||||
| assign O = B; |  | ||||||
| endmodule |  | ||||||
| 
 |  | ||||||
| // --------------------------------------- |  | ||||||
| 
 |  | ||||||
| module INV(input A, output Z); | module INV(input A, output Z); | ||||||
| 	assign Z = !A; | 	assign Z = !A; | ||||||
| endmodule | endmodule | ||||||
|  |  | ||||||
|  | @ -282,7 +282,7 @@ module RAM32X1D ( | ||||||
|   output DPO, SPO, |   output DPO, SPO, | ||||||
|   input  D, WCLK, WE, |   input  D, WCLK, WE, | ||||||
|   input  A0, A1, A2, A3, A4, |   input  A0, A1, A2, A3, A4, | ||||||
|   input  DPRA0, DPRA1, DPRA2, DPRA3, DPRA4, |   input  DPRA0, DPRA1, DPRA2, DPRA3, DPRA4 | ||||||
| ); | ); | ||||||
|   parameter INIT = 32'h0; |   parameter INIT = 32'h0; | ||||||
|   parameter IS_WCLK_INVERTED = 1'b0; |   parameter IS_WCLK_INVERTED = 1'b0; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue