URL
https://opencores.org/ocsvn/claw/claw/trunk
Subversion Repositories claw
[/] [claw/] [trunk/] [or1200_cpu/] [work/] [tb_or1200_ic_ram/] [_primary.vhd] - Rev 4
Compare with Previous | Blame | View Log
library verilog; use verilog.vl_types.all; entity tb_or1200_ic_ram is generic( dw : integer := 64; aw : integer := 10 ); end tb_or1200_ic_ram;