URL
https://opencores.org/ocsvn/aemb/aemb/trunk
[/] [aemb/] [trunk/] [rtl/] [verilog/] [aeMB2_tpsram.v] - Diff between revs 131 and 134
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 131 |
Rev 134 |
Line 1... |
Line 1... |
/* $Id: aeMB2_tpsram.v,v 1.2 2008-04-26 01:09:06 sybreon Exp $
|
/* $Id: aeMB2_tpsram.v,v 1.3 2008-04-26 17:57:43 sybreon Exp $
|
**
|
**
|
** AEMB2 EDK 6.2 COMPATIBLE CORE
|
** AEMB2 EDK 6.2 COMPATIBLE CORE
|
** Copyright (C) 2004-2008 Shawn Tan <shawn.tan@aeste.net>
|
** Copyright (C) 2004-2008 Shawn Tan <shawn.tan@aeste.net>
|
**
|
**
|
** This file is part of AEMB.
|
** This file is part of AEMB.
|
Line 73... |
Line 73... |
xdat_o <= {(1+(DW-1)){1'b0}};
|
xdat_o <= {(1+(DW-1)){1'b0}};
|
// End of automatics
|
// End of automatics
|
else if (xena_i)
|
else if (xena_i)
|
xdat_o <= #1 rRAM[xadr_i];
|
xdat_o <= #1 rRAM[xadr_i];
|
|
|
assign dat_o = {(DW){1'bX}};
|
assign dat_o = {(DW){1'bX}}; // tieoff unused outputs
|
|
|
// --- SIMULATION ONLY ------------------------------------
|
// --- SIMULATION ONLY ------------------------------------
|
// synopsys translate_off
|
// synopsys translate_off
|
integer i;
|
integer i;
|
initial begin
|
initial begin
|
Line 89... |
Line 89... |
|
|
endmodule // aeMB2_tpsram
|
endmodule // aeMB2_tpsram
|
|
|
/*
|
/*
|
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
|
Revision 1.2 2008/04/26 01:09:06 sybreon
|
|
Passes basic tests. Minor documentation changes to make it compatible with iverilog pre-processor.
|
|
|
Revision 1.1 2008/04/20 16:33:39 sybreon
|
Revision 1.1 2008/04/20 16:33:39 sybreon
|
Initial import.
|
Initial import.
|
*/
|
*/
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.