-
vhdl 端口映射port map这里有异常 求高手帮忙
vhdl端口映射portmap这里有错误求高手帮忙libraryieee;useieee.std_logic_1164.all;entityawgn_topisport(clkin:instd_logic; nout:outstd_logic_vector(17downto0));endawgn_top;architecturebehaofawgn_topiscomponentm_gen1por...
40
热度 -
VHDL 初学 关于时序有关问题请问
VHDL初学关于时序问题请教libraryieee;useieee.std_logic_1164.all;useieee.std_logic_unsigned.all;entityAD7714Controisport(POL,SYNC,RESET,BUF,STANDBY,CS,SCLK,DOUT:outstd_logic;CLK:instd_logic;--<10MHzDRDY,DIN:in...
7840
热度 -
html:select上拉框 在jsp的list表格里面设置默认值
html:select下拉框在jsp的list表格里面设置默认值 html:select下拉框在jip的list表格里面设置默认值Java代码1.在jsp页面有一个list集合展示,其中一项为下拉列表框,要出现默认值??2.<html:selectname="HForm"property="spart"?style="width:90">??3.???????????<!--循环...
341
热度 -
急求FPGA设计的多功能波形发生器的目标芯片解决办法
急求FPGA设计的多功能波形发生器的目标芯片小女子做的课题,初次接触FPGA的设计用的是Quartus2的平台运行,综合编译已通过,但是时序仿真出了错:说是目标芯片不适用。求各位大侠能指点指点,给出合适波形发生器的芯片型号,先在此谢过下为VHDL开头部分程序:libraryieee;useieee.std_logic_1164.all;useieee.std_logic_arith.all;use...
33
热度 -
急求FPGA设计的多功能波形发生器的目标芯片,该怎么处理
急求FPGA设计的多功能波形发生器的目标芯片小女子做的课题,初次接触FPGA的设计用的是Quartus2的平台运行,综合编译已通过,但是时序仿真出了错:说是目标芯片不适用。求各位大侠能指点指点,给出合适波形发生器的芯片型号,先在此谢过下为VHDL开头部分程序:libraryieee;useieee.std_logic_1164.all;useieee.std_logic_arith.all;use...
6653
热度 -
新手~modelsim仿真有关问题~拜托了
新手求助~modelsim仿真问题~拜托了~我做仿真的时候,之前都是用quartusII9.0,波形都有,但换成10.0后要用modelsim仿真,可是听人说还需要一个什么testbench,小弟新手不知道该怎么弄这个,请大家帮忙看看该怎么编,代码如下:LIBRARYIEEE;USEIEEE.STD_LOGIC_1164.ALL;USEIEEE.STD_LOGIC_UNSIGNED.ALL;Ent...
96
热度 -
jsp中如何 实现两个下拉框 的联动? 不想用Ajax
jsp中怎么实现两个下拉框的联动?不想用Ajax!jsp中怎么实现两个下拉框的联动?不想用Ajax!因为是少量的用到联动!color='#e78608'>------解决方案--------------------varid=newArray(""<logic:notEmptyname="type">//type是个list的第二级数据<l...
76
热度 -
大侠帮编译一上这个VHDL吧,要疯了
大侠帮编译一下这个VHDL吧,要疯了libraryieee;useieee.std_logic_1164.all;useieee.std_logic_arith.all;useieee.std_logic_unsigned.all;packagedp16isfunctionadd(a,b:instd_logic_vector)returnstd_logic_vector;variabletmp:s...
39
热度 -
跨页传值有关问题
跨页传值问题 今天碰到一个跨页传值问题。具体描述如下:首先从数据库中查询,使用分页,每页显示一定数目的记录数。然后在每条数据后加上一个单选框checkbox,选中则保存该条记录。现在碰到的问题就是在选中几条记录之后按下一页然后在回到原页面也需要将已经选中的记录后的单选框选上。最开始准备使用<logic:equal>标签的。写法如下,结果失败。 <logic:iteratorpro...
288
热度 -
关于元件例化的有关问题
关于元件例化的问题libraryieee;useieee.std_logic_1164.all;useieee.std_logic_unsigned.all;entitymand2isport(a,b:instd_logic;c:outstd_logic);endmand2;architecturebbofmand2isbeginc<=aandb;endbb;usework.mand2.al...
91
热度 -
vhdl代码的执行顺序有关问题
vhdl代码的执行顺序问题Assemblycodelibraryieee;useieee.std_logic_1164.all;usework.exp_cpu_components.all;entityregfileisport(DR:instd_logic_vector(1downto0);SR:instd_logic_vector(1downto0);reset:instd_logic;wri...
24
热度 -
java将后盾list传给js数组
java将后台list传给js数组 首先,要将后台return的list在Action方法中放到一个session当中。(当然这里的list中存放的是基本类型的数据) HttpSessionsession=request.getSession(); session.setAttrbute("theGottenList",theGottenList);//将返回的list放到session中去。 当...
103
热度 -
在jsp页面内可以嵌套使用标签吗?
在jsp页面内可以嵌套使用标签吗? 就是说把两个标签写两遍可以这样吗? <logic:presentname="adminqueslist"><logic:iterateid="adminqueslist"name="adminqueslist"><logic:presentname="dd"><logic:iterateid=...
315
热度 -
VHDL expecting an identifier,or"constant" or "file" or "signal" or "variable"该如何解决
VHDLexpectinganidentifier,or"constant",or"file",or"signal",or"variable"Error(10500):VHDLsyntaxerroratcompare.vhd(11)neartext")";expectinganidentifier,...
33
热度 -
VHDL定义函数的有关问题
VHDL定义函数的问题libraryIEEE;useIEEE.STD_LOGIC_1164.ALL;useIEEE.STD_LOGIC_UNSIGNED.ALL;entityMy_Allis port( my_and_a, my_and_b :in bit; my_and_y :out bit; my_adder_a, my_adder_b :in STD_LOGIC_VECTOR(2dow...
70
热度 -
用Struts标签如何实现余数匹配操作?
用Struts标签怎么实现余数匹配操作??急!!~~~~我用jstl的话是<c:iftest="${index%6==0}">...</c:if>现在要用Struts的标签实现,怎么实现?我本来想用<logic:matchname="index"value="0">...</logic:match...
57
热度 -
问个外行的有关问题<bean:write name="index"/>索引能从1开始嘛
问个外行的问题<bean:writename="index"/>索引能从1开始嘛?<logic:iterateid="var"name="doc"indexId="index"> <bean:writename="index"/> <be...
36
热度 -
struts1标签库如何表示if else
struts1标签库怎么表示ifelse公司里有些老的项目用的是struts1,想知道怎么在struts1标签库中使用ifelse判断color='#FF8000'>------解决方案--------------------<logic:equalname="age"value="18"><!--someaction--></logic:equal><l...
119
热度 -
vhdl编程,该如何解决
vhdl编程为啥我编的vhdl程序第一句就说我有语法问题,我写的第一句是libraryieee;这是为什么呢请高手指点color='#e78608'>------解决方案--------------------写错字了color='#e78608'>------解决方案--------------------lz贴出完整的出错代码,LIBRARYieee;color='#e78608'>-----...
39
热度 -
[求助]为什么我的标签不可用啊?
[求助]为什么我的标签不可用啊? 为什么我的<logic:notEmpty/>标签不可用啊?我已经建立了一个struts1.2的jsp页了,而且已经有<%@tagliburi="/WEB-INF/struts-logic.tld"prefix="logic"%>,jsp页中:<body><%request.setAttribut...
107
热度