head	1.5;
access;
symbols
	bg2_23:1.5
	bg2_22:1.5
	bg2_21:1.5
	bg2_20:1.5
	bg2_16:1.5
	bg2_15:1.5
	bg2_12:1.5
	bg2_07:1.5
	isorc2008_submission:1.3
	handbook_alpha_edition:1.3
	jtres2007_submission:1.2
	bg1_07:1.2
	bg1_06:1.2
	bg1_05:1.2
	TAL_101:1.2
	TAL_100:1.2;
locks; strict;
comment	@# @;


1.5
date	2008.02.23.23.18.47;	author martin;	state Exp;
branches;
next	1.4;
commitid	b7347c0a9b84567;

1.4
date	2008.02.22.13.18.54;	author 9914pich;	state Exp;
branches;
next	1.3;
commitid	deb47becbbd4567;

1.3
date	2007.09.01.12.13.52;	author martin;	state Exp;
branches;
next	1.2;
commitid	206046d9577a4567;

1.2
date	2006.08.11.19.32.03;	author martin;	state Exp;
branches;
next	1.1;
commitid	615644dcdb324567;

1.1
date	2006.08.11.00.57.36;	author martin;	state Exp;
branches;
next	;
commitid	324a44dbd5fe4567;


desc
@@


1.5
log
@JOP goes GPL
@
text
@--
--
--  This file is a part of JOP, the Java Optimized Processor
--
--  Copyright (C) 2001-2008, Martin Schoeberl (martin@@jopdesign.com)
--
--  This program is free software: you can redistribute it and/or modify
--  it under the terms of the GNU General Public License as published by
--  the Free Software Foundation, either version 3 of the License, or
--  (at your option) any later version.
--
--  This program is distributed in the hope that it will be useful,
--  but WITHOUT ANY WARRANTY; without even the implied warranty of
--  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--  GNU General Public License for more details.
--
--  You should have received a copy of the GNU General Public License
--  along with this program.  If not, see <http://www.gnu.org/licenses/>.
--


--
--	jop_config_de2.vhd
--
--	package for DE2 definitions
--

library ieee;
use ieee.std_logic_1164.all;

package jop_config is

	-- constants for 50MHz input clock
	constant clk_freq : integer := 90000000;
	constant pll_mult : natural := 9;
	constant pll_div : natural := 5;

	-- constant for on-chip memory
	constant ram_width : integer := 8;	-- address bits of internal ram (sp,...)

end jop_config;

package body jop_config is

end jop_config;
@


1.4
log
@no message
@
text
@d2 21
@


1.3
log
@configuration constant for stack size
@
text
@d13 3
a15 3
	constant clk_freq : integer := 100000000;
	constant pll_mult : natural := 2;
	constant pll_div : natural := 1;
@


1.2
log
@100 MHz with PLL
@
text
@d17 3
@


1.1
log
@Configuraton for Alteras DE2 board (50 MHz)
@
text
@d12 3
a14 3
	-- constants for 50MHz input and 100MHz internal clock
	constant clk_freq : integer := 50000000;
	constant pll_mult : natural := 1;
@

