mirror of
https://github.com/mrehkopf/sd2snes.git
synced 2026-01-11 14:29:25 +01:00
Makefile based build for FPGA configurations, firmware, SuperCIC, release packaging. Probably needs more polishing.
33 lines
603 B
Systemverilog
33 lines
603 B
Systemverilog
`timescale 1ns / 1ps
|
|
//////////////////////////////////////////////////////////////////////////////////
|
|
// Company:
|
|
// Engineer:
|
|
//
|
|
// Create Date: 00:31:19 01/19/2019
|
|
// Design Name:
|
|
// Module Name: config
|
|
// Project Name:
|
|
// Target Devices:
|
|
// Tool versions:
|
|
// Description:
|
|
//
|
|
// Dependencies:
|
|
//
|
|
// Revision:
|
|
// Revision 0.01 - File Created
|
|
// Additional Comments:
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////////
|
|
|
|
`ifndef _config_vh
|
|
`define _config_vh
|
|
|
|
// `define DEBUG
|
|
|
|
`ifdef MK2
|
|
`ifdef DEBUG
|
|
`define MK2_DEBUG
|
|
`endif
|
|
`endif
|
|
|
|
`endif |