This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| `default_nettype none | |
| `timescale 10ps / 1ps | |
| module div32p2 | |
| #( parameter K = 32 ) | |
| ( input wire [K+31:0] x, | |
| input wire [K-1:0] d, | |
| output reg [K-1:0] q, | |
| output reg [K-1:0] r, | |
| input wire clk, |