From 49cc330bd938de6d9e41795895068cc7336a161d Mon Sep 17 00:00:00 2001 From: "James E. Stine" Date: Mon, 17 May 2021 17:12:27 -0500 Subject: [PATCH] Forgot initialization config for div - apologies --- wally-pipelined/src/muldiv/div.sv | 1 + 1 file changed, 1 insertion(+) diff --git a/wally-pipelined/src/muldiv/div.sv b/wally-pipelined/src/muldiv/div.sv index 72677122e..f11457805 100755 --- a/wally-pipelined/src/muldiv/div.sv +++ b/wally-pipelined/src/muldiv/div.sv @@ -29,6 +29,7 @@ /* verilator lint_off COMBDLY */ /* verilator lint_off IMPLICIT */ +`include "wally-config.vh" module div (Qf, remf, done, divBusy, div0, N, D, clk, reset, start);