OpenCores
URL https://opencores.org/ocsvn/ssbcc/ssbcc/trunk

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [peripherals/] [big_inport.py] - Diff between revs 2 and 3

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,           ),

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.