Git Product home page Git Product logo

ratatoskr's People

Contributors

ghjeong12 avatar imadhajjar avatar jmjos avatar joern-noeller avatar mtz12 avatar nubok avatar yangyt96 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ratatoskr's Issues

Figures for upcoming journal

  1. Create folder that contains all scripts for the simulations (scripts/feature_paper).
  2. Create and include figures for examplary reports.
  3. Create and include figures for performance of router model.
  4. Include the csv file therefore.
  5. Include the latter figure also in the documentation of this simulator!

Run scripts

  • basically urand script. already well-documented.
  • link them with entry points
  • write nice user manual
  • also include vhdl synthesis

Leakage Powers in Routers

Define a novel power model, based on transmission matrices, for leackages within routers. Probabaly we will need matrices for buffers, cb and something clever for the routing unit.

Need to define models first! Implementation is easy going.

Router statistics

Include the functionality from the old version into the new code. Also improve the usage of the python scripts by good documentation.

Experiments

  • simulation of urand with infinite buffers.
  • using HXYZ and XZY
  • check buffer usage
  • same simulations for 8 and 4 flit deep buffers.
  • then adopt the buffer depth to acutally used number and then to 50% of that number. individually per layer and channel!
  • report the performance figures!

use the topology files as already defined once (you will remember, those from hetero_XYZ_same clock etc.)

Cheers, Moritz

Pseudo double data rate

Routers are not actually double data rate, but on the negative clock cycle the valid signal is set false in order to make the receive function sensitivity okay. That's bad... probably

Report scripts

These scripts will generate reports.

  • performance from routers
  • power from vhdl
  • generate power profile in routers
  • generate link matrices
  • run matlab to evaluate these
  • area from vhdl
  • generate tex for report and compile

Integration of Link model

  • transmission matrices
  • Link.cpp write and test
  • nice data format to pass info to matlab
  • test matlab

8x4x2 noc cannot be created

If I use

[Config]
simulationTime = 100000
flitsPerPacket = 32
bitWidth = 8
benchmark = synthetic
libDir = config

[Synthetic]
simDir = sim
restarts = 16
warmupStart = 100
warmupDuration = 990
warmupRate = 0.02
runRateMin = 0.01
runRateMax = 0.08
runRateStep = 0.01
runStartAfterWarmup = 10
runDuration = 100000
numCores = -1

[Report]
bufferReportRouters = [5, 6, 9, 10, 21, 22, 25, 26, 37, 38, 41, 42]

;------VHDL------

[Hardware]
x = [8, 4]
y = [8, 4]
z = 2
routing = XYZ
clockDelay = [1, 1, 1]
bufferDepthType = single
bufferDepth = 4
buffersDepths = [10, 20, 30, 40]
vcCount = 4
topologyFile = network
flitSize = 64
portNum = 7

config.ini file in the bin folder and run python configure.py, the resulting network.xml file is not correctly connected. It has diagonal links that you can see using python plot_network.py

The correct file must follow 3D mesh, i.e. that each router is only connected to direct neighbors in west, east, north, south, up, and down direction. Please fix this in the xml_writers.py

Removing log.txt

Whenever a simulation is started, an empty log.txt is created. This old feature must be removed.

config.ini updates

  • topologyFile must move to network .
  • libdir must be in CONFIG
  • raname NOC_3D_PACKAGE to NOC
  • simulation_time, num_cores must be renamed to camelcase and unclear why simtime double
  • rout_algo is double, pls remove
  • move NETWORK to hardware!
  • Merge ROUTER and NOC in hardware
  • remove router_pl, since it is redundant
  • rename URAND to SYNTHETIC.

Size of packets

Add support for:

  • calculation of number of flits based on packet size and the link widths
  • Variable length of packets

Router power

Within the GlobalReport.h member variables for all energy events are given. Implement those in the router model!

Entry point scripts

  • simple config.ini for network size?
  • script to generate simulator configuration
  • script to generate VHDL code

Send and receive timing

Timing of send and receive is broken. Example:
9080ns: Router4[ East0] - Send Flit [B_74613: 4-->22]
9080ns: Router5[ East0] - Send Flit [H_74610: 4-->22]
9080ns: Router4[Local0] - Receive Flit [B_74616: 4-->22]
9080ns: Router5[ West0] - Receive Flit [B_74613: 4-->22]
9081ns: Router4[ East0] - Send Flit [B_74614: 4-->22]
9081ns: Router5[ East0] - Send Flit [B_74611: 4-->22]
9081ns: Router4[Local0] - Receive Flit [B_74617: 4-->22]
9081ns: Router5[ West0] - Receive Flit [B_74614: 4-->22]
9081ns: Router6[ West0] - Receive Flit [B_74611: 4-->22]

B_74613 is send and received in same time, B_74610 is missing completely, although later its sent

Add test cases

Implement test scripts for:

  • 4x4 and 8x8 urand.
  • netrace

use python scripts, called from travis.yml

Remove Xis etc. from config.ini

Xis etc are router coordinates. No need for them in config.ini, they must be a level deeper and automatically generated for the whole network. Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.