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 muni123

  1. M

    MAC IP initialization

    IP is a protected verilog code from the vendor. So no chance to think about changing the logic. We are looking into specification given for us. and the Junk packet is coming after the reset is removed.
  2. M

    MAC IP initialization

    Hi, We have an issue in initializing the MAC. Once the MAC is reset there is junk packet is coming out of XGMII Tx interface due to which MAC counter inside the IP is incremented by 1 which is not accountable. We want the MAC to be quiet once it got reset. We are in search of clues to identify...
  3. M

    compiling a protected verilog file (*.vp)

    Hi, What is the command to compile a protected verilog file in NC-sim. what are the options we need to consider before compiling a protected verilog file (*.vp file) ref: https://www.edaboard.com/threads/7269/ Thanks in advance!!!
  4. M

    How to use the .trn data in ncsim.

    to load the .trn file in the simvision waveform u will be asked to include the .dsn(design) file too in the same directory to view the waveform.
  5. M

    difference b/w microarchitecture and architecture in degital design cycle

    It should be like this. The Micro architecture includes the individual Modules design description, Statemachines involved and Inputs and outputs description of a System. In the case of digital design cycle architecture, it involves not only the design process but verification and validation...
  6. M

    registered inout in verilog

    You cannot directly drive that inout from teh statemachine, definitely need to declare it as wire in verilog.
  7. M

    blocking and non blocking in verilog

    While going for D-Flipflop we definitely go for a non blocking assignment as the output must be available at the posedge of the D-flipflop. secondly coming to your question.. "Even for blocking assignments also the outputs are driven at posedge or negedge of the clock if the always contain...
  8. M

    blocking and non blocking in verilog

    Sequential circuits wait for the clock edge to output a value, just as it done in the non blocking assignments where the outputs are driven at posedge or negedge of the clock. Considering a combinational circuit there is immediate change in output with the change in any of the input, here the...
  9. M

    Undestanding Address notation in Design

    Hi, I have an issue in understanding the Address notaions in any design: 1) Global Base address 2) Local Base address 3) Unique base address. can any one explain me how they are used, access restrictions and why they are done like so. Thanks In Advance!!
  10. M

    Plz help in interfacing

    You can use general purpose pins available on the board to route the output data thropugh them and then trace them on to CRO.
  11. M

    Ethernet MAC on Virtex 4

    Study the data sheet of the tri mode Phy chip on the board. Understand the registers to drive to autonegotiate with the PC. Study the MAC IP and understand the registers and their offset addresses to access for sending and receiving the data from through PHY. Knowledge on PowerPC or microblaze...
  12. M

    What is difference between Questasim & Modelsim?

    To my knowledge QuestaSim is released for the Verification purpose only by Mentor Graphics in support from Cadence. But ModelSim is from Metor Graphics only
  13. M

    [SOLVED] what is "glitch-free clock"

    A clock with with certain valid duty cycle is said to be a glitch free clock. A valid duty cycle here represents whatever be it 1 or 0 will be stable and periodic in nature. Any non-periodic 1 or 0 value for less than time period of the clock in between them is said to be glitch.
  14. M

    slow to fast synchronization

    Handshake mechanism is not recommended for the burst type data transfers.

Part and Inventory Search

Back
Top