Skip to content

Commit

Permalink
Removed extra variable
Browse files Browse the repository at this point in the history
  • Loading branch information
geotrieu committed Oct 2, 2023
1 parent 45e73af commit 59c2424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rad-sim/example-designs/rtl_add/modules/adder_wrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class adder_wrapper : public radsim_module {
private:
sc_bv<DATAW> adder_rolling_sum; // Sum to store result
sc_signal<bool> t_finished; // Signal flagging that the transaction has terminated
sc_signal<sc_bv<DATAW>> tempData;

public:
sc_in<bool> rst;
Expand Down

0 comments on commit 59c2424

Please sign in to comment.