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

Subversion Repositories ssbcc

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

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

powered by: WebSVN 2.1.0

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