Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > HWSim > HWSim__PingPong__HWDef
diff CircuitNetlistCreator.c @ 21:561d3a06ffc5
updated for VMS name chgs from VMS__malloc to VMS_int__malloc
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Sun, 01 Apr 2012 13:33:18 -0700 |
| parents | ddd87abfeefd |
| children | c11c48758df3 |
line diff
1.1 --- a/CircuitNetlistCreator.c Sun Feb 12 01:47:58 2012 -0800 1.2 +++ b/CircuitNetlistCreator.c Sun Apr 01 13:33:18 2012 -0700 1.3 @@ -7,7 +7,7 @@ 1.4 */ 1.5 #include "HWSim__PingPong__HWDef/HWSim__PingPong__HWDef.h" 1.6 1.7 -/*'' is an expr resolves to an actual commPath struct instance 1.8 +/* is an expr resolves to an actual commPath struct instance 1.9 */ 1.10 #define setCommPathValuesTo( commPath, fromElIdx, outPort, toElIdx, inPort,\ 1.11 commTimeFnPtr, dataPtr)\ 1.12 @@ -78,9 +78,9 @@ 1.13 netlist->numCommPaths= numCommPaths; 1.14 netlist->commPaths= commPaths; 1.15 //TL 0, out-port 0 to TL 1, in-port 0 1.16 - setCommPathValuesTo(commPaths[0], 0,0,1,0, &commPath_TimeSpanCalc, NULL); 1.17 + // setCommPathValuesTo(commPaths[0], 0,0,1,0, &commPath_TimeSpanCalc, NULL); 1.18 //TL 1, out-port 0 to TL 0, in-port 0 1.19 - setCommPathValuesTo(commPaths[1], 1,0,0,0, &commPath_TimeSpanCalc, NULL); 1.20 + // setCommPathValuesTo(commPaths[1], 1,0,0,0, &commPath_TimeSpanCalc, NULL); 1.21 1.22 //TODO: decide how do in-out bidirectional commPaths -- thinking make it two 1.23 // separate commPaths with guard between in-port and out-port
