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 pwq1999

  1. P

    relationally placed macros(rpm) problem

    i creat rpm according to the software guide: 1. During synthesis,I/O insertion and the Creation of I/O Pads from Ports are disabled. 2.run floorplanner 3,After all of the components placed ,select File -> Write RPM to UCF.(i create ucf file and ngc file) but when i instantiate the rpm, the...
  2. P

    I/O Buffer (IOB) vs. Global Clock I/O Buffer (GCLKIOB)

    gclkiob xilinx just take a look at the language template, there are lots of example available.CLOCK_DEDICATED_ROUTE means that path is dedicated for clock,the path with least skew and is suitable to route clock.
  3. P

    ModelSim Problem: Licensing error

    licensing error: the system date appears set back change your system date,it also works ok, i have met this problem, and your can search my post in this forum.
  4. P

    offset out constrain using the clock from dcm(xilinx)

    ucf offset of dcm i use the dcm output signal CLKDV as my clock, and now i want to set the offset out constraint related to the clkdv, but when i write my ucf file, it reports error, so anyone can help me out ? thanks in advance!
  5. P

    How to do the area constraint using floorplanner?

    i want to use floorplanner to constrain my design by using area group constraint, and i want to follow the signal flow to assign my module in different place, now the problem i am encounting is that i found the right edge of floor planner didn't have pin number(pin location information). i think...
  6. P

    Driving a Bidrectional Signal in Verilog Testbench

    you can use the "trireg",and maybe the link below can help you!
  7. P

    verilog code test with Spartan 3 AN

    i2c master code verilog maybe you could use an external device as a I2c master,and communicate with the fpga(your I2c Slave). Chipscope is a good tool when using xilinx fpga.
  8. P

    signal names problem when viewing waveform in Chipscope

    chipscope signal names when i use the chipscope generator, i connect the signals i want to view to the ila core, but when i view the signal waveform in chipScope, the signal names are ch0,ch1,~~~~ ,something like that in default, is there some way to change the signal name quick ? i don't want...
  9. P

    synchronous reset (verilog)

    thanks you all, i have change the synchronous reset to asynchronous reset, and no logic appear in front of the reset of the flip-flop,but i believe that kib's code works well, and thanks you all again!
  10. P

    synchronous reset (verilog)

    i can not see your code have difference with the code i posted above!
  11. P

    synchronous reset (verilog)

    thanks ,j_andr and research_vlsi, you two help me out! now i get the idea!
  12. P

    synchronous reset (verilog)

    i want a multiplexer appear in front of the flip-flop, and the rtl8305_mtxen behaves as the select control signal. actually i don't want any logic appear in the reset input of the flip-flop, as i worry that it may make glitch in the reset input of flip-flop.
  13. P

    synchronous reset (verilog)

    verilog counter with synchronous reset i write synchronous reset as follow: always@(posedge sys_clk_25m) begin if(!syn_rst_n) toggle_bit<=1'b0; else begin if(!rtl8305_mtxen) toggle_bit<=1'b0; else toggle_bit<=~toggle_bit; end end but when i view the RTL Schematic, i...
  14. P

    How to start learning FPGA, what tools to use?

    plz help dear pini_1, i can't open your website:**broken link removed** i don't know why i can't open it, i am in Shenzhen,China. sometimes i see you leave the website, but i never can open it.
  15. P

    simulation tricks using modelsim

    yes, i am doing behavioral simulation of synchronous logic,but why some signal change with the clock concurrently, the clock sometimes can detect the right value and sometimes it doesn't ? thanks!

Part and Inventory Search

Back
Top