forked from Github_Repos/cvw
		
	setup so the sdc does not need to load a model in the imperas test bench.
This commit is contained in:
		
							parent
							
								
									c644e940c2
								
							
						
					
					
						commit
						9fdb1d3cc9
					
				| @ -88,6 +88,8 @@ module sd_top_tb(); | ||||
|     end | ||||
|    | ||||
| 
 | ||||
|   initial $readmemh("ramdisk2.hex", sdcard.FLASHmem); | ||||
|    | ||||
|   initial begin | ||||
| 
 | ||||
|     a_RST          = 1'b0; | ||||
|  | ||||
| @ -24,7 +24,7 @@ module    sdModel | ||||
|    inout tri1       cmd, | ||||
|    inout tri1 [3:0] dat | ||||
|    ); | ||||
|    parameter SD_FILE = "ramdisk2.hex"; | ||||
|    //parameter SD_FILE = "ramdisk2.hex";
 | ||||
|     | ||||
|    reg 	     oeCmd; | ||||
|    reg 	     oeDat; | ||||
| @ -142,7 +142,7 @@ module    sdModel | ||||
|    reg 	     q_start_bit; | ||||
|     | ||||
|    //Card initialization DAT contents
 | ||||
|    initial $readmemh(SD_FILE, FLASHmem); | ||||
|    //initial $readmemh(SD_FILE, FLASHmem);
 | ||||
| 
 | ||||
|    initial begin | ||||
|       wide_data[0] <= 00; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user