原创 FGPA 130實例-->problem 5.1~5.3

case語句描述4選1數據選擇器 //////////////////////////////////////////////////////////////////////////////////////////////////////

原创 FPGA 130例-->例5.16 to 例8.5

用for語句實現2個8位數相乘 ///////////////////////////////////////////////////////////////////////////////////////////////////////

原创 ACM probloms->1003

ACM Ex.1003 <MAX SUM problem>: Sum Problem II;                Input:                               Firstline ->Cases nu

原创 FGPA 130實例-->problem 5.3~5.15

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

原创 ACM problem->1001

ACM Ex.1001 <SUM problem>: Calculate integer summary;                Input:                               Theinput is c

原创 ACM problem-> 1002

ACM Ex.1002 <SUM problem>: A+B Problem II;                Input:                               Casesnumbers, next is tw

原创 Verilog 130例 -->Problem 2

MODULE: `timescale 1ns / 1ps module count4(out,reset,clk);     output [3:0] out;     input reset;     input clk;     re

原创 ISE FPGA時鐘系統

在使用QuartusII設計Altera的FPGA時,對於時鐘的考慮一般很少。我們想得到一個固定頻率的時鐘,無非就是將晶振從某個時鐘管腳輸入:若晶振

原创 FPGA 程序130例-->例10.7~例10.7

10.1 非流水線方式的8位全加器 /////////////////////////////////////////////////////////////////////////////////////////////////////

原创 Summary Bochs bochsrc.bxrc Configure File

PLUGIN_CTRL: 控制PC設備插入哪些硬件選件。 #plugin_ctrl: unmapped=0, e1000=1 # unload 'unmapped' and load 'e1000' CONFIG_INTERFACE:

原创 About the IMX6 PCIe Problem

//////////////// This is the problem we meet //////////////// We are facing a problem enabling PCIe support on a cu

原创 FPGA 程序130例-->例10.8~例12.5 (The END)

10.8 8位寄存器 ////////////////////////////////////////////////////////////////////////////////////////////////////////////

原创 Verilog延時:specify的用法(轉)

檢查時序的方式之一是時序仿真,在仿真過程中計算與該模塊相關的延遲值;之二是靜態時序驗證。 (1)延遲類型 ·分佈延遲:在每個獨立的元件基礎上定義一種建模方式是將延遲值賦給獨立的門,另一種是在單獨的assign語句中指定延遲值。 ·集

原创 Bonita BPM Study

https://en.wikipedia.org/wiki/Bonita_BPM http://community.bonitasoft.com/ 網站目前無法正常訪問。 Bonita BPM is an open-source bu

原创 Linux系統Shell if語句用法小結

原文地址:http://blog.csdn.net/w13770269691/article/details/17356549 1、字符串判斷 str1 = str2      當兩個串有相同內容、長度時爲真 str1 != s