AHB (light)

The first AHB code module.
  FPGA proven NO
  ASIC proven NO

Introduction

The ARM® AHB (light) interface is used by many IP providers. In this directory you will find the first of, hopefully many, AHB modules. The testbench also contains a behavioural module which can generate AHB bus cycles. The docs directory has a short description but also a copy of the ARM AHB AMBA specification.
The AHB-lite standard from ARM cam be found here..

ahb_sram.v

An interface module to acces synchronous memory without incurring wait states.
The code can be found here. A document describing the code is available here.
As usual the code comes complete with the test benches I used to verify the operation. The test-bench IS self-checking.