⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.htm

📁 用impulse c编写的18x18位的乘法器。
💻 HTM
字号:
<HTML>
<HEAD>
<TITLE>Mult18X18 Sample Project</TITLE>
<STYLE>
	.Text 
	{
		font-family: Arial;
		font-size: 10pt;
		color: #404040;
	}
	.WhiteText 
	{
		font-family: Arial;
		font-size: 10pt;
		color: white;
	}
</STYLE>
</HEAD>

<BODY style="font-family: verdana; font-size: x-small; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px">

<TABLE border=0 cellpadding=0 cellspacing=0 style="width:100%">
<TR>
	<TD><IMG src="ReadmeFiles/Logo.gif" width="223" height="88"></TD>
	<TD align="right"><IMG src="ReadmeFiles/Scode.jpg" width="400" height="84"></TD>
</TR>
</TABLE>

<TABLE border=0 cellpadding=10 cellspacing=0 style="width: 100%">
<TR><TD class=Text colspan=3><b>18X18 Multiplier Sample Project for Generic VHDL 
  platform</b></TD></TR>
<TR><TD class=Text colspan=3><b>Summary</b><p>The 18X18 multiplier demonstrates 
  how to generate multipliers of a specific bit width.</p>
  <p><b>Description</b></p>
  <p>This example shows how you use Impulse C fixed-width data types in 
  conjunction with C-language features (specifically type casting) to ensure 
  that the logic generated for your C code is of a specific bit width. Notice 
  that the fixed-width types co_int18 and co_int36 are used to define the width 
  of the operands and result, respectively. Notice also that a type cast (in 
  this case to int64) is used to promote the operands to a larger size prior to 
  the multiply. The result of this will be a 36-bit multiply, which is highly 
  efficient for certain FPGA families.</TD></TR>
</TABLE>

<p align="center">Copyright 2005, Impulse Accelerated Technologies. All rights 
reserved.</p>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -