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 46... |
Line 46... |
.inport(I_COUNTER)
|
.inport(I_COUNTER)
|
.inport(I_COUNTER)
|
.inport(I_COUNTER)
|
"""
|
"""
|
|
|
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 = (
|
('outlatch', r'O_\w+$', None, ),
|
('outlatch', r'O_\w+$', None, ),
|
('inport', r'I_\w+$', None, ),
|
('inport', r'I_\w+$', None, ),
|
('insignal', r'i_\w+$', None, ),
|
('insignal', r'i_\w+$', None, ),
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.