forked from Github_Repos/cvw
		
	remove deprecated mem signals
This commit is contained in:
		
							parent
							
								
									19fc7d2381
								
							
						
					
					
						commit
						ed4ff1ecd0
					
				@ -84,18 +84,6 @@ module uncore (
 | 
			
		||||
  adrdec uartdec(HADDR, `UARTBASE, `UARTRANGE, PreHSELUART);
 | 
			
		||||
  assign HSELUART = PreHSELUART && (HSIZE == 3'b000); // only byte writes to UART are supported
 | 
			
		||||
 | 
			
		||||
  // Enable read or write based on decoded address
 | 
			
		||||
  assign MemRW = {~HWRITE, HWRITED};
 | 
			
		||||
  `ifdef BOOTTIMBASE
 | 
			
		||||
  assign MemRWboottim = MemRW & {2{HSELBootTim}};
 | 
			
		||||
  `endif
 | 
			
		||||
  assign MemRWtim = MemRW & {2{HSELTim}};
 | 
			
		||||
  assign MemRWclint = MemRW & {2{HSELCLINT}};
 | 
			
		||||
  `ifdef GPIOBASE
 | 
			
		||||
  assign MemRWgpio = MemRW & {2{HSELGPIO}};
 | 
			
		||||
  `endif
 | 
			
		||||
  assign MemRWuart = MemRW & {2{HSELUART}};
 | 
			
		||||
 | 
			
		||||
  // subword accesses: converts HWDATAIN to HWDATA
 | 
			
		||||
  subwordwrite sww(.*);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user