Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > HWSim > HWSim__PingPong__HWDef
changeset 13:abe3db0025d5
results after discussion at February 1
author | hausers |
---|---|
date | Wed, 01 Feb 2012 17:54:13 +0100 |
parents | 4862640793b6 |
children | ddd87abfeefd |
files | CircuitNetlistCreator.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/CircuitNetlistCreator.c Tue Jan 31 17:10:29 2012 +0100 1.2 +++ b/CircuitNetlistCreator.c Wed Feb 01 17:54:13 2012 +0100 1.3 @@ -89,7 +89,6 @@ 1.4 TL = malloc( sizeof(HWSimTimeline) ); 1.5 TL->numInPorts = 1; 1.6 TL->numOutPorts = 1; 1.7 - //Sean: here we create only inPorts -> outPorts will be created be HWSim ? 1.8 TL->inPorts = HWSim_ext__make_inPortsArray( TL->numInPorts ); 1.9 TL->inPorts[-1].triggeredSpanType = IDLE_SPAN; //reset port 1.10 TL->inPorts[0].triggeredSpanType = netlist->spanTypes[PING_PONG_TYPE];