Forgot initialization config for div - apologies

This commit is contained in:
James E. Stine 2021-05-17 17:12:27 -05:00
parent 853c9243c1
commit 49cc330bd9

View File

@ -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);