Skip to content

Commit

Permalink
bender: Fix deleted file (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarubaf authored Oct 12, 2023
1 parent 350408c commit 5d6a5b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ sources:
- core/perf_counters.sv
- core/ariane_regfile_ff.sv
- core/ariane_regfile_fpga.sv
- core/re_name.sv
# NOTE: scoreboard.sv modified for DSIM (unchanged for other simulators)
- core/scoreboard.sv
- core/store_buffer.sv
Expand Down
2 changes: 1 addition & 1 deletion core/include/cv64a6_imafdcv_sv39_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ package cva6_config_pkg;
RVZCB: bit'(CVA6ConfigZcbExtEn),
XFVec: bit'(CVA6ConfigFVecEn),
CvxifEn: bit'(CVA6ConfigCvxifEn),
ZiCondExtEn: bit'(CVA6ConfigZiCondExtEn),
ZiCondExtEn: bit'(0),
// Extended
RVF: bit'(0),
RVD: bit'(0),
Expand Down

0 comments on commit 5d6a5b5

Please sign in to comment.