Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by madalin1990

  1. M

    [SOLVED] Unknown type Xilinx error

    Hi! I have defined a register with serial input and a paralel output. Problem is that when i'm compiling i receive the following errors. Any idea why? ERROR:HDLCompiler:806 - "C:\Users\agrancea\Desktop\licenta\iir\sp.v" Line 23: Syntax error near "<=". ERROR:HDLCompiler:44 -...
  2. M

    Calculate drain-source tension

    HI! Can someone briefly, explain me how to calculate the drain-source tension for the transistor from the attached schematic?
  3. M

    Searching for a project idea

    Sounds interesting. I already have the vga controller so I can use it to display what the camera is recording. I need to add some logic to identify a certain target(like moving objects, peoples or cars etc). Basically this project is an image processing project. Using a non-static camera is...
  4. M

    Searching for a project idea

    I'm not quite a beginner in FPGA design, meaning I have some working projects already done(MIPS processor, VGA decoder, EPP interface etc). It is true that there are to learn yet, that's why I need a challenge. As I said I may go to a college contest and I would like something competitive...
  5. M

    Exporting waveform error

    I will follow your advice but if that was the problem the picture should contain some kind of info. If this will not work I'll just use screenshots for the time being.
  6. M

    Exporting waveform error

    I'm not quite sure I have understand what you mean. I used file-> export -> image to export the waveforms. I waited a while to be sure the export was completed, but when i opened the .bmp file no waveforms were visible.
  7. M

    Exporting waveform error

    Hi ! I am trying to save some modelsim waveforms using export command. The problem is the .bmp file where the waveform are supposed to be exported is white. How can i solve this?
  8. M

    Searching for a project idea

    For the moment i have a Spartan 6 - Nexys 3....... for design I generally use Xilinx ISE Webpack with Student Licence( until now all IP block I needed were available).
  9. M

    Searching for a project idea

    Hi !! I want to improve my knowledge on FPGA design and what better way to do this than through practice. So I want some ideas on a medium-high complexity project with an interesting application. Feel free to speak what comes to mind ;) I may go to a contest, so I would prefer something that...
  10. M

    Writing documentation

    I already hate writing documentation . I'm on the right path of becoming a true digital designer . :)) Putting the joke aside, thank you rberek, your post was truly helpful! ;)
  11. M

    Writing documentation

    :razz: well then i'll just hang around waiting for someone to give me an idea. I have around 300 code lines, written by me, but in the last three hours I have written only 2 pages(mostly with tables). Pretty annoying I'd say!
  12. M

    Writing documentation

    mrfibble do you have the time to try with me to put together a good explanation?
  13. M

    Writing documentation

    HI ! I face a problem that I think even the gurus of this comunity have faced in the past. I am referring to writing technical documentation. Supposing you have wrote some code for a module, how do you organise when writing the documentation about it?;-)
  14. M

    204x204 matrix generation

    How can i generate a 204x204 matrix with the following characteristics: `if line<136 and column<68 value = 0 if line<136 and column<136 value = 146 if line<136 and column<204 value = 16 if line>136 and column<68 value = 2 if line>136 and column<136 value = 128 if...

Part and Inventory Search

Back
Top