# HG changeset patch # User hausers # Date 1328115253 -3600 # Node ID abe3db0025d59d4c53cca175f191304f34d03aeb # Parent 4862640793b6bfa0bf0d93da3583ccef7a380816 results after discussion at February 1 diff -r 4862640793b6 -r abe3db0025d5 CircuitNetlistCreator.c --- a/CircuitNetlistCreator.c Tue Jan 31 17:10:29 2012 +0100 +++ b/CircuitNetlistCreator.c Wed Feb 01 17:54:13 2012 +0100 @@ -89,7 +89,6 @@ TL = malloc( sizeof(HWSimTimeline) ); TL->numInPorts = 1; TL->numOutPorts = 1; - //Sean: here we create only inPorts -> outPorts will be created be HWSim ? TL->inPorts = HWSim_ext__make_inPortsArray( TL->numInPorts ); TL->inPorts[-1].triggeredSpanType = IDLE_SPAN; //reset port TL->inPorts[0].triggeredSpanType = netlist->spanTypes[PING_PONG_TYPE];