Skip to content

Instantly share code, notes, and snippets.

View fluxchief's full-sized avatar

Kevin Hamacher fluxchief

View GitHub Profile
module top(
input [19:0] a,
input [19:0] b,
output res
);
wire [39:0] mres;
assign mres = a * b;
assign res = (mres == 40'd149824246667) && a < b;
// 238247 * 628861
endmodule

Keybase proof

I hereby claim:

  • I am fluxchief on github.
  • I am chiefx86 (https://keybase.io/chiefx86) on keybase.
  • I have a public key ASC6UhXTYiI2DXMFvxY91Kae9aPZD_GE94baQbKSj5pkngo

To claim this, I am signing this object: