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

Subversion Repositories sc2v

[/] [sc2v/] [trunk/] [src/] [sc2v_step2.c] - Diff between revs 14 and 15

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 14 Rev 15
Line 184... Line 184...
 
 
}
}
 
 
 
 
void
void
ShowSignalsList (SignalNode * list)
ShowSignalsList (SignalNode * list, WriteNode * writeslist)
{
{
  SignalNode *sll;
  SignalNode *sll;
  SGLIB_LIST_MAP_ON_ELEMENTS (SignalNode, list, sll, next,
  SGLIB_LIST_MAP_ON_ELEMENTS (SignalNode, list, sll, next,
  {
  {
        if (IsWrite (writeslist, sll->name))
        if (IsWrite (writeslist, sll->name))

powered by: WebSVN 2.1.0

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