blob: bd8b0cc3444f113e77664291851c3b9303e6d8fb [file] [log] [blame]
module top
(
input clk,
input rstn,
input en,
input [XLEN-1:0] d,
output [XLEN-1:0] q
);
parameter XLEN = 4;