Skip to content

Commit 5885886

Browse files
committed
created a task for mlp going through Odin-ii
1 parent fb1746e commit 5885886

File tree

2 files changed

+46
-0
lines changed
  • vtr_flow

2 files changed

+46
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
`define dsp_top
2+
`define noc_router_adapter_block
3+
`define memory
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
##############################################
2+
# Configuration file for running experiments
3+
##############################################
4+
5+
# Path to directory of circuits to use
6+
circuits_dir=benchmarks/noc/Large_Designs/MLP_1/verilog
7+
8+
# Path to directory of architectures to use
9+
archs_dir=arch/noc/mesh_noc_topology
10+
11+
# Path to directory containing the verilog includes file(s)
12+
includes_dir=benchmarks/noc/Large_Designs/MLP/shared_verilog
13+
14+
# Path to directory of NoC Traffic Patterns to use
15+
noc_traffics_dir=benchmarks/noc/Large_Designs/MLP_1
16+
17+
# Add circuits to list to sweep
18+
circuit_list_add=mlp1_complete_engine.v
19+
20+
# Add architectures to list to sweep
21+
arch_list_add=coffe_7nm_NoC_mesh_topology.xml
22+
23+
# Add NoC Traffic Patterns to list to sweep
24+
noc_traffic_list_add=mlp_1.flows
25+
26+
# Add include files to the list.
27+
# Some benchmarks instantiate hard dsp and memory blocks
28+
# This functionality is guarded under the `dsp_top` and other macros.
29+
# The hard_block_include.v file
30+
# defines this macros, thereby enabling instantiations of the hard blocks
31+
include_list_add=hard_block_include.v
32+
33+
# Parse info and how to parse
34+
parse_file=vpr_standard.txt
35+
36+
# How to parse QoR info
37+
qor_parse_file=qor_standard.txt
38+
39+
# Pass requirements
40+
pass_requirements_file=pass_requirements.txt
41+
42+
# Script parameters
43+
script_params =-starting_stage odin --pack --place

0 commit comments

Comments
 (0)