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 pengfan

  1. P

    An question about set_clock_uncertainty ???

    set_clock_uncertainty DC constraint has the following constaint statement: set_clock_uncertainty -setup 1.5 [get_clocks clk] set_clock_uncertainty -hold 0.5 [get_clocks clk] , To setup time analysis ,why set_clock_uncertainty is 1.5 ? but to hold time analysis,why the value of the...
  2. P

    A question aboutSCV contraints and IUS mix_simulate runtime

    A question aboutSCV contraints and IUS mix_simulate runtime ? Firstly ,I have written a systemc model . I am compiling the systemc model , and inputting systemc stimulus with constraints .The simulating of the systemc model quickly completed. Secondly ,I intend to mix_simulate the...
  3. P

    several questions with SystemC SCV!

    system c keep_only I intend to add contraints to a couple of interger of sc_int<12> type. Firstly , I attempt to use simple constraint "keep_only(0x200,0xfff)",but I always get the following errors : *** SCV_ERROR: CONSTRAINT_ERROR_OVER_CONSTRAINED at time 0 s in process <main> Constraints...
  4. P

    what does the SCV_ERROR mean?

    hi friends: I am a novice to systemc SCV lib AND I am having some problems .I have written a short piece of code which simply constraint several variables ,but when I am compiling and running this code .I get the following errors! but I don't know what the SCV_ERROR means?thanks in advance...
  5. P

    How to use the standard C++ functions in SystemC?

    Hi ,friends! How to use the standard C++ functions in SystemC source program! for example ,if I want to use sin function of the standard C++ functions,what should I do ?? Thanks in advance !!!
  6. P

    A question about linking SystemC SCV LIB error !

    Hello,everyone! I am trying to learn systemc. The Systemc and Systemc SCV library was already installed in one of the servers and I am using Solaris 2.8 with gcc 3.2 I am trying to run example SCV programs from the installation directory. However when I run make i get error message ...
  7. P

    How to install systemc Master Slave Library in SUN solaris

    systemc master slave library I have downloaded systemc-2.0.1-MS2.0.1.tar.gz ,but in the library packet ,there is no configure file. in the stall file ,the configure file is requred. how to install this library? Thanks in advance !!!
  8. P

    set_fix_multiple_ports_net ,what means?

    set_fix_multiple_ports_net ,what means?i need to know how dc works when this command is added!

Part and Inventory Search

Back
Top