From e1745aa4d7175ccd56133f17cc2d1a134c8358e8 Mon Sep 17 00:00:00 2001 From: astoria-d Date: Sat, 13 Aug 2016 10:43:11 +0900 Subject: [PATCH] pc and sp clock timing changed (again restored!) --- de1_nes/cpu/mos6502.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/de1_nes/cpu/mos6502.vhd b/de1_nes/cpu/mos6502.vhd index 56cd2c0..2aa7c71 100644 --- a/de1_nes/cpu/mos6502.vhd +++ b/de1_nes/cpu/mos6502.vhd @@ -492,9 +492,9 @@ begin -------- program counter -------- pcl_inst : dual_dff generic map (dsize) - port map(dbg_pcl, dl_cpu_clk, rst_n, '1', pcl_cmd, int_d_bus, addr_back_l, bal); + port map(dbg_pcl, cpu_clk, rst_n, '1', pcl_cmd, int_d_bus, addr_back_l, bal); pch_inst : dual_dff generic map (dsize) - port map(dbg_pch, dl_cpu_clk, rst_n, '1', pch_cmd, int_d_bus, addr_back_h, bah); + port map(dbg_pch, cpu_clk, rst_n, '1', pch_cmd, int_d_bus, addr_back_h, bah); --addressing register -- 2.11.0