Merge pull request #1067 from larsclausen/vvp_part_state_remove_bitsr

vvp: Remove bitsr from struct vvp_fun_part_state_s
This commit is contained in:
Lars-Peter Clausen 2024-01-07 17:55:17 -08:00 committed by GitHub
commit 155ed084b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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)