Skip to content

Commit

Permalink
Merge pull request #1067 from larsclausen/vvp_part_state_remove_bitsr
Browse files Browse the repository at this point in the history
vvp: Remove bitsr from struct vvp_fun_part_state_s
  • Loading branch information
larsclausen authored Jan 8, 2024
2 parents 7b99cd2 + 9853a59 commit 155ed08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vvp/part.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@
using namespace std;

struct vvp_fun_part_state_s {
vvp_fun_part_state_s() : bitsr(0.0) {}
vvp_fun_part_state_s() {}

vvp_vector4_t bits;
double bitsr;
};

vvp_fun_part::vvp_fun_part(unsigned base, unsigned wid)
Expand Down

0 comments on commit 155ed08

Please sign in to comment.