nvdla / hw

RTL, Cmodel, and testbench for NVDLA
Other
1.71k stars 565 forks source link

ITOP definition #243

Open redpanda3 opened 5 years ago

redpanda3 commented 5 years ago

``

RAM_BANK_RAMDP_16X128_GL_M1_E2 ITOP (
    .RE(RE), 
    .WE(WE), 
    .RA(RA),  
    .WA(WA), 
    .CLK_R(CLK_R), 
    .CLK_W(CLK_W), 
    .IDDQ(IDDQ), 
    .SVOP(SVOP), 
    .WD(WD), 
    .RD(RD),

    .SLEEP_EN(SLEEP_EN),
    .RET_EN(RET_EN),
    .clobber_flops(clobber_flops), 
    .clobber_array(clobber_array),
    .clobber_x(clobber_x)       
[)

https://github.com/nvdla/hw/blob/master/vmod/rams/model/RAMDP_16X128_GL_M1_E2.v

Where to see the definition of ITOP module?