OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [rtl/] [verilog/] [rom/] [README] - Blame information for rev 361

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 361 julius
ROM module
2
 
3
This module will act as a read-only memory with a Wishbone interface. It relies
4
on a generated list of verilog assigns for each address requested. This included
5
verilog file is from the sw/bootrom path. Anything building the system should
6
also build this bootrom.v (requires compilation of assembly file with or32
7
toolchain and parsing with custom tool in sw/utils, all done automagically by
8
Makefile in sw/bootrom)
9
 
10
This ROM can support Wishbone B3 bursting, but obviously then requires more
11
logic. The `NONBLOCK_DEFINE is to accomodate those annoying coding
12
methodologies that do all sequential assigns with a #delay, like the or1200 was.
13
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.