mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-27 04:12:10 +00:00
Bombjack first working version without Backgrounds
This commit is contained in:
Binary file not shown.
@@ -18,14 +18,14 @@
|
||||
#
|
||||
# Quartus II 64-Bit
|
||||
# Version 13.1.0 Build 162 10/23/2013 SJ Web Edition
|
||||
# Date created = 11:54:39 October 19, 2019
|
||||
# Date created = 01:03:05 October 23, 2019
|
||||
#
|
||||
# -------------------------------------------------------------------------- #
|
||||
#
|
||||
# Notes:
|
||||
#
|
||||
# 1) The default values for assignments are stored in the file:
|
||||
# MoonCresta_assignment_defaults.qdf
|
||||
# DevilFish_assignment_defaults.qdf
|
||||
# If this file doesn't exist, see file:
|
||||
# assignment_defaults.qdf
|
||||
#
|
||||
|
||||
@@ -155,10 +155,10 @@ user_io(
|
||||
.status (status )
|
||||
);
|
||||
|
||||
dac #(16)dac(
|
||||
dac #(10)dac(
|
||||
.clk_i(clk_sys),
|
||||
.res_n_i(1),
|
||||
.dac_i({audio, audio[9:5]}),
|
||||
.dac_i(audio),
|
||||
.dac_o(AUDIO_L)
|
||||
);
|
||||
// Rotated Normal
|
||||
|
||||
@@ -14,6 +14,7 @@ architecture prom of ROM_LUT is
|
||||
signal rom_data: rom := (
|
||||
X"00",X"F6",X"07",X"F0",X"00",X"80",X"3F",X"C7",X"00",X"FF",X"07",X"27",X"00",X"FF",X"C9",X"39",
|
||||
X"00",X"3C",X"17",X"F0",X"00",X"27",X"29",X"FF",X"00",X"C7",X"17",X"F6",X"00",X"C7",X"39",X"3F");
|
||||
|
||||
begin
|
||||
process(clk)
|
||||
begin
|
||||
|
||||
|
Before Width: | Height: | Size: 581 KiB After Width: | Height: | Size: 581 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user