Skip to content

Commit

Permalink
BP profiling on Ultra96v2
Browse files Browse the repository at this point in the history
Added PC profiling

Added PC sampling

Added SAMPLE_INTERVAL

Fixed mcycle and minstret reporting

Added cdl

using bsg clock buffers in sim

Bump BP
  • Loading branch information
farzamgl committed Mar 22, 2024
1 parent f0ab399 commit 4dec037
Show file tree
Hide file tree
Showing 23 changed files with 1,580 additions and 215 deletions.
5 changes: 5 additions & 0 deletions cosim/black-parrot-example/flist.vcs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
+incdir+$CURR_VSRC_DIR
+incdir+$BASEJUMP_STL_DIR/bsg_tag
$BASEJUMP_STL_DIR/bsg_misc/bsg_mux2_gatestack.sv
$BASEJUMP_STL_DIR/bsg_misc/bsg_counter_dynamic_limit.sv
$BASEJUMP_STL_DIR/bsg_tag/bsg_tag_pkg.sv
$BASEJUMP_STL_DIR/bsg_tag/bsg_tag_master_decentralized.sv
$BASEJUMP_STL_DIR/bsg_tag/bsg_tag_client.sv
Expand All @@ -12,6 +13,7 @@ $BASEJUMP_STL_DIR/bsg_tag/bsg_tag_bitbang.sv
$BLACKPARROT_SUB_DIR/axi/v/bp_me_axil_master.sv
$BLACKPARROT_SUB_DIR/axi/v/bp_me_axil_client.sv
$BLACKPARROT_SUB_DIR/axi/v/bp_axi_top.sv
$BLACKPARROT_SUB_DIR/axi/v/bp_axi_cdl.sv
$BLACKPARROT_SUB_DIR/axi/v/bsg_axil_fifo_client.sv
$BLACKPARROT_SUB_DIR/axi/v/bsg_axil_fifo_master.sv
$BLACKPARROT_SUB_DIR/axi/v/bsg_axil_store_packer.sv
Expand All @@ -21,6 +23,9 @@ $COSIM_VSRC_DIR/bsg_zynq_pl_shell.sv
$CURR_VSRC_DIR/bsg_blackparrot_pkg.sv
$CURR_VSRC_DIR/bsg_bootrom.v
$CURR_VSRC_DIR/zynq_pkg.sv
$CURR_VSRC_DIR/bp_profiler_pkg.sv
$CURR_VSRC_DIR/bp_nonsynth_core_profiler.sv
$CURR_VSRC_DIR/bp_commit_profiler.sv
$CURR_VSRC_DIR/top_zynq.sv
$CURR_VSRC_DIR/top.v

Loading

0 comments on commit 4dec037

Please sign in to comment.