ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Synthesizable VHDL Design for FPGAs

دانلود کتاب طراحی VHDL قابل سنتز برای FPGA

Synthesizable VHDL Design for FPGAs

مشخصات کتاب

Synthesizable VHDL Design for FPGAs

ویرایش: [1 ed.] 
نویسندگان:   
سری:  
ISBN (شابک) : 9783319025469, 9783319025476 
ناشر: Springer International Publishing 
سال نشر: 2014 
تعداد صفحات: 157
[161] 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 8 Mb 

قیمت کتاب (تومان) : 41,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 4


در صورت تبدیل فایل کتاب Synthesizable VHDL Design for FPGAs به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب طراحی VHDL قابل سنتز برای FPGA نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب طراحی VHDL قابل سنتز برای FPGA

روش توصیف شده در این کتاب حاصل سال ها تجربه تحقیقاتی در زمینه طراحی VHDL قابل سنتز با هدف قرار دادن پلت فرم های مبتنی بر FPGA است. VHDL ابتدا به عنوان یک زبان مستندسازی برای طراحی های ASIC در نظر گرفته شد. پس از آن، این زبان برای شبیه‌سازی رفتاری ASIC و همچنین به عنوان ورودی طراحی برای ابزارهای سنتز استفاده شد. VHDL یک زبان غنی است، اما فقط یک زیرمجموعه کوچک از آن می تواند برای نوشتن کدهای قابل ترکیب استفاده شود، که از آن می توان یک مدار فیزیکی به دست آورد. معمولاً کتاب‌های VHDL هر دو جنبه سنتز و شبیه‌سازی زبان را توصیف می‌کنند، اما در این کتاب خواننده فقط از طریق ویژگی‌های قابل قبول توسط ابزار ترکیبی هدایت می‌شود. این کتاب موضوعات را به صورت تدریجی و مختصر معرفی می کند و اطلاعات کافی را برای خواننده فراهم می کند تا بتواند سیستم های دیجیتال قابل سنتز خود را در VHDL توسعه دهد. نمونه های موجود در این کتاب با هدف قرار دادن یک پلت فرم FPGA که به طور گسترده در سراسر جهان استفاده می شود، برنامه ریزی شده است.


توضیحاتی درمورد کتاب به خارجی

The methodology described in this book is the result of many years of research experience in the field of synthesizable VHDL design targeting FPGA based platforms. VHDL was first conceived as a documentation language for ASIC designs. Afterwards, the language was used for the behavioral simulation of ASICs, and also as a design input for synthesis tools. VHDL is a rich language, but just a small subset of it can be used to write synthesizable code, from which a physical circuit can be obtained. Usually VHDL books describe both, synthesis and simulation aspects of the language, but in this book the reader is conducted just through the features acceptable by synthesis tools. The book introduces the subjects in a gradual and concise way, providing just enough information for the reader to develop their synthesizable digital systems in VHDL. The examples in the book were planned targeting an FPGA platform widely used around the world.



فهرست مطالب

Contents
1 Digital Systems, FPGAs and the Design Flow
	1.1…Digital Systems
	1.2…Field Programmable Gate Array
	1.3…FPGA Internal Organization
	1.4…Configurable Logic Block
	1.5…Electronic Design Automation and the FPGA Design Flow
	1.6…FPGA Devices and Platforms
	1.7…Writing Software for Microprocessors and VHDL Code for FPGAs
	1.8…Laboratory Assignment
		1.8.1 Logic Gates
		1.8.2 Laboratory Session
2 HDL Based Designs
	2.1…Theoretical Background
	2.2…Laboratory Assignment
		2.2.1 Laboratory Session
		2.2.2 Going Beyond
3 Hierarchical Design
	3.1…Hierarchical Design in VHDL
	3.2…Laboratory Assignment
		3.2.1 Laboratory Session
			3.2.1.0 Step 1---Creating a New Project
			3.2.1.0 Step 2---Adding VHDL Files to the Project
			3.2.1.0 Step 3---Creating and Adding C3 to the Project
			3.2.1.0 Step 4---Editing top.vhd to Add C3 to the Project
			3.2.1.0 Step 5---Adapting the Design to Work in the DE2 FPGA Board
			3.2.1.0 Step 6---Synthesis
			3.2.1.0 Step 7---Simulation
			3.2.1.0 Step 8---Prototyping the Circuit in the FPGA Board
4 Multiplexer and Demultiplexer
	4.2…Laboratory Assignment
		4.2.1 Laboratory Session
		4.2.2 Version I: Multiplexer in Structural VHDL
		4.2.3 Version II: Multiplexer in Behavioral VHDL
5 Code Converters
	5.1…Arrays of Signals
	5.2…Seven Segment Displays
	5.3…Encoders and Decoders
	5.4…Designing a Seven Segment Decoder
	5.5…Case Study: A Simple but Fully Functional Calculator
	5.6…Laboratory Assignment
6 Sequential Circuits, Latches and Flip-Flops
	6.1…Sequential Circuits in VHDL: The Process Statement
	6.2…Describing a D Latch in VHDL
	6.3…Describing a D Flip-Flop in VHDL
	6.4…Implementing Registers with D Flip-Flops
	6.5…Laboratory Assignment
7 Synthesis of Finite State Machines
	7.1…Finite State Machines
	7.2…VHDL Synthesis of Finite State Machines
	7.3…FSM Case Study: Designing a Counter
	7.4…Laboratory Assignment
		7.4.1 Laboratory Session
8 Using Finite State Machines as Controllers
	8.1…Designing an FSM Based Control Unit
	8.2…Case Study: Designing a Vending Machine Controller
	8.3…Laboratory Assignment
		8.3.1 Problem Definition: Calculator with Reduced Data Input Signals
		8.3.2 Laboratory Session
		8.3.3 Adding a New Input Register to the Calculator Design
		8.3.4 Designing an FSM Based Controller for the Calculator
9 More on Processes and Registers
	9.1…Implicit and Explicit Processes
	9.2…Designing a Shift Register
	9.3…Laboratory Assignment
		9.3.1 Laboratory Session
10 Arithmetic Circuits
	10.1…Half-Adder, Full-Adder, Ripple-Carry Adder
	10.2…Laboratory Assignment
		10.2.1 Laboratory Session
11 Writing Synthesizable VHDL Code for FPGAs
	11.1…Synthesis and Simulation
	11.2…VHDL Semantics for Synthesis
	11.3…HDLGen: Automatic Generation of Synthesizable VHDL
Bibliography




نظرات کاربران