head 1.3; access; symbols arelease:1.1.1.1 avendor:1.1.1; locks; strict; comment @# @; 1.3 date 2008.04.17.18.39.26; author fpga_is_funny; state Exp; branches; next 1.2; commitid 5a04480797854567; 1.2 date 2008.04.08.21.17.13; author fpga_is_funny; state Exp; branches; next 1.1; commitid 48f547fbdefd4567; 1.1 date 2008.04.08.20.00.50; author fpga_is_funny; state Exp; branches 1.1.1.1; next ; commitid 2b3f47fbcb9e4567; 1.1.1.1 date 2008.04.08.20.00.50; author fpga_is_funny; state Exp; branches; next ; commitid 2b3f47fbcb9e4567; desc @@ 1.3 log @Bugfixes for all relationchips with interrupts BRK, IRQ and NMI. The control for the stack pointer within fsm*s of BRK, IRQ and NMI was incorrect. The stack was allways growing up instead of growing down. The "B" status flag was never set within BRK. The relationchip between addresses and data while writing onto the stack was badly misalligned. @ text @
Component declarations | yes |
Configurations | embedded statements |
add pragmas | |
exclude view name |
clk_clk_i : std_logic rst_rst_i : std_logic d_regs_in_i : std_logic_vector(7 DOWNTO 0) sel_rb_in_i : std_logic_vector(2 DOWNTO 0) sel_rb_out_i : std_logic_vector(1 DOWNTO 0) load_regs_i : std_logic q_a_o : std_logic_vector(7 DOWNTO 0) q_x_o : std_logic_vector(7 DOWNTO 0) q_y_o : std_logic_vector(7 DOWNTO 0) d_regs_out_o : std_logic_vector(7 DOWNTO 0) sel_reg_i : std_logic_vector(1 DOWNTO 0)
signal dout : std_logic_vector(7 DOWNTO 0) signal ld : std_logic_vector(3 DOWNTO 0) signal load : std_logic signal load1 : std_logic signal load2 : std_logic signal load3 : std_logic signal q_zw : std_logic_vector(7 DOWNTO 0) signal val_zero : std_logic_vector(7 DOWNTO 0) signal dout1 : std_logic_vector(7 downto 0)
LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_arith.all;