mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	modified wally shared
This commit is contained in:
		
							parent
							
								
									0b40f38f02
								
							
						
					
					
						commit
						08769e35ae
					
				| @ -101,7 +101,7 @@ | ||||
| `define NORMSHIFTSZ ((`DIVLEN+`NF+3) > (3*`NF+8) ? (`DIVLEN+`NF+3) : (3*`NF+9)) | ||||
| `define CORRSHIFTSZ ((`DIVLEN+`NF+3) > (3*`NF+8) ? (`DIVLEN+`NF+3) : (3*`NF+6)) | ||||
| 
 | ||||
| `define USE_SRAM 1 | ||||
| `define USE_SRAM 0 | ||||
| 
 | ||||
| // Disable spurious Verilator warnings | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										2
									
								
								pipelined/src/cache/sram1p1rw.sv
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								pipelined/src/cache/sram1p1rw.sv
									
									
									
									
										vendored
									
									
								
							| @ -33,6 +33,8 @@ | ||||
| 
 | ||||
| // WIDTH is number of bits in one "word" of the memory, DEPTH is number of such words
 | ||||
| 
 | ||||
| `include "wally-config.vh" | ||||
| 
 | ||||
| module sram1p1rw #(parameter DEPTH=128, WIDTH=256) ( | ||||
|   input logic                     clk, | ||||
|   input logic [$clog2(DEPTH)-1:0] Adr, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user