链接已复制
22 回复数
It should have be mentioned before, but de1_control_panel.exe is of course included in the DE1_CD downloadable from terasic.com.
Hi FvM,
I can't download de1_control_panel.exe from terasic.com. If you have it, please send to me. Thanks a lot Tung.hi thanhFF
Am new to vhdl and I need your help, I read about the problem you face when you try to use hc11 and integrate it with other I/O. I need to install this processor hc11 into altera dII fpga kit, how can I do that Thank--- Quote Start --- i dont think u can find it. Send ur email address to my account, i will send u through email. --- Quote End --- if you could send me the file as well thatll be awesome Email: omkar.n.joshi@gmail.com Thank you.
--- Quote Start --- i dont think u can find it. Send ur email address to my account, i will send u through email. --- Quote End --- Hi, I am looking for the Control Panel v1.0, can you help me? I am trying to write directly to sram but with the version v2.1 I don't see the option anymore.
--- Quote Start --- Hi, I am looking for the Control Panel v1.0, can you help me? I am trying to write directly to sram but with the version v2.1 I don't see the option anymore. --- Quote End --- See attached .zip files for control panels v1.0 and v2.1 for the Terasic DE1 board.
--- Quote Start --- See attached .zip files for control panels v1.0 and v2.1 for the Terasic DE1 board. --- Quote End --- tq very much my problem also when construct bcd to seven segment..se7 segment run but when i assign input b0000 for Zero Number seven segment will be 0000001 not to be 1111110..help me
--- Quote Start --- tq very much my problem also when construct bcd to seven segment..se7 segment run but when i assign input b0000 for Zero Number seven segment will be 0000001 not to be 1111110..help me --- Quote End --- You are not providing enough information on what you are trying to do, and what you are getting. You need to be very detailed and specific to get any reasonable help.
https://alteraforum.com/forum/attachment.php?attachmentid=14569&stc=1
this block schematic when i program and test input using switch and output using seven segment.. when i represent 1 number convert to bcd will be 0000 but seven segment as output not represent 1. Seven segment to be a=1,b=0,c=0, d=1,e=1,f=1,g=1 i want result a=0,b=1,c=1,d=0,e=0,f=0,g=0 what wrong with my seven segment--- Quote Start --- https://alteraforum.com/forum/attachment.php?attachmentid=14569&stc=1 this block schematic when i program and test input using switch and output using seven segment.. when i represent 1 number convert to bcd will be 0000 but seven segment as output not represent 1. Seven segment to be a=1,b=0,c=0, d=1,e=1,f=1,g=1 i want result a=0,b=1,c=1,d=0,e=0,f=0,g=0 what wrong with my seven segment --- Quote End --- The HEX display segment drivers on the DE1 card are ACTIVE LO, so driving out a '0' (low) turns the segment ON, and driving out a '1' (high) turns the segment off. The 74246 block you have in your schematic drives its outputs LO when it wants to light a segment, so that would mean the inverters you have on each output line are the source of the issue.
--- Quote Start --- The HEX display segment drivers on the DE1 card are ACTIVE LO, so driving out a '0' (low) turns the segment ON, and driving out a '1' (high) turns the segment off. The 74246 block you have in your schematic drives its outputs LO when it wants to light a segment, so that would mean the inverters you have on each output line are the source of the issue. --- Quote End --- so output on seven segment is it true? based on vector waveform i got segment b and segment c status High or logic 1
--- Quote Start --- so output on seven segment is it true? based on vector waveform i got segment b and segment c status High or logic 1 --- Quote End --- The seven segment displays connected to the FPGA are driven active lo. So driving out a '0' (low) lights the segment, driving out a '1' (high) extinguishes the segment.
--- Quote Start --- The seven segment displays connected to the FPGA are driven active lo. So driving out a '0' (low) lights the segment, driving out a '1' (high) extinguishes the segment. --- Quote End --- ok tqvm..how to change seven segment FPGA are driven active high for light the segement..Now my result is true for driving out LOW..
--- Quote Start --- ok tqvm..how to change seven segment fpga are driven active high for light the segement..Now my result is true for driving out LOW.. --- Quote End --- That could have certainly been done, but that was not the way this board was designed.
