1 Star 4 Fork 2

Hic/popnet_modified

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
cmd
Loading...
README
添加针对任意拓扑的仿真功能后,需要使用cmake编译,且依赖libboost-all-dev库。

新增以下参数:
-G:拓扑文件路径
-m:更改中间结果的输出周期
-C:重构文件路径

详情见说明书。

This is not a ``real" README. It is too preliminary;) Please feel free to 
contact me. I will provide ``ALL" the information you need:)

Compile popnet, please use gcc 3.4.2 in linux. Just type ``make popnet". 
To run popnet, we put a short network trace in ./random_trace, which models
random network traffic in a 9x9 2D network. To run popnet, you can type the
following command:

./popnet -A 9 -c 2 -V 3 -B 12 -O 12 -F 4 -L 1000 -T 20000 -r 1 -I ./random_trace/bench -R 0

-A 9: the size of the network in each dimension. In this example, there are
nine routers on each dimension.
-c 2: 2D network
-B 12: input buffer size
-O 12: output buffer size
-F 4: flit size. We assume 64-bit flit unit, the actual flit size is then
      64 x 4 = 128
-L 1000: link length in um
-T 20000: simulation cycles
-r 1: random seed
-I ./random-trace/bench: trace file
-R 0: choose dimension routing

The current trace file has some ``weird" structure (to improve the simulation
efficiency). In random_trace directory, you can see in total 82 files. Among 
these trace files, the main trace file is ``bench", which contains all the 
network packets. In addition, each router <x,y> has its own trace file, named 
``bench.x.y", which contains all the locally injected packets. 

In each trace file, the basic format is:

T sx sy dx dy n

T: packet injection time
sx sy: the address of the source router
dx dy: the address of the destination router
n: packet size (number of flits)

空文件

简介

修复了popnet存在的问题 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/hic_0757/popnet_modified.git
git@gitee.com:hic_0757/popnet_modified.git
hic_0757
popnet_modified
popnet_modified
master

搜索帮助