OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [w11a/] [pdp11_sequencer.vhd] - Diff between revs 25 and 29

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 25 Rev 29
Line 1... Line 1...
-- $Id: pdp11_sequencer.vhd 569 2014-07-13 14:36:32Z mueller $
-- $Id: pdp11_sequencer.vhd 643 2015-02-07 17:41:53Z mueller $
--
--
-- Copyright 2006-2014 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
-- Copyright 2006-2015 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
--
-- This program is free software; you may redistribute and/or modify it under
-- This program is free software; you may redistribute and/or modify it under
-- the terms of the GNU General Public License as published by the Free
-- the terms of the GNU General Public License as published by the Free
-- Software Foundation, either version 2, or at your option any later version.
-- Software Foundation, either version 2, or at your option any later version.
--
--
Line 16... Line 16...
-- Description:    pdp11: CPU sequencer
-- Description:    pdp11: CPU sequencer
--
--
-- Dependencies:   ib_sel
-- Dependencies:   ib_sel
-- Test bench:     tb/tb_pdp11_core (implicit)
-- Test bench:     tb/tb_pdp11_core (implicit)
-- Target Devices: generic
-- Target Devices: generic
-- Tool versions:  xst 8.2-14.7; viv 2014.1; ghdl 0.18-0.31
-- Tool versions:  ise 8.2-14.7; viv 2014.1; ghdl 0.18-0.31
--
--
-- Revision History: 
-- Revision History: 
-- Date         Rev Version  Comment
-- Date         Rev Version  Comment
 
-- 2015-02-07   643   1.5.2  s_op_wait: load R0 in DSRC for DR emulation
-- 2014-07-12   569   1.5.1  rename s_opg_div_zero -> s_opg_div_quit;
-- 2014-07-12   569   1.5.1  rename s_opg_div_zero -> s_opg_div_quit;
--                           use DP_STAT.div_quit; set munit_s_div_sr;
--                           use DP_STAT.div_quit; set munit_s_div_sr;
--                           BUGFIX: s_opg_div_sr: check for late div_quit
--                           BUGFIX: s_opg_div_sr: check for late div_quit
-- 2014-04-20   554   1.5    now vivado compatible (add dummy assigns in procs)
-- 2014-04-20   554   1.5    now vivado compatible (add dummy assigns in procs)
-- 2011-11-18   427   1.4.2  now numeric_std clean
-- 2011-11-18   427   1.4.2  now numeric_std clean
Line 1479... Line 1480...
          ncpuerr.illhlt := '1';
          ncpuerr.illhlt := '1';
          nstate := s_trap_4;           -- trap 4 like 11/70
          nstate := s_trap_4;           -- trap 4 like 11/70
        end if;
        end if;
 
 
      when s_op_wait =>                 -- WAIT
      when s_op_wait =>                 -- WAIT
 
        ndpcntl.gpr_asrc := "000";      -- load R0 in DSRC for DR emulation
 
        ndpcntl.dsrc_sel := c_dpath_dsrc_src;
 
        ndpcntl.dsrc_we := '1';
 
 
        nstate := s_op_wait;            -- spin here
        nstate := s_op_wait;            -- spin here
        if is_kmode = '0' then          -- but act as nop if not in kernel
        if is_kmode = '0' then          -- but act as nop if not in kernel
          nstate := s_idle;
          nstate := s_idle;
        elsif int_pending = '1' or      -- bail out if pending interrupt
        elsif int_pending = '1' or      -- bail out if pending interrupt
          R_STATUS.cpustep='1' then     --  or the instruction is only stepped
          R_STATUS.cpustep='1' then     --  or the instruction is only stepped

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.