Skip to content

Commit

Permalink
Variable unused removed from Routing_RingZero; Old FG removed
Browse files Browse the repository at this point in the history
  • Loading branch information
edualvss committed Jan 25, 2017
1 parent ddfa544 commit 221360e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 666 deletions.
2 changes: 1 addition & 1 deletion Routing_Ring_zero/Routing_RingZero.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void Routing_RingZero::p_REQUEST() {
bool v_BOP; // packet framing bit: begin of packet
bool v_HEADER_PRESENT; // A header is in the FIFO's output
UIntVar v_REQUEST(0,numPorts);// Encoded request
int v_LOCAL, v_OFFSET; // Aux. variables used for routing
int v_LOCAL; // Aux. variables used for routing

Flit f = i_DATA.read();
v_DATA = f.data;
Expand Down
2 changes: 0 additions & 2 deletions Simulator/Simulator.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ SOURCES += \
../SystemSignals/SystemSignals.cpp \
../StopSim/StopSim.cpp \
../TrafficMeter/TrafficMeter.cpp \
fg.cpp \
UnboundedFifo.cpp \
FlowGenerator.cpp \
DestinationGenerator.cpp \
Expand All @@ -29,7 +28,6 @@ HEADERS += \
../SystemSignals/SystemSignals.h \
../StopSim/StopSim.h \
../TrafficMeter/TrafficMeter.h \
fg.h \
UnboundedFifo.h \
TerminalInstrumentation.h \
FlowGenerator.h \
Expand Down
1 change: 0 additions & 1 deletion Simulator/TerminalInstrumentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define __TERMINAL_INSTRUMENTATION_H__

#include <systemc.h>
#include "fg.h"

#include "../SoCINDefines.h"
#include "../NoC/NoC.h"
Expand Down
Loading

0 comments on commit 221360e

Please sign in to comment.