mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-02 04:43:16 +00:00
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3457 19bc5d8c-e614-43d4-8b26-e1612bc8e597
8 lines
139 B
Verilog
8 lines
139 B
Verilog
accum32 accum32_inst (
|
|
.data ( data_sig ),
|
|
.clock ( clock_sig ),
|
|
.clken ( clken_sig ),
|
|
.aclr ( aclr_sig ),
|
|
.result ( result_sig )
|
|
);
|