Skip to content

Instantly share code, notes, and snippets.

@jmarcos-cano
Last active September 3, 2020 06:30
Show Gist options
  • Save jmarcos-cano/db50d49e5426c6bd41c7113a69b27312 to your computer and use it in GitHub Desktop.
Save jmarcos-cano/db50d49e5426c6bd41c7113a69b27312 to your computer and use it in GitHub Desktop.
BIOS yaml config for UFM students
# set Clock freq (Hz), possible values: Range 0-2, being 0 = step and -1 = infinite or as fast as you can.
clock: 1.2
# turn on visualization and specify which things to print
visualization:
RAM: true
Registers: true
Clock: false
ALU: true
# display mode for numbers
Radix: <dec|bin|hex>
# RAM array
RAM:
data:
- 4
- 10
- 0
- 0
- 1
- 3
- 12
- 9
- 10
- 0
- 0
- 0
- 2
- 5
- 0
- 0
instructions: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment