Skip to content

Commit

Permalink
hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaly525 committed Jun 13, 2019
1 parent b950120 commit c7b9974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/float_DW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Namespace* CoreIRLoadLibrary_float_DW(Context* c) {
};
vjson["definition"] = ""
"wire [7:0] status;\n"
"DW_fp_mult #(.sig_width(sig_width), .exp_width(exp_width), .ieee_compliance(ieee_compliance)) mul_inst (.a(a),.b(b),.rnd(rnd),.z(out),.status(status));";
"DW_fp_mult #(.sig_width(sig_width), .exp_width(exp_width), .ieee_compliance(ieee_compliance)) mul_inst (.a(a),.b(b),.rnd(rnd),.z(z),.status(status));";
muldw->getMetaData()["verilog"] = vjson;
}

Expand Down

0 comments on commit c7b9974

Please sign in to comment.