Skip to content

Commit

Permalink
Add NanoXplore devices tests for BRAMs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansaya committed Apr 10, 2024
1 parent 47acc9a commit 44aa8fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/panda_bench_nanoxplore.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
script_dir="$(dirname $(readlink -e $0))"
BATCH_ARGS=("--evaluation")
BATCH_ARGS=("--clock-period=20" "--evaluation")
OUT_SUFFIX="pb_nanoxplore"

python3 $script_dir/../etc/scripts/test_panda.py --tool=bambu \
Expand Down
3 changes: 3 additions & 0 deletions examples/panda_bench_nanoxplore_list
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ arf_res_sharing/module.c --configuration-name=ars --benchmark-name=un_nx2h540tsc
arf_res_sharing/module.c --configuration-name=ars --benchmark-name=co_nx1h35S --top-fname=arf --generate-tb=BENCHMARKS_ROOT/arf_res_sharing/test.xml --experimental-setup=BAMBU --simulator=VERILATOR --device-name=nx1h35S --generate-interface=WB4 --cprf=0.9 --skip-pipe-parameter=1 arf_res_sharing/constraints_STD.xml
arf_res_sharing/module.c --configuration-name=ars --benchmark-name=co_nx1h140tsp --top-fname=arf --generate-tb=BENCHMARKS_ROOT/arf_res_sharing/test.xml --experimental-setup=BAMBU --simulator=VERILATOR --device-name=nx1h140tsp --generate-interface=WB4 --cprf=0.9 --skip-pipe-parameter=1 arf_res_sharing/constraints_STD.xml
arf_res_sharing/module.c --configuration-name=ars --benchmark-name=co_nx2h540tsc --top-fname=arf --generate-tb=BENCHMARKS_ROOT/arf_res_sharing/test.xml --experimental-setup=BAMBU --simulator=VERILATOR --device-name=nx2h540tsc --generate-interface=WB4 --cprf=0.9 --skip-pipe-parameter=1 arf_res_sharing/constraints_STD.xml
sha-256/sha-256.c --configuration-name=nx1h35S --benchmark-name=sha256 --top-fname=calc_sha_256 --generate-tb=BENCHMARKS_ROOT/sha-256/test.xml -s --simulator=VERILATOR --device-name=nx1h35S
sha-256/sha-256.c --configuration-name=nx1h140tsp --benchmark-name=sha256 --top-fname=calc_sha_256 --generate-tb=BENCHMARKS_ROOT/sha-256/test.xml -s --simulator=VERILATOR --device-name=nx1h140tsp
sha-256/sha-256.c --configuration-name=nx2h540tsc --benchmark-name=sha256 --top-fname=calc_sha_256 --generate-tb=BENCHMARKS_ROOT/sha-256/test.xml -s --simulator=VERILATOR --device-name=nx2h540tsc

0 comments on commit 44aa8fb

Please sign in to comment.