URL
https://opencores.org/ocsvn/myblaze/myblaze/trunk
[/] [myblaze/] [trunk/] [rtl/] [gprf.py] - Diff between revs 5 and 6
Show entire file |
Details |
Blame |
View Log
Rev 5 |
Rev 6 |
Line 6... |
Line 6... |
General purpose Register File
|
General purpose Register File
|
|
|
:copyright: Copyright (c) 2010 Jian Luo
|
:copyright: Copyright (c) 2010 Jian Luo
|
:author-email: jian.luo.cn(at_)gmail.com
|
:author-email: jian.luo.cn(at_)gmail.com
|
:license: LGPL, see LICENSE for details
|
:license: LGPL, see LICENSE for details
|
:revision: $Id: gprf.py 5 2010-11-21 10:59:30Z rockee $
|
:revision: $Id: gprf.py 6 2010-11-21 23:18:44Z rockee $
|
"""
|
"""
|
|
|
from myhdl import *
|
from myhdl import *
|
from defines import *
|
from defines import *
|
from functions import *
|
from functions import *
|
from dsram import *
|
from dsram import *
|
from debug import *
|
#from debug import *
|
|
|
def GPRF(
|
def GPRF(
|
clock,
|
clock,
|
enable,
|
enable,
|
gprf_adr_a_i,
|
gprf_adr_a_i,
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.