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 taolibuyan

  1. T

    What can I do to this message

    Xilinx ISE 8.1i gives me this message: INFO:Xst:2387 - HDL ADVISOR - A 2-bit shift register was found for signal <vid_byp_reg1<0>> and currently occupies 2 logic cells (1 slices). Removing the set/reset logic would take advantage of SRL16 (and derived) primitives and reduce this to 1 logic...
  2. T

    problem about coregen

    could not find module primitive coregen I just created a math core to calculate division/remainder. I wanted to copy the declaration codes to my verilog file from the language template as I did before. But it's empty, and coregen didn't create any .v file. The VHDL files are normal. What's...
  3. T

    how to use % operator in verilog

    verilog mod operator Xilinx ISE 8.1 My codes are simply if (A % B > ***) .................... Added after 5 minutes: Thanks. It seems it's impossible to use modulus/division operators. :( The range of my operands is too large for a lookup table. I will try math core.
  4. T

    how to use % operator in verilog

    verilog modulo operator I got this error "Operator % is only supported when the second operand is a power of 2." My second operand is a integer constant. Is it synthesizable? I have to use this operator.

Part and Inventory Search

Back
Top