URL
https://opencores.org/ocsvn/aemb/aemb/trunk
Subversion Repositories aemb
[/] [aemb/] [trunk/] [lib/] [fasm/] [fasm_memory.vi] - Rev 198
Go to most recent revision | Compare with Previous | Blame | View Log
/* $Id: fasm_tparam.v,v 1.2 2008/06/05 20:53:36 sybreon Exp $
**
** FASM MEMORY LIBRARY
** Copyright (C) 2004-2008 Shawn Tan <shawn.tan@aeste.net>
** All rights reserved.
**
** FASM is free software: you can redistribute it and/or modify it
** under the terms of the GNU Lesser General Public License as
** published by the Free Software Foundation, either version 3 of the
** License, or (at your option) any later version.
**
** FASM is distributed in the hope that it will be useful, but WITHOUT
** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
** or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
** Public License for more details.
**
** You should have received a copy of the GNU Lesser General Public
** License along with FASM. If not, see <http:**www.gnu.org/licenses/>.
*/
/*
* Synthesis proven on:
* - Xilinx ISE
* - Altera Quartus (>=8.0)
*/
`include "fasm_tparam.v"
`include "fasm_sparam.v"
`include "fasm_dparam.v"
`include "fasm_spsram.v"
`include "fasm_dpsram.v"
`include "fasm_tpsram.v"
`include "fasm_fifo.v"
`include "fasm_tparam_n.v"
Go to most recent revision | Compare with Previous | Blame | View Log