From f5d1693ef282ed1b769a04b380901f70907c224d Mon Sep 17 00:00:00 2001 From: astoria-d Date: Wed, 25 Sep 2013 10:27:57 +0900 Subject: [PATCH] clean up --- simulation/motones_sim.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation/motones_sim.vhd b/simulation/motones_sim.vhd index 2a4260e..b7284c4 100644 --- a/simulation/motones_sim.vhd +++ b/simulation/motones_sim.vhd @@ -227,7 +227,7 @@ begin v_addr (13 downto 8) <= vram_a; --transparent d-latch - latch_inst : ls373 generic map (data_size) + vram_latch : ls373 generic map (data_size) port map(ale, '0', vram_ad, v_addr(7 downto 0)); vchr_rom : chr_rom generic map (chr_rom_8k, data_size) -- 2.11.0