Clone the repository ROM_maker with the command git clone ssh://git.bobignou.red:23231/ROM_maker

ROM_maker

This program is used to make a ROM in Verilog from a binary file.

Usage

Usage: ROM_maker List of available arguments:

Output module

The ouputed Verilog module got a clk input if it is synchronous. It got an enable input. It got an addr bus input for the address and a data bus output.

Installation

To install ROM_maker, run sudo make install. To uninstall it, run sudo make uninstall.

Back to homepage.