X-Git-Url: http://git.rot13.org/?p=BML_sump2;a=blobdiff_plain;f=sump2%2Fsource%2Ftime_stamp.v;fp=sump2%2Fsource%2Ftime_stamp.v;h=047d37c17c8f8ead2a5828cc231a716cfbbf967e;hp=0000000000000000000000000000000000000000;hb=b6ac52f611f53e96447a6bee178d418f14623985;hpb=bbafe3d7b73ed7bf085686eb333ea10a968bd40b diff --git a/sump2/source/time_stamp.v b/sump2/source/time_stamp.v new file mode 100644 index 0000000..047d37c --- /dev/null +++ b/sump2/source/time_stamp.v @@ -0,0 +1,6 @@ +module time_stamp +( + output wire [31:0] time_dout +); + assign time_dout = 32'h5737ADFF; +endmodule