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 verylsi

  1. verylsi

    conversion from verilog to vhdl

    I would love to avoid this much big combinatorial logic in the 1st place. but still if you want to write this code in HDL just for simulation purpose then, what problems you are facing ? can you post the whole code, or post the errors if any ?
  2. verylsi

    look up table in VHDL (not targeting to FPGA )

    Can you please elaborate, what exactly you want to design with those look up tables ? BTW, Look up tables are set of all possible values with set of inputs, hope this helps.
  3. verylsi

    FPGA resource utilization and power consumption

    Hi Sumathigokul, Nice question. Please post the answer if you find it from other sources too. BTW, can you please elaborate, which device you are using and what is your operating speed ?
  4. verylsi

    Interfacing FPGA with SPARTAN 6

    hi, Its completely up-to you, If you are giving image information through memory stick, you can use the same memory stick to get the image out, you can transfer RGB values and recreate the corrected image through those values, or you can transfer it through USB.. USB is preferred if there are...
  5. verylsi

    instantiation with in an always block

    Hi Anusha, When you use generate you should always remember - it is not a run time function. Once synthesis is done for one generated condition , it will not change at run time, as it is hardware inside the FPGA and real electrical connections are made once you synthesize your design.
  6. verylsi

    Tools supporting verilog-2001

    Hi Anusha, 13.3 supports verilog 2001, also the "part select" ( +: ) was added in Verilog 2000, The Isim should support this.
  7. verylsi

    what is miter? Allegro 16.5 (trace width) how to use this tool

    Hi TADE, I believe you should post this on Hardware and PCB section , you will get quicker response there.
  8. verylsi

    regarding time-scale in verilog

    Hi, The 'timescale time_unit base / precision base eg. 'timescale 1ps/1ps means thedelays are in 1 ps unit and the precision is 1 ps.. There is no default timescale in Verilog; delays are simply relative numbers, until a timescale directive declares the units and base the numbers represent.
  9. verylsi

    Source code -MESA - Horner Bezier

    Hi, Can you please post you attempt
  10. verylsi

    Concept of Negative setup time

    hi, The set up time equation is - Tc2q + Tcomb + Tsetup ≤ Tclk + Tskew Tsetup ≤ (Tclk + Tskew) - ( Tc2q + Tcomb ) Under the condition when Tc2q + Tcomb > than Tclk + Tskew then Tsetup will be negative. So mainly your aim is to design such that that the combination logic is minimal...
  11. verylsi

    Offset meaning in programming language

    hi, It depends on what context you are referring to. One example.. suppose you have two signals and they have fixed delay and you know the arrival time of 1st signal, then the delay can be considered as an offset and can be added to the arrival time of 1st signal to get the arrival time of...
  12. verylsi

    Verilog code for counting pulses in 555timer

    Hi, So where exactly you are facing your problem ?.. also you need to re arrange your if else conditions. I mean, error, or understanding wise , A good formatted question will avoid such delay.
  13. verylsi

    Spartan 6 TQG144 package DDR/DDR2 interfacing

    Hi Ghost, If you can design a memory controller then there is no constraint.. but it is not recommended if there are some time constraints associated. :)
  14. verylsi

    How to create a sine wave using lut in verilog?

    Hi Keerthna, I didnt understand your requirement. Are you looking to create Sine Wave in FPGA using some HDL or you want to create a sine wave with LUT approach in a spread sheet ? If you are looking to design using HDL then you can design a ROM and store values ( no. of values are the...
  15. verylsi

    Verilog code for counting pulses in 555timer

    Yes , definitely, But please post your efforts first.

Part and Inventory Search

Back
Top