Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

VMEDia Commands

Austin Belknap edited this page Oct 16, 2013 · 1 revision

The commands listed here are pulled from https://svnweb.cern.ch/trac/cactus/browser/trunk/cactusprojects/rct/vmedia/vmedia.cpp. Note, VMEDia commands are non case-sensitive. To start the VMEDia prompt, type: vmedia.

Command Description
A16 Setup A16 read/write transactions
A24 Setup A24 read/write transactions
A32 Setup A32 read/write transactions
Alias Name Command Name is now a user defined command
BDump N Address Dump N bytes starting with Address
BDump N Address Values Dump N bytes starting with Address into a symbol Values
BPoke N Address Values Poke N bytes starting with Address
Dump N Address Dump N words starting with Address
Dump N Address Values Dump N words starting with Address into a symbol Values
Exit Exit VMEDia program
LDump N Address Dump N long words starting with Address
LDump N Address Values Dump N long words starting with Address into a symbol Values
List(Command1, Command2 ...) Executes Commands in the list
Loop(n, Command) Executes Command n times
LPoke N Address Values Poke N longwords starting with Address
Permit N Address Get permission to read/write to N bytes starting with Address
Poke N Address Values Poke N words starting with Address
Read FileName Read and execute commands from file
Symbol Name Value Name can be substituted for value
Symbol Name Count InitValues Name can now be substituted for numeric values initialized using InitValues string. InitValues can be: array(s1, s2, ...), file(filename), series(start, increment)
Clone this wiki locally