URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [orpsocv2/] [rtl/] [verilog/] [rom/] [README] - Rev 679
Go to most recent revision | Compare with Previous | Blame | View Log
ROM moduleThis module will act as a read-only memory with a Wishbone interface. It relieson a generated list of verilog assigns for each address requested. This includedverilog file is from the sw/bootrom path. Anything building the system shouldalso build this bootrom.v (requires compilation of assembly file with or32toolchain and parsing with custom tool in sw/utils, all done automagically byMakefile in sw/bootrom)This ROM can support Wishbone B3 bursting, but obviously then requires morelogic. The `NONBLOCK_DEFINE is to accomodate those annoying codingmethodologies that do all sequential assigns with a #delay, like the or1200 was.
Go to most recent revision | Compare with Previous | Blame | View Log
