资源简介
FPGA的设计实例合集,包括Verilog和VHDL,另外还包括一些文档资料,主要是一些原理结构和编码风格之类的,很实用.
代码片段和文件信息
// cube.cpp : Defines the class behaviors for the application.
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic documentation provided with the library.
// See these sources for detailed information regarding the
// Microsoft Foundation Classes product.
#include “stdafx.h“
#include “cube.h“
#include “mainfrm.h“
#include “cubedoc.h“
#include “cubeview.h“
#ifdef _DEBUG
#undef THIS_FILE
static char baseD_CODE THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCubeApp
BEGIN_MESSAGE_MAP(CCubeApp CWinApp)
//{{AFX_MSG_MAP(CCubeApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CCubeApp construction
CCubeApp::CCubeApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCubeApp object
CCubeApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCubeApp initialization
BOOL CCubeApp::InitInstance()
{
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
Enable3dControls();
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CCubeDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CCubeView));
AddDocTemplate(pDocTemplate);
// create a new (empty) document
OnFileNew();
if (m_lpCmdLine[0] != ‘\0‘)
{
// TODO: add command line processing here
}
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog used for App About
class CAboutDlg : public CDialog
{
public:
CAboutDlg();
// Dialog Data
//{{AFX_DATA(CAboutDlg)
enum { IDD = IDD_ABOUTBOX };
//}}AFX_DATA
// Implementation
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//{{AFX_MSG
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-02-27 19:34 FPGA设计资料\
目录 0 2018-02-27 19:34 FPGA设计资料\100vhdl例子\
目录 0 2018-02-27 19:34 FPGA设计资料\100vhdl例子\100vhdl例子\
文件 265994 2017-11-04 12:09 FPGA设计资料\100vhdl例子\100vhdl例子.zip
目录 0 2018-02-27 19:34 FPGA设计资料\100vhdl例子\100vhdl例子\10_function\
文件 896 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\10_function\10_bit_to_int.vhd
文件 101 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\10_function\README.TXT
目录 0 2018-02-27 19:34 FPGA设计资料\100vhdl例子\100vhdl例子\11_wiredor\
文件 858 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\11_wiredor\11_wiredor.vhd
文件 101 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\11_wiredor\README.TXT
目录 0 2018-02-27 19:34 FPGA设计资料\100vhdl例子\100vhdl例子\12_convert\
文件 695 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\12_convert\12_convert.vhd
文件 101 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\12_convert\README.TXT
目录 0 2018-02-27 19:34 FPGA设计资料\100vhdl例子\100vhdl例子\13_SHL\
文件 421 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\13_SHL\13_SHL.VHD
文件 101 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\13_SHL\README.TXT
目录 0 2018-02-27 19:34 FPGA设计资料\100vhdl例子\100vhdl例子\14_MVL7_functions\
文件 13235 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\14_MVL7_functions\14_MVL7_functions.vhd
文件 240 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\14_MVL7_functions\README.TXT
目录 0 2018-02-27 19:34 FPGA设计资料\100vhdl例子\100vhdl例子\15_MUX41\
文件 2055 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\15_MUX41\15_MUX41.VHD
文件 13237 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\15_MUX41\15_MVL7_functions.vhd
文件 646 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\15_MUX41\15_MVL7_syn_types.vhd
文件 5412 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\15_MUX41\15_test_vectors_mux41.vhd
文件 32169 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\15_MUX41\15_TYPES.VHD
文件 240 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\15_MUX41\README.TXT
目录 0 2018-02-27 19:34 FPGA设计资料\100vhdl例子\100vhdl例子\16_MUX\
文件 1813 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\16_MUX\16_multiple_mux.vhd
文件 13235 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\16_MUX\16_MVL7_functions.vhd
文件 7843 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\16_MUX\16_test_vectors.vhd
文件 32169 2003-02-17 13:06 FPGA设计资料\100vhdl例子\100vhdl例子\16_MUX\16_TYPES.VHD
............此处省略1468个文件信息
- 上一篇:20180330大漠插件7.1814
- 下一篇:嵌入式操作系统课件
相关资源
- FPGA核心板设计
- PID算法的FPGA实现
- xhdl破解版附带破解教程
- Verilog编写的ddr2控制器
- 黑金Sparten6开发板AX309 Verilog教程V3.1
- Xilinx《Parallel Progeamming for FPGAs ——
- 2015电赛F题频率计FPGA等精度测频veri
- FPGA实现DDS正弦波、方波、三角波发生
- 基于FPGA的数字频率计 测频,测占空
- verilog那些事儿V3.0
- XHDL-4.2.1可用破解版
- Xilinx FPGA设计基础VHDL版
- 锆石科技 Hello FPGA 书籍汇总
- 基于FSM和Verilog HDL的数字电路设计
- Zynq-7000SoC设计指南电子书-最实用
- 黑金FPGA开发板的AD_DA模块Verilog代码和
- verilog书籍
- xilinx FPGA 的PCIE设计
- Vivado2017.4平台下简单波形代码
- PYNQ-Z2 HDMI DEMO
- 小梅哥FPGA自学笔记
- 基于VerilogHDL的通信系统设计
- Digital Signal Processing with Field Programma
- X-HDL 4.2.1
- 基于fpga的2psk
- 基于FPGA的DDS信号发生器设计频率、幅
- Xilinx Zynq-7000嵌入式系统设计与实现
- 基于Basys3与Vivado的数字逻辑Verilog 实验
- verilog 音乐演奏.zip
-
FPGA Design_ Best Practices for Team-ba
sed
评论
共有 条评论