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:
commit
155ed084b0
|
|
@ -29,10 +29,9 @@
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
struct vvp_fun_part_state_s {
|
struct vvp_fun_part_state_s {
|
||||||
vvp_fun_part_state_s() : bitsr(0.0) {}
|
vvp_fun_part_state_s() {}
|
||||||
|
|
||||||
vvp_vector4_t bits;
|
vvp_vector4_t bits;
|
||||||
double bitsr;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
vvp_fun_part::vvp_fun_part(unsigned base, unsigned wid)
|
vvp_fun_part::vvp_fun_part(unsigned base, unsigned wid)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue