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 pmat

  1. pmat

    Asynchronous circuits synthesis tools

    You can download Balsa at: https://apt.cs.manchester.ac.uk/projects/tools/balsa/
  2. pmat

    SystemC Simple Question

    I want to update the value of a signal which is struct. I create a struct variable v2 and i update its fields. Afterwards i call the write() function on the v1_sig with v2 as an argument. Then i call wait() (the code is in a SC_THREAD being sensitive to a clock) to let the signal being updated...
  3. pmat

    Antenna of Different Frequency

    Hi, i have none background w.r.t. antennas. I have a very simple question. I have an antenna which is supposed to work at frequencies 5.4-5.85Ghz. I also have equipment for communication between cars which ends at an SMA connector and i am supposed to connect an antenna operating at frequencies...
  4. pmat

    Map an Instance to a specific standard cell

    Hi, i have a module and i want it to be tech mapped to a specific standard cell each time it is instantiated. Is there a corresponding directive in DC? Thnx pmat
  5. pmat

    ISCAS 89 format netlist needed for Kogge Stone adder

    What do you mean by ISCAS89 format? .blif format?
  6. pmat

    What is a storage node is sequential circuit?

    FF, Latch or gate with feedback(asynchronous circuits) Pavlos
  7. pmat

    Automotive Application - Opinion

    Crazy idea indeed! :-) So any ideas about the GPS issue i mentioned above???
  8. pmat

    Automotive Application - Opinion

    Thnx for the response, I went through some sites and i saw that GPS modules targetting relatively slow moving objects like pedestrians or whatever go with a 1-2Hz update devices. Now, GPS devices which are more suitable for high speed environment like racing etc. usually go with 10Hs update...
  9. pmat

    Automotive Application - Opinion

    Hi, we are building an automotive project and i want your opinion in some issues: 1. GPS Module: We are interested in a module capable of generating output not only for low speed environments (city traffic) but also for highway velocities. We are specifically interested in...
  10. pmat

    Endianess Transformation

    So, its better to let software do endianess transformations at the endpoints... Using bridges in the middle of different endianess devices which do all the transformations, or having dedicated hardware at the peripherals to transform representations have not so much value. Right? I ask all of...
  11. pmat

    Endianess Transformation

    There are no specific details right now, as the system's architecture is still under development. There is a set of transaction level accurate processors, an abstract Bus and the peripherals are sets of C-threads. The constraints are that processors are Big-Endian and peripherals are little...
  12. pmat

    Endianess Transformation

    There is no Ethernet connection for communication. There is only a Bus connecting the two devices.
  13. pmat

    Endianess Transformation

    Hi all, lets suppose that in a system, a Big-Endian Processor communicates with a Little-Endian Peripheral. Which is the best practice to perform the endianess transformation? (processor transforms its big endian words to little endian ones, a bridge in the middle of the communication path...
  14. pmat

    What is the need of FSM?

    Nowdays control systems have many FSMs and each FSM has many inputs and many outputs. The transition and output functions you used to optimize with K-maps are far too complex to be optimized this way. Nowdays each function is a multilevel gate network and not just a two-level AND-OR circuit with...
  15. pmat

    What is the need of FSM?

    I disagree with a lot of simplistic opinions which mislead the designers. In order to get the gains of an FSM-oriented synthesis flow you must know at design time the exact states and exact transitions between states. Otherwise the tool will produce a sub-optimal circuit. Lets see DC' s...

Part and Inventory Search

Back
Top