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 bnicolle

  1. B

    How to generate a pulse from a voltage source in VHDL-AMS

    how to generate pulse signal voltage in vhdl-ams Implement a signal and quantity affectation as : signal generator_voltage : boolean := false; quantity vout across iout through tout to electrical_ref; begin generator_voltage <= false, true after 0.1 sec, false 0.2; if generator_voltage use...
  2. B

    VHDL-AMS Periodic pulse

    vhdl pulse example No if you want to do periodically, you need to introduction a wait for instruction.
  3. B

    VHDL-AMS Periodic pulse

    vhdl code for aperiodic pulses Hi, I haven't here my simulator to test your code but your error is very simple. You define a through quantity (vout) without the across quantity (iout) definition. Simply add for example : vout == rout * iout ; or don't define the iout on our quantity...

Part and Inventory Search

Back
Top