source: trunk/platforms/dsx/v1_1cluster_phys_dma/work/_sc/_topcell_.vhd @ 93

Last change on this file since 93 was 93, checked in by choichil, 14 years ago

Platform with DMA

File size: 157 bytes
Line 
1library verilog;
2use verilog.vl_types.all;
3entity topcell_ is
4    port(
5        p_clock : in  vl_logic;
6        p_resetn : in  vl_logic
7    );
8end topcell_;
Note: See TracBrowser for help on using the repository browser.