Initial commit
This commit is contained in:
		
							
								
								
									
										6
									
								
								Libs/RiscV/HEIRV32/hdl/bramAddrReducer_rtl.vhd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								Libs/RiscV/HEIRV32/hdl/bramAddrReducer_rtl.vhd
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
|  | ||||
| ARCHITECTURE rtl OF bramAddrReducer IS | ||||
| BEGIN | ||||
| 	-- +2 to srr(2) the address (as it makes +4) | ||||
| 	addrOut <= std_ulogic_vector(addrIn(addrOut'high+2 downto addrOut'low+2)); | ||||
| END ARCHITECTURE rtl; | ||||
		Reference in New Issue
	
	Block a user