How do I simulate RAM in Multisim?

I am trying to have my student do simulate RAM operation on Multisim 9 but I cannot figure out how to do it. I tried the RAM components but they are all dummy files. I tried to use the register file components and I got the two port component to load register 0 but I cannot load any of the other registers. What I want to do is have the students load the gray code into 16 registers and step through to show me they understand how the RAM works.
Thanks,
Tyrone
Solved!
Go to Solution.

Hi! guys. does anyone knows how can I make Ram circuit with these components 6116 and 74LS244.
I made it in proteus and it works well. but i have a problem with that in multisim, I made it in mulutisim, but it doesn't work in multisim.
Would you mind checking them out? here's the file.  I wonder what might be wrong? Please let me know.
Thanks in advance.
Attachments:
RAM.ms11 ‏193 KB

Similar Messages

  • How much macbook pro ram on new quad 2.4 17"?

    how much macbook pro ram can be supported on a new quad 2.4 17"?

    16GB. Those Macs can't run 10.5.8.
    (63021)

  • How to allocate more ram to T410 IntelHD graphics? CONFUSED

    Hello There
    I have a T410 Thinkpad, and I would like to know how  to allocate more ram to the IntelHD graphics so that I can run my video games a lot better. I have searched through the bios and cannot find how 
    Sorry for my English
    -Jack

    If you're running Windows 7 or later, Windows should automatically allocate up to 1.5GB of system RAM to the integrated graphics.
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • How to add more ram to video card

    Hello, to play a game I  need to have 1 GB of ram dedicated. I looked all over to find where I can allocate more ram, but I can't seem to find anything. Does anyone know how to allocate more ram to a video card? Is it possible? 
    My card is Intel HD Graphics 4600

    HPliker wrote:
    Hello, to play a game I  need to have 1 GB of ram dedicated. I looked all over to find where I can allocate more ram, but I can't seem to find anything. Does anyone know how to allocate more ram to a video card? Is it possible? 
    My card is Intel HD Graphics 4600
    You have shared RAM you don't have dedicated Video RAM that is shared with your regular Computer RAM.
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • How to manually insert a jumper multisim

    hi i want to transfer my circuit to ultiboard but i need a jumper how do i add it on multisim my version does not support automatic insertion.

    Hi,
    You can place jumper wires in Ultiboard 12.0 by going to Place>Jumper. 
    Refer to the following discussion, it explains an alternative if your version of Ultiboard doesn't have the "Place>Jumper" option. http://forums.ni.com/t5/Circuit-Design-Suite-Multisim/Automatic-jumper-insertion/td-p/520570

  • How to use UJT ( 2N6027 ) in multisim 9

    Hello!
    How to use UJT ( 2N6027 )  in multisim 9  ?
    thanks very much.

    Hi, if you check the component datasheet, it includes a couple of test circuits you could build:
    http://www.onsemi.com/pub/Collateral/2N6027-D.PDF
    Nestor
    National Instruments

  • SFE 2000 how many flash and RAM : MB ????

    Hi every one
    Who can tell me the Cisco Linksys SFE 2000 have :how many flash and RAM : MB ????
    Best regards
    Zammit Ikbel

    This is not Apple Support, nor are they able to be contacted by e-mail.  This is a user to user forum, and we can try to help you as best as possible. Apple moderators can move your thread to a more appropriate forum if needed.
    A faster hard drive connection is available through your Thunderbolt port.  See what you can connect via Sonnet's adapter:
    http://www.sonnettech.com/product/echoexpresscard34thunderbolt.html
    An eSATA or Thunderbolt hard drive would probably be at least faster than the internal drive, and an external SSD may be cheaper than an internal for your notebook, and even faster.

  • How to restore system RAM memory when i run DI batch job process

    How to restore system RAM memory when i run DI batch job process
    I use SAP-B12005SP53 and i develop with Business Partner Object

    HI ALL
    TAKE CARE: Nothing was working in VB6, but in .NET it sets the default value !
    from help of VS.
    When you assign Nothing to an object variable, it no longer refers to any object instance. If the variable had previously referred to an instance, setting it to Nothing does not terminate the instance itself. The instance is terminated, and the memory and system resources associated with it are released, only after the garbage collector (GC) detects that there are no active references remaining.
    Garbage Collector distroyes the objects at the end of the sub of function, not in the loop.
    So use local variables when you loading the 7000 items. For me working fine and i do not have a memory problems. I am loading 50000 items with prices from EDI file, and memory usage stops at 120MB.
    1st solution  create a sub or a function to populate the data, and run this for every items by as single rutin,
      sub x
        Dim obj As New Object()
            Try
    ... put here your update code
            Catch ex As Exception
            Finally
                GC.Collect()
            End Try
      end sub
    This free up the memory when Garbage
    2nd solution: use inner loop definition
      sub x
    Try
                Do While True
                    Dim obj As New Object()
                Loop
            Catch ex As Exception
            Finally
                GC.Collect()
            End Try
      end sub
    This free up the memory inside the loop.
    I recommend to use Friend Class keyword for your addon declaration and do not use modules.
    Modules and shared classes will be free up the memory when your program terminates execution.
    For more information see MSDN help http://msdn.microsoft.com/en-us/library/7ee5a7s1(VS.80).aspx
    and http://msdn.microsoft.com/en-us/library/0x9tb07z(VS.80).aspx
    Regards,
    J
    Edited by: János Nagy on Oct 15, 2009 2:17 PM

  • How can I tell how many sticks of RAM I have?

    First time to post, just bought my first MAC!
    I have a 13.3, 2.4 ghz, came with 2 MB of RAM, says its expandable to 4 GB. Is there a way to tell how many sticks of RAM there is currently installed without taking the battery off?
    Thanks!

    I have the same computer and it came with 2 1GB sticks but it has only ever run on 1GB, i have tried switching ports and sticks and it's always the same...

  • How to use 4GB RAM on Windows 2000

    Hi,
    We use a third party application that parses weblogs and generates statistics.
    The application gives OutOfMemory exception when the weblogs are hugs.
    I am wondering if doing "editbin.exe /LARGEADDRESSAWARE java.exe" is going to help.
    I have 4GB of physical RAM and I have /3GB in boot.ini in Windows 2000 Advanced Server.
    Thanks,
    Anurag.

    How to use 4GB RAM on Windows 2000You are never going to use 4g on a windows box. The maximum addressable space is 4g. Normally the OS reserves 2g. Which means the maximum addressable space for an application is 2g.
    It is supposed to be possible to increase the addressable space to 3 gig. And also increase the JVM space. However, there are risks. The following thread suggests a way to do this
    http://forum.java.sun.com/thread.jsp?forum=37&thread=201718

  • How do I simulate thermocouple in closed loop PID using plant simulator?

    Hi all
    am creating a PID application to control temperature which is measured by a thermocouple. how do i simulate the thermocouple in closed loop by changing the plant process parameters, the temperature is controlled by a infra red lamp.
    Regards
    Arun

    Hello Arun,
    Please refer to the second order system that I have attached. This VI uses the plant simulator to simulate a thermocuple in a temperature chamber.
    Regards,
    Arun V
    National InstrumentsMessage Edited by sunrays on 06-27-2005 06:21 PM
    Message Edited by sunrays on 06-27-2005 06:22 PM
    Attachments:
    Angelantoni.zip ‏31 KB

  • Instructions how to install more RAM Intel iMac 17"

    Does anyone know where i can find instructions on how to install more RAM? Preferably with illustrations.
    Thanks,

    It´s supposed to be a phillips 2 screwdriver. It may also be difficult to open the lid if the screwdriver is too sharp. In Sweden we don´t usually call it by that name. If I only had read my swedish owner´s manual I would have knewn, or if I just had looked at the bottom of the computer before I purchased a phillips 0 screwdriver. That screwdriver might be useful in other situations and was quite cheap though.

  • How can i add ram to my imac

    how can i add ram to my imac

    The best place to start is opening your owners manual for instructions, if you lost it please click the Manuals link and input the serial number of your machine for the manual.

  • How can i simulate a decaying sine in multisim

    I'm gonna be glad if some one can help me to simulate a decaying sine signal in multisim 10, best ragards, Aldapool

    Hello aldapool. Try using an AC_VOLTAGE component, that you'll find in the Master database, Sources Group, SIGNAL_VOLTAGE _SOURCES family. After you place it, double click it and configure your sinusoidal signal. You'll find a damping factor which will diminish the signal as time runs.
    To check if its working place a load resistor and run a transient analysis. Remember to fix the End Time and to analyze the voltage source. You should see a decaying sine signal.
    I hope this information is useful for you.
    Mensaje editado por Pedrobertoni
    Attachments:
    sindamp.JPG ‏111 KB

  • How Can I Simulate Double-Clicking A File To Open It In The Default App Without Installing Default App?

    I have an app written with Visual Studio 2013. The app has code for opening a file using the standard OpenFileDialog and also has code (AutoOpenFile()) for opening a file when a user double-clicks on a file that is handled by the app. I have not yet created
    an installer for the app, so I won't be able to test it's AutoOpenFile() code...unless there is a way to simulate the process of auto-opening the double-clicked file without actually installing the app on my PC. Anyone?

    Thanks for your reply, Wyck. I already have the necessary code in my app for opening a file when I double-click on it. The problem is that the app is not currently installed on my PC. Until I do install it, is there a way I can test-run that code
    by double-clicking on an associated file?
    You lost me at: you want to test-run code that is not on your PC.
    O_o
    You want to double-click a file, and then...what do you want to have happen?  You want to run...something...that is not on your PC??
    The "simulation" is to launch your app from the command line and pass in the name of the file you wanted to simulate a "double-click" of.
    Regardless, you cannot get the shell to have a double-click of a file cause your application to launch unless you modify the registry to do so.  (This is tantamount to "install" to me.)
    In the spirit of continuing to be helpful, though, I'll assume that this is what you want to do and I'll show you how to get it done with the least amount of tampering with your registry.
    Here are minimally invasive registry modifications you need to make to get it to launch a program when you double-click your file.  It's pretty small.
    EXAMPLE ONLY:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\.wyck]
    @="Wyck.Document"
    [HKEY_CLASSES_ROOT\Wyck.Document\shell\open\command]
    @="c:\\windows\\system32\\notepad.exe \"%1\""
    [You have to save the above with your appropriate modifications to a file with the
    .reg extension (e.g.: test.reg) and then you'll have to double-click the test.reg file to "merge" these settings into your registry.]
    The example above registers a file extension called .wyck and assigns a completely arbitrary class name to it called
    Wyck.Document.
    Then it associates a shell open command with the Wyck.Document class that causes
    notepad.exe to be passed the filename of the file you double-clicked (that's what the
    %1 does).  You are welcome to replace all the specific names with your own extensions and class names and replace notepad.exe with the path to your (test) executable.
    This executable will be launched, but not with a debugger attached.  To facilitate debugging it, you'll want to temporarily add some code to your program to pause when the program launches, possibly by showing a message box right at the very beginning
    of your main function that says "attach debugger now" so that you can attach a debugger to the process that was started by the shell, and then dismiss the message box and continue debugging.
    When you are done with your testing, you can simply manually delete those two registry keys using
    regedit.

Maybe you are looking for

  • Impossible to use a Vault on any disk

    Hello all! I'm very deprived of hope to solve this kind of problem. 24 hrs ago, Aperture begun to show error message when I'm trying to update the Vault. Ok, It wasn't the first time. So, I've deleted the Vault for recreate a new one. But, with my su

  • Connectors other than JCo??

    Hi All, I am using Websphere base version. There is no Bussiness Intergration Adapter, so that i can connect to SAP JCo. My java application has to access SAP Bapi. <b>Is there any other solution for connecting to the SAP system, other than JCo?.</b>

  • Screen layout of std service catalog

    Hello, can i change the screen layout of std service catalog - ML03? I want to bring material/service group filed - MATKL. regards NB

  • Illistrator stuck in preveiw mode

    Every document I open with Illistrator comes up in Preveiw mode. I can't edit, change, add, delete, select or do anything but look at it. How do I get out of preview so I can work on my stuff?

  • After great man called Steve....apple services also seems to be dead

    I purchased 3 iphones from Ner Jersy in Dec 2012. One got defective. Tried replacing in UAE/India and UK. Every one in apple saying new story everytime and no one seems interested to solve my problem.