Skip to content
Snippets Groups Projects
Commit a6b1c6cb authored by Alban Gruin's avatar Alban Gruin
Browse files

fixup! ex_stage, issue_stage: add a dedicated bus for the MULT

parent 5ffbb8a1
Branches
No related tags found
No related merge requests found
...@@ -225,6 +225,10 @@ module ex_stage import ariane_pkg::*; #( ...@@ -225,6 +225,10 @@ module ex_stage import ariane_pkg::*; #(
.mult_trans_id_o ( mult_trans_id_o ) .mult_trans_id_o ( mult_trans_id_o )
); );
assign mult_exception_o.valid = 1'b0;
assign mult_exception_o.cause = '0;
assign mult_exception_o.tval = '0;
// ---------------- // ----------------
// FPU // FPU
// ---------------- // ----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment