URL
https://opencores.org/ocsvn/ssbcc/ssbcc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 3 |
Line 54... |
Line 54... |
.outstrobe(O_WR_18BIT)
|
.outstrobe(O_WR_18BIT)
|
.return(drop)
|
.return(drop)
|
"""
|
"""
|
|
|
def __init__(self,peripheralFile,config,param_list,loc):
|
def __init__(self,peripheralFile,config,param_list,loc):
|
# Use the externally provided file name for the peripheral
|
|
self.peripheralFile = peripheralFile;
|
|
# Get the parameters.
|
# Get the parameters.
|
allowables = (
|
allowables = (
|
('outport', r'O_\w+$', None, ),
|
('outport', r'O_\w+$', None, ),
|
('outsignal', r'o_\w+$', None, ),
|
('outsignal', r'o_\w+$', None, ),
|
('width', r'(9|[1-9]\d*)$', int, ),
|
('width', r'(9|[1-9]\d*)$', int, ),
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.