Skip to content
Snippets Groups Projects
Commit 13871a27 authored by Letitia Li's avatar Letitia Li
Browse files

HW Bus public

parent 2a444859
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,7 @@ public class HwBus extends HwCommunicationNode {
public int pipelineSize = DEFAULT_PIPELINE_SIZE;
public int arbitration = DEFAULT_ARBITRATION;
public int privacy = BUS_PUBLIC;
public int sliceTime = DEFAULT_SLICE_TIME;
public static final int BUS_PUBLIC = 1;//DG
public int sliceTime = DEFAULT_SLICE_TIME;
public HwBus(String _name) {
super(_name);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment