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 csarami

  1. C

    ModelSim # ** Error (suppressible): (vish-4008) Object 'A' not found. #

    I have ready many pages of it already and I think it is a good book. Maybe, this should be done using GUI, as it explained here: https://www.eng.auburn.edu/~agrawvd/COURSE/E6200_Spr09/HW/Modelsim%20Tutorial.pdf
  2. C

    ModelSim # ** Error (suppressible): (vish-4008) Object 'A' not found. #

    I am reading a book and this kind of testing ( on the fly at ModelSim terminal) is mentioned there. Example above is from Page 7 of Digital System Design by Roth, et el. The book is published 2017! The method used above is mentioned through the book. It is using ModelSim.
  3. C

    ModelSim # ** Error (suppressible): (vish-4008) Object 'A' not found. #

    Hi, As a newbie I am trying to test a very simple verilog as follows: module gates(A,B,C,D,E); input A,B,C; output D,E; assign #5 D = A|| B; assign #5 E = C || D; endmodule I issue the following command: add list A B C D E force A 0 However, I get the following error message...
  4. C

    Rules of Thumb or Recipe for Setting Input and Output Delays + Propagation Delay

    Thank you very much. I guess, I will understand this fully after I gain real experience with them:)
  5. C

    Rules of Thumb or Recipe for Setting Input and Output Delays + Propagation Delay

    I just got it. The post corresponds to FPGA. The answer to ASIC is very simple and is common sense. min input_delay for receiving module ( ( say HDL module))= min of all output delays from the last flip flop of the connecting modules to the inputs of the receiving module, etc. So in the case...
  6. C

    Rules of Thumb or Recipe for Setting Input and Output Delays + Propagation Delay

    Hi, On page https://billauer.co.il/blog/2017/04/io-timing-constraints-meaning/ we read that In short, set_input_delay -clock … -max … : The maximal clock-to-output of the driving chip + board propagation delay set_input_delay -clock … -min … : The minimal clock-to-output of the driving chip...

Part and Inventory Search

Back
Top