代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/217231/6644371
cmd c4_4_7.cmd
MEMORY {
PAGE 0: PARAM: org = 3000h len = 4000h
PAGE 1: DARAM: org = 100h len=4000h
}
SECTIONS{
www.eeworm.com/read/217231/6644375
asm c4_4_2.asm
.ref start
K_DATA_SIZE .set 256
filterdata .usect "filter_vars",K_DATA_SIZE
.data
.global test
.global inputdata
inputdata:
www.eeworm.com/read/217231/6644385
cmd c4_6_4.cmd
fft_final.obj
vectors.obj
-m fft.map
-o fft.out
-e reset
MEMORY {
PAGE 0:
VEC :origin=1c00h len = 0080
PARAM :org = 3000h len = 4000h
PAGE 1
www.eeworm.com/read/217231/6644400
cmd c4_1_4.cmd
MEMORY
{
PAGE 0: PARAM: org = 0800h len = 1780h
PAGE 1: DARAM: org = 080h len = 1780h
}
SECTIONS
{
www.eeworm.com/read/479927/6683780
v mult4x4.v
module mult4x4(out,a,b,clk);
output[7:0] out;
input[3:0] a,b;
input clk;
reg[7:0] out;
reg[1:0] firsta,firstb;
reg[1:0] seconda,secondb;
wire[3:0] outa,outb,outc,outd;
always @(posedge clk)