1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-04-16 07:56:43 +00:00
This commit is contained in:
Gehstock
2020-05-13 15:56:17 +02:00
parent 3656363a3c
commit d4c73b388d
5 changed files with 91 additions and 85 deletions

View File

@@ -41,7 +41,7 @@
# ========================
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL
set_global_assignment -name LAST_QUARTUS_VERSION "13.1 SP4.26"
set_global_assignment -name LAST_QUARTUS_VERSION 13.1
set_global_assignment -name PRE_FLOW_SCRIPT_FILE "quartus_sh:rtl/build_id.tcl"
# Pin & Location Assignments

View File

@@ -0,0 +1,34 @@
<misterromdescription>
<name>Future Spy</name>
<mameversion>0193</mameversion>
<mratimestamp>202003290000</mratimestamp>
<year>1984</year>
<manufacturer>Sega/Gremlin</manufacturer>
<category>Isometric Shoot'em up</category>
<category>Space</category>
<setname>futspy</setname>
<rbf>futspy</rbf>
<rom index="0" zip="futspy.zip" md5="e6a47e2cf7dd086e397699fd2a09c335">
<part crc="7578FE7F" name="fs_snd.u27"/>
<part crc="8ADE203C" name="fs_snd.u28"/>
<part crc="734299C3" name="fs_snd.u29"/>
<part crc="734299C3" name="fs_snd.u29"/>
<part crc="734299C3" name="fs_snd.u29"/>
<part crc="86DA01F4" name="fs_vid.u91"/>
<part crc="2BD41D2D" name="fs_vid.u90"/>
<part crc="B82B4997" name="fs_vid.u93"/>
<part crc="AF4015AF" name="fs_vid.u92"/>
<part crc="305FAE2D" name="fs_snd.u68"/>
<part crc="3C5658C0" name="fs_snd.u69"/>
<part crc="36D2BDF6" name="fs_vid.u113"/>
<part crc="3740946A" name="fs_vid.u112"/>
<part crc="4CD4DF98" name="fs_vid.u111"/>
<part crc="1B93C9EC" name="fs_vid.u77"/>
<part crc="50E55262" name="fs_vid.u78"/>
<part crc="BFB02E3E" name="fs_vid.u79"/>
<part crc="9BA2ACAA" name="futrprom.u98"/>
<part crc="F9E26790" name="futrprom.u72"/>
</rom>
</misterromdescription>

View File

@@ -0,0 +1,34 @@
<misterromdescription>
<name>SZaxxon</name>
<mameversion>0193</mameversion>
<mratimestamp>202003290000</mratimestamp>
<year>1982</year>
<manufacturer>Sega/Gremlin</manufacturer>
<category>Isometric Shoot'em up</category>
<category>Space</category>
<setname>szaxxon</setname>
<rbf>szaxxon</rbf>
<rom index="0" zip="szaxxon.zip" md5="707764cc5622e5e1031259de94902916">
<part crc="af7221da" name="1804e.u27"/>
<part crc="1b90fb2a" name="1803e.u28"/>
<part crc="07258b4a" name="1802e.u29"/>
<part crc="07258b4a" name="1802e.u29"/>
<part crc="07258b4a" name="1802e.u29"/>
<part crc="dd1b52df" name="1809b.u91"/>
<part crc="b5bc07f0" name="1808b.u90"/>
<part crc="68e84174" name="1811b.u93"/>
<part crc="a509994b" name="1810b.u92"/>
<part crc="bccf560c" name="1815b.u68"/>
<part crc="d28c628b" name="1816b.u69"/>
<part crc="f51af375" name="1807b.u113"/>
<part crc="a7de021d" name="1806b.u112"/>
<part crc="5bfb3b04" name="1805b.u111"/>
<part crc="1503ae41" name="1812e.u77"/>
<part crc="3b53d83f" name="1813e.u78"/>
<part crc="581e8793" name="1814e.u79"/>
<part crc="15727a9f" name="pr-5168.u98"/>
<part crc="deaa21f7" name="pr-5167.u72"/>
</rom>
</misterromdescription>

View File

@@ -1,84 +0,0 @@
-------------------------------------------------------------------------------
--
-- T8x49 ROM
--
-- $Id: t49_rom-struct-a.vhd,v 1.1.1.3 2006/11/26 10:07:52 arnim Exp $
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
-- All rights reserved
--
-- Redistribution and use in source and synthezised forms, with or without
-- modification, are permitted provided that the following conditions are met:
--
-- Redistributions of source code must retain the above copyright notice,
-- this list of conditions and the following disclaimer.
--
-- Redistributions in synthesized form must reproduce the above copyright
-- notice, this list of conditions and the following disclaimer in the
-- documentation and/or other materials provided with the distribution.
--
-- Neither the name of the author nor the names of other contributors may
-- be used to endorse or promote products derived from this software without
-- specific prior written permission.
--
-- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE
-- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-- POSSIBILITY OF SUCH DAMAGE.
--
-- Please report bugs to the author, but before you do so, please
-- make sure that this is not a derivative work and that
-- you have the latest version of this file.
--
-- The latest version of this file can be found at:
-- http://www.opencores.org/cvsweb.shtml/t48/
--
-------------------------------------------------------------------------------
architecture struct of t49_rom is
component rom_t49
port(
Clk : in std_logic;
A : in std_logic_vector(10 downto 0);
D : out std_logic_vector( 7 downto 0)
);
end component;
begin
rom_b : rom_t49
port map (
Clk => clk_i,
A => rom_addr_i,
D => rom_data_o
);
end struct;
-------------------------------------------------------------------------------
-- File History:
--
-- $Log: t49_rom-struct-a.vhd,v $
-- Revision 1.1.1.3 2006/11/26 10:07:52 arnim
-- incremental import for release 1.0
--
-- Revision 1.3 2006/11/26 12:53:28 arniml
-- fix entity port names
--
-- Revision 1.2 2006/11/26 11:58:28 arniml
-- fix component name
--
-- Revision 1.1 2006/06/21 00:59:15 arniml
-- initial check-in
--
-------------------------------------------------------------------------------

View File

@@ -0,0 +1,22 @@
-------------------------------------------------------------------------------
--
-- $Id: t48_tb_pack-p.vhd,v 1.2 2004/04/14 20:53:54 arniml Exp $
--
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
--
-- All rights reserved
--
-------------------------------------------------------------------------------
library ieee;
use ieee.std_logic_1164.all;
package t48_tb_pack is
-- Instruction strobe visibility
signal tb_istrobe_s : std_logic;
-- Accumulator visibilty
signal tb_accu_s : std_logic_vector(7 downto 0);
end t48_tb_pack;