honeyxyb / ahb_slave

Generic AHB slave stub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

------------------------------ Remark ----------------------------------------
This code is a generic code written in RobustVerilog. In order to convert it to Verilog a RobustVerilog parser is required. 
It is possible to download a free RobustVerilog parser from www.provartec.com/edatools.

We will be very happy to receive any kind of feedback regarding our tools and cores. 
We will also be willing to support any company intending to integrate our cores into their project.
For any questions / remarks / suggestions / bugs please contact info@provartec.com.
------------------------------------------------------------------------------

RobustVerilog generic AHB slave stub

Supports 32 and 64 data bits.

In order to create the Verilog design use the run.sh script in the run directory (notice that the run scripts calls the robust binary (RobustVerilog parser)).

The RobustVerilog top source file is ahb_slave.v, it calls the top definition file named def_ahb_slave.txt.

The default definition file def_ahb_slave.txt generates an AHB slave with a 32 bit data bus.

Changing the stub parameters should be made only in def_ahb_slave.txt in the src/base directory (adding trace, address bits, data width etc.).

About

Generic AHB slave stub


Languages

Language:Verilog 96.7%Language:Shell 1.7%Language:Batchfile 0.9%Language:QMake 0.7%