observerw's picture
download
raw
974 Bytes
module ACCUM (
input reset, // system reset
input clk, // system clock
input clear, // control signal to clear ACCUM for each channel
input scan_in0, // test scan mode data input
input scan_in1, // test scan mode data input
input scan_in2, // test scan mode data input
input scan_in3, // test scan mode data input
input scan_in4, // test scan mode data input
input scan_enable, // test scan mode enable
input test_mode, // test mode
input [15:0] W,
output reg [15:0] S,
output scan_out0, // test scan mode data output
output scan_out1, // test scan mode data output
output scan_out2, // test scan mode data output
output scan_out3, // test scan mode data output
output scan_out4 // test scan mode data output
);

Xet Storage Details

Size:
974 Bytes
·
Xet hash:
567e5eb2ef0890a043e9992cd7d513cf2d23ca3d074e0b09c881925c4718b182

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.