mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-23 07:51:11 +00:00
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3457 19bc5d8c-e614-43d4-8b26-e1612bc8e597
9 lines
160 B
Verilog
9 lines
160 B
Verilog
sub32 sub32_inst (
|
|
.dataa ( dataa_sig ),
|
|
.datab ( datab_sig ),
|
|
.clock ( clock_sig ),
|
|
.aclr ( aclr_sig ),
|
|
.clken ( clken_sig ),
|
|
.result ( result_sig )
|
|
);
|